public abstract class AbstractBuildAwareAgentStatus extends AbstractAgentStatus
Modifier and Type | Field and Description |
---|---|
protected long |
deploymentResultId |
protected String |
displayName |
protected ResultKey |
resultKey |
Constructor and Description |
---|
AbstractBuildAwareAgentStatus(ResultKey resultKey,
String displayName,
long deploymentResultId) |
AbstractBuildAwareAgentStatus(String planKey,
String buildResultKey)
Deprecated.
since 5.0 - please use AbstractBuildAwareAgentStatus(ResultKey resultKey, String displayName, long deploymentResultId)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBuildResultKey()
Deprecated.
since 5.0 use getResultKey
|
String |
getDisplayName()
The display name for the thing that agent is building.
|
String |
getPlanKey()
Deprecated.
since 5.0 use getResultKey
|
ResultKey |
getResultKey() |
String |
getUrl()
The URL the status should point to.
|
int |
hashCode() |
boolean |
isAllowDelete()
Returns true if the agent is allowed to be deleted when in this state
|
isIdle
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getImagePath, getLabel, getOrderIndex
protected final ResultKey resultKey
protected final String displayName
protected final long deploymentResultId
@Deprecated public AbstractBuildAwareAgentStatus(String planKey, String buildResultKey)
@Nullable public String getUrl()
AgentStatus
public boolean isAllowDelete()
AgentStatus
@Nullable public String getDisplayName()
AgentStatus
getDisplayName
in interface AgentStatus
getDisplayName
in class AbstractAgentStatus
public ResultKey getResultKey()
@Deprecated public String getBuildResultKey()
@Deprecated public String getPlanKey()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.