Class BambooDeploymentExportResource

java.lang.Object
com.atlassian.bamboo.plugins.rest.configuration.external.BambooDeploymentExportResource

@Path("/export/deployment") @Consumes("application/json") @Produces("application/json") @Singleton public class BambooDeploymentExportResource extends Object
  • Constructor Details

  • Method Details

    • exportAllDeployments

      @POST @Path("all") public javax.ws.rs.core.Response exportAllDeployments()
      Export configuration of all deployment projects to YAML format.
      Returns:
      json array of paths to all updated files
    • exportDeploymentProject

      @POST @Path("{deploymentProjectId}") public javax.ws.rs.core.Response exportDeploymentProject(@PathParam("deploymentProjectId") long deploymentProjectId)
      Export configuration of a deployment project to YAML format
      Parameters:
      deploymentProjectId - deployment project id
      Returns:
      json array of paths to all updated files