com.atlassian.jira.plugin.report.impl
Class SubTaskIncludeValuesGenerator
java.lang.Object
com.atlassian.jira.plugin.report.impl.SubTaskIncludeValuesGenerator
- All Implemented Interfaces:
- ValuesGenerator
public class SubTaskIncludeValuesGenerator
- extends Object
- implements ValuesGenerator
Generator for sub-task inclusion select box options.
- Since:
- v3.11
Method Summary |
Map |
getValues(Map userParams)
Returns a new map of applicable options. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTaskIncludeValuesGenerator
public SubTaskIncludeValuesGenerator()
getValues
public Map 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
- Parameters:
userParams
- map of user parameters
- Returns:
- new map of applicable options
Copyright © 2002-2012 Atlassian. All Rights Reserved.