Package com.atlassian.bamboo.plan
Class PlanServiceImpl
java.lang.Object
com.atlassian.bamboo.plan.PlanServiceImpl
- All Implemented Interfaces:
PlanService
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PlanServiceImpl
public PlanServiceImpl()
-
-
Method Details
-
getPlan
@Nullable public @Nullable ImmutableChain getPlan(@NotNull @NotNull PlanKey planKey) throws WebValidationException Description copied from interface:PlanService
Get an individual stage from a plan- Specified by:
getPlan
in interfacePlanService
- Parameters:
planKey
- the plan- Returns:
- the plan if it exists
- Throws:
WebValidationException
-