@Component public class JobTestServiceImpl extends Object implements JobTestService
Constructor and Description |
---|
JobTestServiceImpl(JobService jobService) |
Modifier and Type | Method and Description |
---|---|
void |
createJobs(String planKey,
long stageId,
String jobKeyPrefix,
String jobNamePrefix,
String description,
boolean suspended,
int numberOfJobs) |
@Autowired public JobTestServiceImpl(JobService jobService)
public void createJobs(@NotNull String planKey, long stageId, @Nullable String jobKeyPrefix, @Nullable String jobNamePrefix, @Nullable String description, boolean suspended, int numberOfJobs) throws WebValidationException
createJobs
in interface JobTestService
WebValidationException
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.