Class RestJobBatch
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.model.RestJobBatch
-
Constructor Summary
ConstructorDescriptionRestJobBatch
(String planKey, long stageId, String keyPrefix, String namePrefix, String description, boolean suspended, int numberOfJobs) -
Method Summary
Modifier and TypeMethodDescriptionint
long
boolean
-
Constructor Details
-
RestJobBatch
public RestJobBatch() -
RestJobBatch
-
-
Method Details
-
getPlanKey
-
getStageId
public long getStageId() -
getKeyPrefix
-
getNamePrefix
-
getDescription
-
isSuspended
public boolean isSuspended() -
getNumberOfJobs
public int getNumberOfJobs()
-