com.atlassian.bamboo.plugins.rest.plan
Class RestPlanServiceImpl
java.lang.Object
com.atlassian.bamboo.plugins.rest.plan.RestPlanServiceImpl
- All Implemented Interfaces:
- RestPlanService
public class RestPlanServiceImpl
- extends Object
- implements RestPlanService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestPlanServiceImpl
public RestPlanServiceImpl(LinkService linkService,
PlanService planService,
RestStageService restStageService)
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 planexpansion
- expansion params from request
- Returns:
- Rest Plan.
- Throws:
WebValidationException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.