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
getPlan
@NotNull
RestPlanConfig getPlan(@NotNull
PlanKey planKey,
@NotNull
Expansion expansion)
throws WebValidationException
- Get a specific plan
- Parameters:
planKey
- of planexpansion
- expansion params from request
- Returns:
- Rest Plan.
- Throws:
WebValidationException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.