Uses of Interface
com.atlassian.bamboo.plugins.testutils.plan.PlanTestService
-
-
Uses of PlanTestService in com.atlassian.bamboo.plugins.testutils.plan
Classes in com.atlassian.bamboo.plugins.testutils.plan that implement PlanTestService Modifier and Type Class Description class
PlanTestServiceImpl
Provides Plan-related functionality for functional testing -
Uses of PlanTestService in it.com.atlassian.bamboo.plugins.testutils.job
Constructors in it.com.atlassian.bamboo.plugins.testutils.job with parameters of type PlanTestService Constructor Description JobTestServiceImplWiredTest(JobService jobService, JobTestService jobTestService, PlanTestService planTestService, StageService stageService)
-
Uses of PlanTestService in it.com.atlassian.bamboo.plugins.testutils.plan
Constructors in it.com.atlassian.bamboo.plugins.testutils.plan with parameters of type PlanTestService Constructor Description PlanTestServiceImplWiredTest(PlanManager planManager, PlanTestService planTestService)
-
Uses of PlanTestService in it.com.atlassian.bamboo.plugins.testutils.stage
Constructors in it.com.atlassian.bamboo.plugins.testutils.stage with parameters of type PlanTestService Constructor Description StageTestServiceImplWiredTest(PlanTestService planTestService, StageService stageService, StageTestService stageTestService)
-