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, waitMethods inherited from interface com.atlassian.bamboo.v2.build.agent.AgentStatus
getIcon, getImagePath, getLabel, getOrderIndex, getUrl, isAllowDelete
-
Constructor Details
-
AbstractAgentStatus
public AbstractAgentStatus()
-
-
Method Details
-
isIdle
public boolean isIdle()Description copied from interface:AgentStatusReturns true if the agent idle at present.- Specified by:
isIdlein interfaceAgentStatus- Returns:
- agent idle status
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAgentStatus- Returns:
- The display name for the thing that agent is building. Use in the UI.
-