Uses of Interface
com.atlassian.bamboo.plugins.testutils.plan.PlanTestService
Packages that use PlanTestService
Package
Description
-
Uses of PlanTestService in com.atlassian.bamboo.plugins.testutils.plan
Classes in com.atlassian.bamboo.plugins.testutils.plan that implement PlanTestServiceModifier and TypeClassDescriptionclass
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 PlanTestServiceModifierConstructorDescriptionJobTestServiceImplWiredTest
(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 PlanTestServiceModifierConstructorDescriptionPlanTestServiceImplWiredTest
(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 PlanTestServiceModifierConstructorDescriptionStageTestServiceImplWiredTest
(PlanTestService planTestService, StageService stageService, StageTestService stageTestService)