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 theStatusCategory
for this Status.Methods inherited from interface java.lang.Comparable
compareTo
Methods 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 theStatusCategory
for this Status.If there is no status category defined, returns
StatusCategoryManager.getDefaultStatusCategory()
.- Returns:
- The
StatusCategory
for this Status.
-
getSimpleStatus
SimpleStatus getSimpleStatus() -
getSimpleStatus
-
getCompleteIconUrl
Deprecated.UsegetStatusCategory()
instead. Since v6.1.Description copied from interface:IssueConstant
Returns the url for the icon with the context path added if necessary.- Specified by:
getCompleteIconUrl
in 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:
getIconUrl
in interfaceIssueConstant
-
getStatusCategory()
instead.