@Component public class PlanTestServiceImpl extends Object implements PlanTestService
Constructor and Description |
---|
PlanTestServiceImpl(ChainCreationService chainCreationService,
JobCreationService jobCreationService,
ProjectManager projectManager) |
Modifier and Type | Method and Description |
---|---|
PlanKey |
createChain(String projectKey,
String projectName,
String chainName) |
PlanKey |
createJob(PlanKey chainKey,
String jobSubKey) |
PlanKey |
createSimpleChain() |
@Autowired public PlanTestServiceImpl(ChainCreationService chainCreationService, JobCreationService jobCreationService, ProjectManager projectManager)
public PlanKey createSimpleChain() throws Exception
createSimpleChain
in interface PlanTestService
Exception
public PlanKey createChain(@NotNull String projectKey, @Nullable String projectName, @NotNull String chainName) throws Exception
createChain
in interface PlanTestService
Exception
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.