Package com.atlassian.bamboo.plan
Interface PlanService
- All Known Implementing Classes:
PlanServiceImpl
public interface PlanService
Service for performing chain related config operations
- Since:
- v5.7
-
Method Summary
-
Method Details
-
getPlan
@Nullable @Nullable ImmutableChain getPlan(@NotNull @NotNull PlanKey planKey) throws WebValidationException Get an individual stage from a plan- Parameters:
planKey
- the plan- Returns:
- the plan if it exists
- Throws:
WebValidationException
-