Class CoreGeneratorParameters
Object
CoreGeneratorParameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringWhen true, actions are disabled.static final StringDefines JIRA field ID the the generator works on.static final StringFilter parameter: if true, an item may be hidden even if it has matching sub-items Applies to: all filters Type: boolean Default: missing (false)static final StringFilter parameter: if true, all sub-items of matching items also will be shown Applies to: all filters Type: boolean Default: missing (false)static final StringParameter to enable including other groups when counting the level.static final StringParameter to set the maximum number of rows inserted.static final StringDefines JQL for the generator.static final StringParameter to apply generator on one specific level.static final StringParameters to select a range of levels to apply the generator.static final Stringstatic final StringParameter to set sorting direction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DISABLE_ACTIONS
When true, actions are disabled. Applies to: all generators Type: boolean Default: missing (false) -
LEVEL_FROM
Parameters to select a range of levels to apply the generator. Applies to: all extenders, all sorters Type: integer Default: missing (all levels)- See Also:
-
LEVEL_TO
- See Also:
-
LEVEL
Parameter to apply generator on one specific level. Applies to: all filters, all groupers Type: integer Default: filters - missing (all levels); groupers - current level- See Also:
-
FILTER_HARD
Filter parameter: if true, an item may be hidden even if it has matching sub-items Applies to: all filters Type: boolean Default: missing (false)- See Also:
-
FILTER_SHOW_SUBITEMS
Filter parameter: if true, all sub-items of matching items also will be shown Applies to: all filters Type: boolean Default: missing (false)- See Also:
-
GROUPER_LEVEL_INCLUDE_GROUPS
Parameter to enable including other groups when counting the level. Applies to: all groupers Type: boolean Default: missing (false)- See Also:
-
SORT_DESCENDING
Parameter to set sorting direction. Applies to: all sorters Type: boolean Default: false- See Also:
-
INSERTER_LIMIT
Parameter to set the maximum number of rows inserted. Applies to: JQL Inserter Type: int Default: 1000- See Also:
-
JQL
Defines JQL for the generator. Applies to: JQL Inserter Type: String Default: none (usually, mandatory parameter)- See Also:
-
FIELD_ID
Defines JIRA field ID the the generator works on. Applies to: Field Grouper, Agile Rank Sorter Type: String Default: none (usually, mandatory parameter)- See Also:
-
-
Constructor Details
-
CoreGeneratorParameters
public CoreGeneratorParameters()
-