Package com.atlassian.jira.issue.status
Interface Status
- All Superinterfaces:
Comparable,IssueConstant,Named,NamedWithDescription
- All Known Implementing Classes:
MockStatus,StatusImpl
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.UsegetStatusCategory()instead.getSimpleStatus(I18nHelper i18nHelper) Get theStatusCategoryfor this Status.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.atlassian.jira.issue.IssueConstant
getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequence
-
Method Details
-
getStatusCategory
StatusCategory getStatusCategory()Get theStatusCategoryfor this Status.If there is no status category defined, returns
StatusCategoryManager.getDefaultStatusCategory().- Returns:
- The
StatusCategoryfor this Status.
-
getSimpleStatus
SimpleStatus getSimpleStatus() -
getSimpleStatus
-
getCompleteIconUrl
Deprecated.UsegetStatusCategory()instead. Since v6.1.Description copied from interface:IssueConstantReturns the url for the icon with the context path added if necessary.- Specified by:
getCompleteIconUrlin interfaceIssueConstant- Returns:
- the url for the icon with the context path added if necessary. null will be returned if there is no icon URL.
-
getIconUrl
Deprecated.UsegetStatusCategory()instead. Since v6.1.- Specified by:
getIconUrlin interfaceIssueConstant
-
getStatusCategory()instead.