Class AgentCancellingStatus

All Implemented Interfaces:
AgentStatus

public class AgentCancellingStatus extends AbstractBuildAwareAgentStatus
  • Constructor Details

    • AgentCancellingStatus

      public AgentCancellingStatus(ResultKey resultKey, String displayName, long deploymentResultId)
  • Method Details

    • 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
    • getImagePath

      @NotNull public @NotNull String getImagePath()
      Returns:
      The image to use for this status
    • getIcon

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

      public String toString()
      Overrides:
      toString in class Object