com.atlassian.jira.plugin.report.impl
Class SubTaskIncludeValuesGenerator

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.atlassian.configurable.ValuesGenerator
NONE
 
Constructor Summary
SubTaskIncludeValuesGenerator()
           
 
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
 

Constructor Detail

SubTaskIncludeValuesGenerator

public SubTaskIncludeValuesGenerator()
Method Detail

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.