|
||||||||||
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.AgentIdleStatus
public final class AgentIdleStatus
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getImagePath()
The image to use for this status |
static AgentIdleStatus |
getInstance()
|
java.lang.String |
getLabel()
The label to display |
int |
getOrderIndex()
Used to order the AgentStatus |
com.opensymphony.xwork.TextProvider |
getTextProvider()
|
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 |
void |
setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
|
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 AgentIdleStatus 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
public com.opensymphony.xwork.TextProvider getTextProvider()
public void setTextProvider(com.opensymphony.xwork.TextProvider textProvider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |