Class RestJobBatch
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testutils.rest.model.RestJobBatch
-
public class RestJobBatch extends Object
-
-
Constructor Summary
Constructors Constructor Description RestJobBatch()
RestJobBatch(String planKey, long stageId, String keyPrefix, String namePrefix, String description, boolean suspended, int numberOfJobs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getKeyPrefix()
String
getNamePrefix()
int
getNumberOfJobs()
String
getPlanKey()
long
getStageId()
boolean
isSuspended()
-
-
-
Method Detail
-
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()
-
-