Class PlanTestServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.testutils.plan.PlanTestServiceImpl
- All Implemented Interfaces:
PlanTestService
Provides Plan-related functionality for functional testing
-
Constructor Summary
ConstructorDescriptionPlanTestServiceImpl
(ChainCreationService chainCreationService, JobCreationService jobCreationService, ProjectManager projectManager) -
Method Summary
-
Constructor Details
-
PlanTestServiceImpl
@Autowired public PlanTestServiceImpl(ChainCreationService chainCreationService, JobCreationService jobCreationService, ProjectManager projectManager)
-
-
Method Details
-
createSimpleChain
- Specified by:
createSimpleChain
in interfacePlanTestService
- Throws:
Exception
-
createChain
public PlanKey createChain(@NotNull @NotNull String projectKey, @Nullable @Nullable String projectName, @NotNull @NotNull String chainName) throws Exception - Specified by:
createChain
in interfacePlanTestService
- Throws:
Exception
-
createJob
public PlanKey createJob(@NotNull @NotNull PlanKey chainKey, @NotNull @NotNull String jobSubKey) throws Exception - Specified by:
createJob
in interfacePlanTestService
- Throws:
Exception
-