Class RestBuildAgent

java.lang.Object
com.atlassian.bamboo.rest.model.agent.RestBuildAgent

public class RestBuildAgent extends Object
  • Constructor Details

    • RestBuildAgent

      public RestBuildAgent(long id, String name, AgentType agentType, boolean active, boolean enabled, boolean busy)
  • Method Details

    • getId

      public long getId()
    • getName

      public String getName()
    • getType

      public AgentType getType()
    • isActive

      public Boolean isActive()
    • isEnabled

      public Boolean isEnabled()
    • isBusy

      public Boolean isBusy()