public interface AgentStatus
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
The display name for the thing that agent is building.
|
String |
getImagePath()
The image to use for this status
|
String |
getLabel()
The label to display
|
int |
getOrderIndex()
Used to order the
AgentStatus |
String |
getUrl()
The URL the status should point to.
|
boolean |
isAllowDelete()
Returns true if the agent is allowed to be deleted when in this state
|
boolean |
isIdle()
Returns true if the agent idle at present.
|
int getOrderIndex()
AgentStatus
@NotNull String getLabel()
@NotNull String getImagePath()
boolean isAllowDelete()
@Nullable String getUrl()
@Nullable String getDisplayName()
boolean isIdle()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.