com.atlassian.bamboo.plugins.rest.plan
Class RestPlanServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.plan.RestPlanServiceImpl
All Implemented Interfaces:
RestPlanService

public class RestPlanServiceImpl
extends Object
implements RestPlanService


Constructor Summary
RestPlanServiceImpl(LinkService linkService, PlanService planService, RestStageService restStageService)
           
 
Method Summary
 RestPlanConfig getPlan(PlanKey planKey, Expansion expansion)
          Get a specific plan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestPlanServiceImpl

public RestPlanServiceImpl(LinkService linkService,
                           PlanService planService,
                           RestStageService restStageService)
Method Detail

getPlan

@NotNull
public RestPlanConfig getPlan(@NotNull
                                      PlanKey planKey,
                                      @NotNull
                                      Expansion expansion)
                       throws WebValidationException
Description copied from interface: RestPlanService
Get a specific plan

Specified by:
getPlan in interface RestPlanService
Parameters:
planKey - of plan
expansion - expansion params from request
Returns:
Rest Plan.
Throws:
WebValidationException


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