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
|
isIdleclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetImagePath, getLabel, getOrderIndexprotected final ResultKey resultKey
protected final String displayName
protected final long deploymentResultId
@Deprecated public AbstractBuildAwareAgentStatus(String planKey, String buildResultKey)
@Nullable public String getUrl()
AgentStatuspublic boolean isAllowDelete()
AgentStatus@Nullable public String getDisplayName()
AgentStatusgetDisplayName in interface AgentStatusgetDisplayName in class AbstractAgentStatuspublic ResultKey getResultKey()
@Deprecated public String getBuildResultKey()
@Deprecated public String getPlanKey()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.