Class AgentCancellingStatus
java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
com.atlassian.bamboo.v2.build.agent.AgentCancellingStatus
- All Implemented Interfaces:
AgentStatus
-
Field Summary
Fields inherited from class com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
deploymentResultId, displayName, resultKey
-
Constructor Summary
ConstructorDescriptionAgentCancellingStatus
(ResultKey resultKey, String displayName, long deploymentResultId) -
Method Summary
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
equals, getDisplayName, getResultKey, getUrl, hashCode, isAllowDelete
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
isIdle
-
Constructor Details
-
AgentCancellingStatus
-
-
Method Details
-
getOrderIndex
public int getOrderIndex()Description copied from interface:AgentStatus
Used to order theAgentStatus
-
getLabel
- Returns:
- the label to display
-
getImagePath
- Returns:
- The image to use for this status
-
getIcon
- Returns:
- the icon to use for this status
-
toString
-