|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus com.atlassian.bamboo.v2.build.agent.AgentOfflineStatus
public final class AgentOfflineStatus
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getImagePath()
The image to use for this status |
static AgentStatus |
getInstance()
|
java.lang.String |
getLabel()
The label to display |
int |
getOrderIndex()
Used to order the AgentStatus |
java.lang.String |
getUrl()
The URL the status should point to. |
int |
hashCode()
|
boolean |
isAllowDelete()
Returns true if the agent is allowed to be deleted when in this state |
java.lang.String |
toString()
|
Methods inherited from class com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus |
---|
isIdle |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static AgentStatus getInstance()
public int getOrderIndex()
AgentStatus
AgentStatus
@NotNull public java.lang.String getLabel()
AgentStatus
@NotNull public java.lang.String getImagePath()
AgentStatus
@Nullable public java.lang.String getUrl()
AgentStatus
public boolean isAllowDelete()
AgentStatus
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |