Class PlanTestServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testutils.plan.PlanTestServiceImpl
-
- All Implemented Interfaces:
PlanTestService
public class PlanTestServiceImpl extends Object implements PlanTestService
Provides Plan-related functionality for functional testing
-
-
Constructor Summary
Constructors Constructor Description PlanTestServiceImpl(ChainCreationService chainCreationService, JobCreationService jobCreationService, ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanKey
createChain(@NotNull String projectKey, @Nullable String projectName, @NotNull String chainName)
PlanKey
createJob(@NotNull PlanKey chainKey, @NotNull String jobSubKey)
PlanKey
createSimpleChain()
-
-
-
Constructor Detail
-
PlanTestServiceImpl
@Autowired public PlanTestServiceImpl(ChainCreationService chainCreationService, JobCreationService jobCreationService, ProjectManager projectManager)
-
-
Method Detail
-
createSimpleChain
public PlanKey createSimpleChain() throws Exception
- 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
-
-