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
 java.lang.String getDisplayName()
          The display name for the thing that agent is building.
 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

getDisplayName

@Nullable
public java.lang.String getDisplayName()
Description copied from interface: AgentStatus
The display name for the thing that agent is building. Use in the UI.

Specified by:
getDisplayName in interface AgentStatus
Returns:


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.