Package com.atlassian.bamboo.plan
Class PlanServiceImpl
- java.lang.Object
-
- com.atlassian.bamboo.plan.PlanServiceImpl
-
- All Implemented Interfaces:
PlanService
public class PlanServiceImpl extends Object implements PlanService
-
-
Constructor Summary
Constructors Constructor Description PlanServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable ImmutableChain
getPlan(@NotNull PlanKey planKey)
Get an individual stage from a plan
-
-
-
Method Detail
-
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
-
-