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
public class AgentCancellingStatus extends AbstractBuildAwareAgentStatus
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
deploymentResultId, displayName, resultKey
-
-
Constructor Summary
Constructors Constructor Description AgentCancellingStatus(ResultKey resultKey, String displayName, long deploymentResultId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull String
getIcon()
@NotNull String
getImagePath()
@NotNull String
getLabel()
int
getOrderIndex()
Used to order theAgentStatus
String
toString()
-
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
-
-
-
-
Method Detail
-
getOrderIndex
public int getOrderIndex()
Description copied from interface:AgentStatus
Used to order theAgentStatus
-
getLabel
@NotNull public @NotNull String getLabel()
- Returns:
- the label to display
-
getImagePath
@NotNull public @NotNull String getImagePath()
- Returns:
- The image to use for this status
-
getIcon
@NotNull public @NotNull String getIcon()
- Returns:
- the icon to use for this status
-
-