java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.model.RestJobBatch

public class RestJobBatch extends Object
  • Constructor Details

    • RestJobBatch

      public RestJobBatch()
    • RestJobBatch

      public RestJobBatch(String planKey, long stageId, String keyPrefix, String namePrefix, String description, boolean suspended, int numberOfJobs)
  • Method Details

    • getPlanKey

      public String getPlanKey()
    • getStageId

      public long getStageId()
    • getKeyPrefix

      public String getKeyPrefix()
    • getNamePrefix

      public String getNamePrefix()
    • getDescription

      public String getDescription()
    • isSuspended

      public boolean isSuspended()
    • getNumberOfJobs

      public int getNumberOfJobs()