com.atlassian.bamboo.v2.build.agent
Class AbstractBuildAwareAgentStatus
java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
com.atlassian.bamboo.v2.build.agent.AbstractBuildAwareAgentStatus
- All Implemented Interfaces:
- AgentStatus
- Direct Known Subclasses:
- AgentBuildingStatus, AgentCancellingStatus
public abstract class AbstractBuildAwareAgentStatus
- extends AbstractAgentStatus
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
buildResultKey
protected final java.lang.String buildResultKey
planKey
protected final java.lang.String planKey
AbstractBuildAwareAgentStatus
public AbstractBuildAwareAgentStatus(java.lang.String planKey,
java.lang.String buildResultKey)
getUrl
@Nullable
public java.lang.String getUrl()
- Description copied from interface:
AgentStatus
- The URL the status should point to. Will be prepended by the contextPath
- Returns:
isAllowDelete
public boolean isAllowDelete()
- Description copied from interface:
AgentStatus
- Returns true if the agent is allowed to be deleted when in this state
- Returns:
getBuildResultKey
public java.lang.String getBuildResultKey()
getPlanKey
public java.lang.String getPlanKey()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2012 Atlassian. All Rights Reserved.