public interface AgentStatus
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getDisplayName() |
@NotNull String |
getIcon() |
@NotNull String |
getImagePath()
Deprecated.
since 9.0. Use
getIcon() with @ui.icon ftl template. |
@NotNull String |
getLabel() |
int |
getOrderIndex()
Used to order the
AgentStatus |
@Nullable String |
getUrl() |
boolean |
isAllowDelete() |
boolean |
isIdle()
Returns true if the agent idle at present.
|
int getOrderIndex()
AgentStatus
@NotNull @NotNull String getLabel()
@Deprecated @NotNull @NotNull String getImagePath()
getIcon()
with @ui.icon ftl template.@NotNull @NotNull String getIcon()
boolean isAllowDelete()
@Nullable @Nullable String getUrl()
@Nullable @Nullable String getDisplayName()
boolean isIdle()
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.