Class CloneResource


  • @Singleton
    public class CloneResource
    extends Object
    • Constructor Detail

      • CloneResource

        public CloneResource​(ChainCreationService chainCreationService,
                             com.atlassian.sal.api.message.I18nResolver i18nResolver,
                             PlanRestService planRestService)
    • Method Detail

      • getClone

        public RestPlan getClone​(String fromProjectKey,
                                 String fromBuildKey,
                                 String toProjectKey,
                                 String toBuildKey,
                                 @Context
                                 javax.ws.rs.core.UriInfo uriInfo)