public final class AgentIdleStatus extends AbstractAgentStatus
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getImagePath()
The image to use for this status
|
static AgentIdleStatus |
getInstance() |
String |
getLabel()
The label to display
|
int |
getOrderIndex()
Used to order the
AgentStatus |
com.opensymphony.xwork2.TextProvider |
getTextProvider() |
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.xwork2.TextProvider textProvider) |
String |
toString() |
getDisplayName, isIdle
public static AgentIdleStatus getInstance()
public int getOrderIndex()
AgentStatus
AgentStatus
@NotNull public String getLabel()
AgentStatus
@NotNull public String getImagePath()
AgentStatus
@Nullable public String getUrl()
AgentStatus
public boolean isAllowDelete()
AgentStatus
public com.opensymphony.xwork2.TextProvider getTextProvider()
public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.