Interface JobTestService
- All Known Implementing Classes:
JobTestServiceImpl
public interface JobTestService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createJobs
(@NotNull String planKey, long stageId, @Nullable String jobKeyPrefix, @Nullable String jobNamePrefix, @Nullable String description, boolean suspended, int numberOfJobs)
-
Method Details
-
createJobs
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 - Throws:
WebValidationException
-