com.atlassian.jira.issue.status
Interface Status

All Superinterfaces:
Comparable, IssueConstant
All Known Implementing Classes:
MockStatus, StatusImpl

@PublicApi
public interface Status
extends IssueConstant


Method Summary
 String getCompleteIconUrl()
          Deprecated. Use getStatusCategory() instead. Since v6.1.
 String getIconUrl()
          Deprecated. Use getStatusCategory() instead. Since v6.1.
 SimpleStatus getSimpleStatus()
           
 SimpleStatus getSimpleStatus(I18nHelper i18nHelper)
           
 StatusCategory getStatusCategory()
           
 void setStatusCategory(StatusCategory statusCategory)
           
 
Methods inherited from interface com.atlassian.jira.issue.IssueConstant
deleteTranslation, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getStatusCategory

StatusCategory getStatusCategory()

setStatusCategory

void setStatusCategory(StatusCategory statusCategory)

getSimpleStatus

SimpleStatus getSimpleStatus()

getSimpleStatus

SimpleStatus getSimpleStatus(I18nHelper i18nHelper)

getCompleteIconUrl

@Deprecated
String getCompleteIconUrl()
Deprecated. Use getStatusCategory() 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 interface IssueConstant
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
String getIconUrl()
Deprecated. Use getStatusCategory() instead. Since v6.1.

Specified by:
getIconUrl in interface IssueConstant


Copyright © 2002-2014 Atlassian. All Rights Reserved.