Class BambooDeploymentExportResource


  • @Singleton
    public class BambooDeploymentExportResource
    extends Object
    • Method Detail

      • exportAllDeployments

        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

        public javax.ws.rs.core.Response exportDeploymentProject​(long deploymentProjectId,
                                                                 @Context
                                                                 com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
        Export configuration of a deployment project to YAML format
        Parameters:
        deploymentProjectId - deployment project id
        Returns:
        json array of paths to all updated files