Class StatusResolver

java.lang.Object
com.atlassian.jira.jql.resolver.ConstantsNameResolver<Status>
com.atlassian.jira.jql.resolver.StatusResolver
All Implemented Interfaces:
NameResolver<Status>

public class StatusResolver extends ConstantsNameResolver<Status>
Resolves Status objects.
Since:
v4.0
  • Constructor Details

  • Method Details

    • getAll

      public Collection<Status> getAll()
      Description copied from interface: NameResolver
      Gets all domain objects of this type in the underlying database. Note that calling this may not be a good idea for some domain object types.
      Returns:
      all objects of the configured type in the database (possibly empty, never null).