Class PriorityResolver

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

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

  • Method Details

    • getAll

      public Collection<Priority> 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).