@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(@NotNull String projectKey,
@Nullable String projectName,
@NotNull String chainName) |
PlanKey |
createJob(@NotNull PlanKey chainKey,
@NotNull 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 @NotNull String projectKey, @Nullable @Nullable String projectName, @NotNull @NotNull String chainName) throws Exception
createChain
in interface PlanTestService
Exception
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.