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
 ImmutableChain getPlan(PlanKey planKey)
          Get an individual stage from a plan
 

Method Detail

getPlan

@Nullable
ImmutableChain getPlan(@NotNull
                                PlanKey planKey)
                       throws WebValidationException
Get an individual stage from a plan

Parameters:
planKey - the plan
Returns:
the plan if it exists
Throws:
WebValidationException


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.