com.atlassian.jira.projectconfig.rest.project
Class WorkflowResource.DelegatedJsonSimpleStatus
java.lang.Object
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
WorkflowResource.DelegatedJsonSimpleStatus
public WorkflowResource.DelegatedJsonSimpleStatus(SimpleStatus delegate)
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.