com.atlassian.jira.issue.status
Interface SimpleStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
MockSimpleStatus, SimpleStatusImpl, ViewStatuses.SimpleStatusMap

@PublicApi
public interface SimpleStatus
extends Serializable

Simplified, immutable version of Status . Contains all data necessary to display status of an issue.


Method Summary
 String getDescription()
           
 String getIconUrl()
          Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.
 String getId()
           
 String getName()
           
 StatusCategory getStatusCategory()
           
 

Method Detail

getId

String getId()

getName

String getName()

getDescription

String getDescription()

getStatusCategory

StatusCategory getStatusCategory()

getIconUrl

String getIconUrl()
Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.



Copyright © 2002-2014 Atlassian. All Rights Reserved.