Class RestAgentAssignmentExecutorDetails

java.lang.Object
com.atlassian.bamboo.rest.model.agent.RestAgentAssignmentExecutorDetails
All Implemented Interfaces:
BambooIdProvider

public class RestAgentAssignmentExecutorDetails extends Object implements BambooIdProvider
  • Constructor Details

  • Method Details

    • getId

      public long getId()
      Specified by:
      getId in interface BambooIdProvider
    • setId

      public void setId(long id)
    • getKey

      public String getKey()
    • getType

      public AgentAssignment.ExecutorType getType()
    • setType

      public void setType(AgentAssignment.ExecutorType type)
    • getAgentType

      @Nullable public @Nullable AgentType getAgentType()
    • setAgentType

      public void setAgentType(@Nullable @Nullable AgentType agentType)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • isCapabilitiesMatch

      public boolean isCapabilitiesMatch()
    • setCapabilitiesMatch

      public void setCapabilitiesMatch(boolean capabilitiesMatch)
    • isRemovable

      public boolean isRemovable()
    • setRemovable

      public void setRemovable(boolean removable)
    • isDisabled

      public boolean isDisabled()
    • setDisabled

      public void setDisabled(boolean disabled)