Class JobTestServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.testutils.job.JobTestServiceImpl
- All Implemented Interfaces:
JobTestService
Provides Job-related functionality for functional testing
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createJobs
(@NotNull String planKey, long stageId, @Nullable String jobKeyPrefix, @Nullable String jobNamePrefix, @Nullable String description, boolean suspended, int numberOfJobs)
-
Constructor Details
-
JobTestServiceImpl
-
-
Method Details
-
createJobs
public void createJobs(@NotNull @NotNull String planKey, long stageId, @Nullable @Nullable String jobKeyPrefix, @Nullable @Nullable String jobNamePrefix, @Nullable @Nullable String description, boolean suspended, int numberOfJobs) throws WebValidationException - Specified by:
createJobs
in interfaceJobTestService
- Throws:
WebValidationException
-