Class UserSubTaskIncludeValuesGenerator
java.lang.Object
com.atlassian.jira.plugin.report.impl.UserSubTaskIncludeValuesGenerator
- All Implemented Interfaces:
ValuesGenerator<String>
Generator for sub-task inclusion select box options.
- Since:
- v6.3
-
Field Summary
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE -
Constructor Summary
ConstructorsConstructorDescriptionUserSubTaskIncludeValuesGenerator(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nHelperFactory) -
Method Summary
-
Constructor Details
-
UserSubTaskIncludeValuesGenerator
public UserSubTaskIncludeValuesGenerator(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nHelperFactory)
-
-
Method Details
-
getValues
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:
getValuesin interfaceValuesGenerator<String>- Parameters:
userParams- map of user parameters- Returns:
- new map of applicable options
-