Class AbstractAgentStatus
java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
- All Implemented Interfaces:
AgentStatus
- Direct Known Subclasses:
AbstractBuildAwareAgentStatus
,AgentIdleStatus
,AgentOfflineStatus
What the agent is doing?
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.v2.build.agent.AgentStatus
getIcon, getLabel, getOrderIndex, getUrl, isAllowDelete
-
Constructor Details
-
AbstractAgentStatus
public AbstractAgentStatus()
-
-
Method Details
-
isIdle
public boolean isIdle()Description copied from interface:AgentStatus
Returns true if the agent idle at present.- Specified by:
isIdle
in interfaceAgentStatus
- Returns:
- agent idle status
-
getDisplayName
- Specified by:
getDisplayName
in interfaceAgentStatus
- Returns:
- The display name for the thing that agent is building. Use in the UI.
-