com.atlassian.bamboo.plugins.rest.resource
Class ExportResource

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.resource.ExportResource

public class ExportResource
extends java.lang.Object

Export XML details for a Plan and its Project


Constructor Summary
ExportResource(PlanManager planManager, PlanService planService, ImportExportManager importExportManager)
           
 
Method Summary
 java.lang.String exportPlan(java.lang.String projectKey, java.lang.String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 java.lang.String exportPlanAlias(java.lang.String projectKey, java.lang.String buildKey, javax.ws.rs.core.UriInfo uriInfo, com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportResource

public ExportResource(PlanManager planManager,
                      PlanService planService,
                      ImportExportManager importExportManager)
Method Detail

exportPlan

public java.lang.String exportPlan(java.lang.String projectKey,
                                   java.lang.String buildKey,
                                   @Context
                                   javax.ws.rs.core.UriInfo uriInfo,
                                   @Context
                                   com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
                            throws java.lang.Exception
Throws:
java.lang.Exception

exportPlanAlias

public java.lang.String exportPlanAlias(java.lang.String projectKey,
                                        java.lang.String buildKey,
                                        @Context
                                        javax.ws.rs.core.UriInfo uriInfo,
                                        @Context
                                        com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.