com.polarion.alm.tracker.workflow.config.IContribution
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getPrototype() | Prototype for which this contribution is specific, or null if this contribution is general. |
| String | getName() | The unique name (in fact this is an ID). |
| String | getLabel() | The label of the contribution (can be localized). Returns the name if the label is not defined. |
| String | getDescription() | |
| IParameter[] | getParameters() |
Back to Index