Class AgentOfflineStatus
java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
com.atlassian.bamboo.v2.build.agent.AgentOfflineStatus
- All Implemented Interfaces:
AgentStatus
-
Method Summary
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
-
getImagePath
- Returns:
- The image to use for this status
-
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()
-