com.atlassian.jira.projectconfig.rest.project
Class WorkflowResource.DelegatedJsonSimpleStatus

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.project.WorkflowResource.DelegatedJsonSimpleStatus
All Implemented Interfaces:
SimpleStatus, Serializable
Enclosing class:
WorkflowResource

public static class WorkflowResource.DelegatedJsonSimpleStatus
extends Object
implements SimpleStatus

See Also:
Serialized Form

Constructor Summary
WorkflowResource.DelegatedJsonSimpleStatus(SimpleStatus delegate)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getIconUrl()
          Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.
 String getId()
           
 String getName()
           
 StatusCategory getStatusCategory()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowResource.DelegatedJsonSimpleStatus

public WorkflowResource.DelegatedJsonSimpleStatus(SimpleStatus delegate)
Method Detail

getId

public String getId()
Specified by:
getId in interface SimpleStatus

getName

public String getName()
Specified by:
getName in interface SimpleStatus

getDescription

public String getDescription()
Specified by:
getDescription in interface SimpleStatus

getStatusCategory

public StatusCategory getStatusCategory()
Specified by:
getStatusCategory in interface SimpleStatus

getIconUrl

public String getIconUrl()
Description copied from interface: SimpleStatus
Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.

Specified by:
getIconUrl in interface SimpleStatus

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.