Class CoreGeneratorParameters

Object
CoreGeneratorParameters

public class CoreGeneratorParameters extends Object
  • Field Details

    • DISABLE_ACTIONS

      public static final String DISABLE_ACTIONS
      When true, actions are disabled. Applies to: all generators Type: boolean Default: missing (false)
      See Also:
    • LEVEL_FROM

      public static final String 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

      public static final String LEVEL_TO
      See Also:
    • LEVEL

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String SORT_DESCENDING
      Parameter to set sorting direction. Applies to: all sorters Type: boolean Default: false
      See Also:
    • INSERTER_LIMIT

      public static final String INSERTER_LIMIT
      Parameter to set the maximum number of rows inserted. Applies to: JQL Inserter Type: int Default: 1000
      See Also:
    • JQL

      public static final String JQL
      Defines JQL for the generator. Applies to: JQL Inserter Type: String Default: none (usually, mandatory parameter)
      See Also:
    • FIELD_ID

      public static final String 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()