Class JobTestServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testutils.job.JobTestServiceImpl
-
- All Implemented Interfaces:
JobTestService
public class JobTestServiceImpl extends Object implements JobTestService
Provides Job-related functionality for functional testing
-
-
Constructor Summary
Constructors Constructor Description JobTestServiceImpl(JobService jobService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createJobs(@NotNull String planKey, long stageId, @Nullable String jobKeyPrefix, @Nullable String jobNamePrefix, @Nullable String description, boolean suspended, int numberOfJobs)
-
-
-
Constructor Detail
-
JobTestServiceImpl
@Autowired public JobTestServiceImpl(JobService jobService)
-
-
Method Detail
-
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
-
-