Class AgentIdleStatus
java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
com.atlassian.bamboo.v2.build.agent.AgentIdleStatus
- All Implemented Interfaces:
AgentStatus
-
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull String
getIcon()
static AgentIdleStatus
@NotNull String
getLabel()
int
Used to order theAgentStatus
com.opensymphony.xwork2.TextProvider
@Nullable String
getUrl()
int
hashCode()
boolean
void
setTextProvider
(com.opensymphony.xwork2.TextProvider textProvider) toString()
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
getDisplayName, isIdle
-
Method Details
-
getInstance
-
getOrderIndex
public int getOrderIndex()Description copied from interface:AgentStatus
Used to order theAgentStatus
-
getLabel
- Returns:
- the label to display
-
getIcon
- Returns:
- the icon to use for this status
-
getUrl
- Returns:
- The URL the status should point to. Will be prepended by the contextPath
-
isAllowDelete
public boolean isAllowDelete()- Returns:
- true if the agent is allowed to be deleted when in this state
-
toString
-
equals
-
hashCode
public int hashCode() -
getTextProvider
public com.opensymphony.xwork2.TextProvider getTextProvider() -
setTextProvider
public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
-