com.atlassian.bamboo.v2.build.agent
Class AbstractAgentStatus

java.lang.Object
  extended by com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
All Implemented Interfaces:
AgentStatus
Direct Known Subclasses:
AbstractBuildAwareAgentStatus, AgentIdleStatus, AgentOfflineStatus

public abstract class AbstractAgentStatus
extends java.lang.Object
implements AgentStatus

What the agent is doing?


Constructor Summary
AbstractAgentStatus()
           
 
Method Summary
 boolean isIdle()
          Returns true if the agent idle at present.
 
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
getImagePath, getLabel, getOrderIndex, getUrl, isAllowDelete
 

Constructor Detail

AbstractAgentStatus

public AbstractAgentStatus()
Method Detail

isIdle

public boolean isIdle()
Description copied from interface: AgentStatus
Returns true if the agent idle at present.

Specified by:
isIdle in interface AgentStatus
Returns:
agent idle status


Copyright © 2011 Atlassian. All Rights Reserved.