Class SubTaskIncludeValuesGenerator

java.lang.Object
com.atlassian.jira.plugin.report.impl.SubTaskIncludeValuesGenerator
All Implemented Interfaces:
ValuesGenerator<String>

public class SubTaskIncludeValuesGenerator extends Object implements ValuesGenerator<String>
Generator for sub-task inclusion select box options.
Since:
v6.3
  • Constructor Details

    • SubTaskIncludeValuesGenerator

      public SubTaskIncludeValuesGenerator(I18nHelper.BeanFactory i18nHelperFactory)
  • Method Details

    • getValues

      public Map<String,String> getValues(Map userParams)
      Returns a new map of applicable options. If sub-tasks are disabled returns a single option that says that this select box is not relevant.
      Specified by:
      getValues in interface ValuesGenerator<String>
      Parameters:
      userParams - map of user parameters
      Returns:
      new map of applicable options