- getChildren() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Get children for this item.
- getColumnIndex() - Method in class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Get column index for this variable.
- getDecisionItem() - Method in class de.westemeyer.plugins.multiselect.parser.ValueConstructionHelper
-
Get decision item.
- getDecisionTree() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
Get decision tree object containing all possible variable combinations.
- getDefaultParameterValue() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
- getDisplayLabel() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Get display label for this item.
- getDisplayName() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition.DescriptorImpl
-
- getFormat() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
Get content/parser format.
- getInitialValues() - Method in class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Get initial values for this variable.
- getInitialValuesForColumn(int) - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Get initial values for column when first displaying list of select boxes in "build with parameters" view.
- getItemByCoordinates(Integer...) - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Convenience method to get item by its position in tree, by
stepping along the tree branches using indices.
- getItemList() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Get item list of first column.
- getItemList(Integer[]) - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
Get item list for AJAX call from config.jelly.
- getLabel() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Get label for this item.
- getLabel() - Method in class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Get variable label.
- getParent() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Get parent for this item.
- getSelectedValues() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterValue
-
Copy properties into EnvVars object.
- getUuid() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
Get UUID to be used to distinguish JavaScript values for multiple parameters from each other.
- getUuid() - Method in class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Get generated uuid for this variable.
- getValidationResult() - Method in interface de.westemeyer.plugins.multiselect.parser.ConfigParser
-
Get validation result, problems, etc.
- getValidationResult() - Method in class de.westemeyer.plugins.multiselect.parser.CsvParser
-
- getValidationResult() - Method in class de.westemeyer.plugins.multiselect.parser.MultiselectParameterParser
-
Get parser validation result.
- getValue() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Get value for this item.
- getValue() - Method in class de.westemeyer.plugins.multiselect.MultiselectParameterValue
-
- getVariableDescriptions() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Get meta information about build variables/columns.
- getVariableLabels() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Get list of variable labels from list of variable descriptors.
- getVariableName() - Method in class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Get variable name.
- getVariableNames() - Method in class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
Get list of variable names from list of variable descriptors.
- Messages - Class in de.westemeyer.plugins.multiselect
-
Generated localization support class.
- Messages() - Constructor for class de.westemeyer.plugins.multiselect.Messages
-
- MultiselectConfigurationFormat - Enum in de.westemeyer.plugins.multiselect
-
Supported configuration formats.
- MultiselectDecisionItem - Class in de.westemeyer.plugins.multiselect
-
Multiselect decision item will be the individual select box row to use in decision tree.
- MultiselectDecisionItem(MultiselectDecisionItem, String, String) - Constructor for class de.westemeyer.plugins.multiselect.MultiselectDecisionItem
-
Create a new decision item with label and value.
- MultiselectDecisionItemVisitor - Interface in de.westemeyer.plugins.multiselect
-
Visitor implementation to use when traversing item tree to collect information.
- MultiselectDecisionTree - Class in de.westemeyer.plugins.multiselect
-
Tree object accumulating all meta information entered in configuration of the build parameter
configuration form.
- MultiselectDecisionTree() - Constructor for class de.westemeyer.plugins.multiselect.MultiselectDecisionTree
-
- MultiselectParameterDefinition - Class in de.westemeyer.plugins.multiselect
-
The Parameter definition object is responsible for all communication between Jenkins
and plugin code.
- MultiselectParameterDefinition(String, String, MultiselectDecisionTree, MultiselectConfigurationFormat) - Constructor for class de.westemeyer.plugins.multiselect.MultiselectParameterDefinition
-
Create new parameter definition object.
- MultiselectParameterDefinition.DescriptorImpl - Class in de.westemeyer.plugins.multiselect
-
- MultiselectParameterDefinition_DisplayName() - Static method in class de.westemeyer.plugins.multiselect.Messages
-
Key MultiselectParameterDefinition.DisplayName: Multiselect parameter.
- MultiselectParameterParser - Class in de.westemeyer.plugins.multiselect.parser
-
Parameter parser object, delegating to a specific format parser, e.g.
- MultiselectParameterParser(MultiselectConfigurationFormat) - Constructor for class de.westemeyer.plugins.multiselect.parser.MultiselectParameterParser
-
Create a new parameter parser instance for a specific format.
- MultiselectParameterValue - Class in de.westemeyer.plugins.multiselect
-
Parameter value is a map of keys and values, representing the build environment variables and
their content.
- MultiselectParameterValue(String, Map<String, String>) - Constructor for class de.westemeyer.plugins.multiselect.MultiselectParameterValue
-
Create a new MultiselectParameterValue object.
- MultiselectVariableDescriptor - Class in de.westemeyer.plugins.multiselect
-
Descriptor object for a target variable.
- MultiselectVariableDescriptor(String, String, int) - Constructor for class de.westemeyer.plugins.multiselect.MultiselectVariableDescriptor
-
Create new variable description object.