com.atlassian.jira.util
Class ParameterStore

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

public class ParameterStore
extends Object


Constructor Summary
ParameterStore(String userName)
           
ParameterStore(com.atlassian.crowd.embedded.api.User user)
           
 
Method Summary
 List<Map<String,String>> getAssigneeTypes()
           
 List<Map<String,String>> getReporterTypes()
           
 Collection<TextOption> getTimePeriods()
          The time periods for filtering by last updated and date created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterStore

public ParameterStore(com.atlassian.crowd.embedded.api.User user)

ParameterStore

public ParameterStore(String userName)
Method Detail

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()


Copyright © 2002-2013 Atlassian. All Rights Reserved.