com.atlassian.bamboo.v2.build.agent
Class AgentCancellingStatus

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
      extended by com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
          extended by 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
buildResultKey, planKey
 
Constructor Summary
AgentCancellingStatus(java.lang.String planKey, java.lang.String buildResultKey)
           
 
Method Summary
 java.lang.String getImagePath()
          The image to use for this status
 java.lang.String getLabel()
          The label to display
 int getOrderIndex()
          Used to order the AgentStatus
 java.lang.String toString()
           
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
equals, getBuildResultKey, getPlanKey, getUrl, hashCode, isAllowDelete
 
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
isIdle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentCancellingStatus

public AgentCancellingStatus(java.lang.String planKey,
                             java.lang.String buildResultKey)
Method Detail

getOrderIndex

public int getOrderIndex()
Description copied from interface: AgentStatus
Used to order the AgentStatus

Returns:

getLabel

@NotNull
public java.lang.String getLabel()
Description copied from interface: AgentStatus
The label to display

Returns:

getImagePath

@NotNull
public java.lang.String getImagePath()
Description copied from interface: AgentStatus
The image to use for this status

Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 Atlassian. All Rights Reserved.