com.atlassian.bamboo.plugins.rest.plan
Interface RestPlanService

All Known Implementing Classes:
RestPlanServiceImpl

public interface RestPlanService

Service for rest related plan operations.

Since:
5.9

Method Summary
 RestPlanConfig getPlan(PlanKey planKey, Expansion expansion)
          Get a specific plan
 

Method Detail

getPlan

@NotNull
RestPlanConfig getPlan(@NotNull
                               PlanKey planKey,
                               @NotNull
                               Expansion expansion)
                       throws WebValidationException
Get a specific plan

Parameters:
planKey - of plan
expansion - expansion params from request
Returns:
Rest Plan.
Throws:
WebValidationException


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