Class UserSubTaskIncludeValuesGenerator

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

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

  • 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