Package com.atlassian.jira.issue.status
Class MockSimpleStatus
java.lang.Object
com.atlassian.jira.issue.status.MockSimpleStatus
- All Implemented Interfaces:
SimpleStatus
,Named
,NamedWithDescription
,Serializable
- Since:
- v6.1
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.jira.util.Named
NAME_COMPARATOR
-
Constructor Summary
ConstructorsConstructorDescriptionMockSimpleStatus
(String id, String name, String description, StatusCategory statusCategory, String iconUrl) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.getId()
getName()
int
hashCode()
void
setDescription
(String description) void
setIconUrl
(String iconUrl) void
void
void
setStatusCategory
(StatusCategory statusCategory)
-
Constructor Details
-
MockSimpleStatus
public MockSimpleStatus(String id, String name, String description, StatusCategory statusCategory, String iconUrl)
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceSimpleStatus
-
setId
-
getName
- Specified by:
getName
in interfaceNamed
- Specified by:
getName
in interfaceSimpleStatus
-
setName
-
getDescription
- Specified by:
getDescription
in interfaceNamedWithDescription
- Specified by:
getDescription
in interfaceSimpleStatus
-
setDescription
-
getStatusCategory
- Specified by:
getStatusCategory
in interfaceSimpleStatus
-
setStatusCategory
-
getIconUrl
Description copied from interface:SimpleStatus
Temporal addition of iconUrl in order to achieve fluent transition from icons to lozenges.- Specified by:
getIconUrl
in interfaceSimpleStatus
-
setIconUrl
-
equals
-
hashCode
public int hashCode()
-