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

java.lang.Object
  extended by com.atlassian.jira.plugin.report.impl.SubTaskIncludeValuesGenerator
All Implemented Interfaces:
com.atlassian.configurable.ValuesGenerator

public class SubTaskIncludeValuesGenerator
extends Object
implements com.atlassian.configurable.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 com.atlassian.configurable.ValuesGenerator
Parameters:
userParams - map of user parameters
Returns:
new map of applicable options


Copyright © 2002-2009 Atlassian. All Rights Reserved.