Interface Priority
- All Superinterfaces:
Comparable
,IssueConstant
,Named
,NamedWithDescription
- All Known Implementing Classes:
PriorityImpl
Represents priority of the issue. An issue's priority is its importance in relation to other issues.
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionGet URL of the raster icon.Get status color of this priority.Get URL of the SVG icon.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.atlassian.jira.issue.IssueConstant
getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getSequence
-
Method Details
-
getStatusColor
String getStatusColor()Get status color of this priority.- Returns:
- String describing status color of this priority.
-
getSvgIconUrl
Get URL of the SVG icon.- Returns:
- URL of the SVG icon.
-
getRasterIconUrl
Get URL of the raster icon.- Returns:
- URL of the raster icon.
-