Class AgentIdleStatus

java.lang.Object
com.atlassian.bamboo.v2.build.agent.AbstractAgentStatus
com.atlassian.bamboo.v2.build.agent.AgentIdleStatus
All Implemented Interfaces:
AgentStatus

public final class AgentIdleStatus extends AbstractAgentStatus
  • Method Details

    • getInstance

      public static AgentIdleStatus getInstance()
    • getOrderIndex

      public int getOrderIndex()
      Description copied from interface: AgentStatus
      Used to order the AgentStatus
    • getLabel

      @NotNull public @NotNull String getLabel()
      Returns:
      the label to display
    • getIcon

      @NotNull public @NotNull String getIcon()
      Returns:
      the icon to use for this status
    • getUrl

      @Nullable public @Nullable String getUrl()
      Returns:
      The URL the status should point to. Will be prepended by the contextPath
    • isAllowDelete

      public boolean isAllowDelete()
      Returns:
      true if the agent is allowed to be deleted when in this state
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getTextProvider

      public com.opensymphony.xwork2.TextProvider getTextProvider()
    • setTextProvider

      public void setTextProvider(com.opensymphony.xwork2.TextProvider textProvider)