@NotThreadSafe public class

ParameterStore

extends Object
java.lang.Object
   ↳ com.atlassian.jira.util.ParameterStore

Summary

Public Constructors
ParameterStore(ApplicationUser user)
ParameterStore(String userName)
Public Methods
List<Map<StringString>> getAssigneeTypes()
List<Map<StringString>> getCreatorTypes()
List<Map<StringString>> getReporterTypes()
Collection<TextOption> getTimePeriods()
The time periods for filtering by last updated and date created.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ParameterStore (ApplicationUser user)

public ParameterStore (String userName)

Public Methods

public List<Map<StringString>> getAssigneeTypes ()

public List<Map<StringString>> getCreatorTypes ()

public List<Map<StringString>> getReporterTypes ()

public Collection<TextOption> getTimePeriods ()

The time periods for filtering by last updated and date created. All time periods are in minutes

Returns
  • the collection of possible time options