com.polarion.alm.tracker.model.parameters.IParametersManager
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| List | getParameters() | Returns an immutable list of existing parameters. The list is sorted lexicographically by parameter name. |
| IParameterStruct<?> | getParameter(String) | Gets the parameter with the given name. |
| IParameterStruct<T> | setParameter(String,T) | Sets the value of the parameter with the given name. |
| boolean | removeParameter(String) | Removes the parameter. |
Back to Index