public class

UserSubTaskIncludeValuesGenerator

extends Object
implements ValuesGenerator<K>
java.lang.Object
   ↳ com.atlassian.jira.plugin.report.impl.UserSubTaskIncludeValuesGenerator

Class Overview

Generator for sub-task inclusion select box options.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.configurable.ValuesGenerator
Public Constructors
UserSubTaskIncludeValuesGenerator(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nHelperFactory)
Public Methods
Map<StringString> getValues(Map userParams)
Returns a new map of applicable options.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.configurable.ValuesGenerator

Public Constructors

public UserSubTaskIncludeValuesGenerator (JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nHelperFactory)

Public Methods

public Map<StringString> 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.

Parameters
userParams map of user parameters
Returns
  • new map of applicable options