Class ParameterStore

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

@NotThreadSafe public class ParameterStore extends Object
  • Constructor Details

    • ParameterStore

      public ParameterStore(ApplicationUser user)
    • ParameterStore

      public ParameterStore(String userName)
  • Method Details

    • getTimePeriods

      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
    • getReporterTypes

      public List<Map<String,String>> getReporterTypes()
    • getAssigneeTypes

      public List<Map<String,String>> getAssigneeTypes()
    • getCreatorTypes

      public List<Map<String,String>> getCreatorTypes()