@PublicApi public interface StatusCategory extends Serializable, Comparable<StatusCategory>
Status
which has similar positions in terms of
representing in workflows.Modifier and Type | Field and Description |
---|---|
static String |
COMPLETE |
static String |
IN_PROGRESS |
static String |
TO_DO |
static String |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAliases()
I18n independent human readable aliases for the status category.
|
String |
getColorName()
Returns one of the 6 defined ADG colors: "medium-gray", "green", "yellow", "brown", "warm-red", "blue-gray"
|
Long |
getId() |
String |
getKey()
Unique
String identifier of given category. |
String |
getName()
I18n independent human readable name for the status category.
|
String |
getPrimaryAlias() |
Long |
getSequence() |
String |
getTranslatedName()
Translated name for the status category.
|
String |
getTranslatedName(I18nHelper i18n)
Translated name for the status category.
|
String |
getTranslatedName(String locale)
Translated name for the status category.
|
compareTo
static final String UNDEFINED
static final String TO_DO
static final String IN_PROGRESS
static final String COMPLETE
Long getId()
String getTranslatedName()
getTranslatedName(com.atlassian.jira.util.I18nHelper)
instead.String getTranslatedName(I18nHelper i18n)
String getKey()
String
identifier of given category. Should not contain any spaces and non-standard ASCII
characters.String getName()
Used primarily for locale-independent JQL statements.
List<String> getAliases()
String getPrimaryAlias()
String getColorName()
Long getSequence()
Copyright © 2002-2018 Atlassian. All Rights Reserved.