Class CloneResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.resource.CloneResource
-
@Singleton public class CloneResource extends Object
-
-
Constructor Summary
Constructors Constructor Description CloneResource(ChainCreationService chainCreationService, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanRestService planRestService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestPlan
getClone(String fromProjectKey, String fromBuildKey, String toProjectKey, String toBuildKey, javax.ws.rs.core.UriInfo uriInfo)
-
-
-
Constructor Detail
-
CloneResource
public CloneResource(ChainCreationService chainCreationService, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanRestService planRestService)
-
-