@Singleton public class BambooDeploymentExportResource extends Object
| Constructor and Description |
|---|
BambooDeploymentExportResource(DeploymentExportService deploymentExportService,
DeploymentProjectService deploymentProjectService,
BambooPermissionManager bambooPermissionManager,
com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
FeatureManager featureManager) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
exportAllDeployments()
Export configuration of all deployment projects to YAML format.
|
javax.ws.rs.core.Response |
exportDeploymentProject(long deploymentProjectId,
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
Export configuration of a deployment project to YAML format
|
public BambooDeploymentExportResource(DeploymentExportService deploymentExportService, DeploymentProjectService deploymentProjectService, BambooPermissionManager bambooPermissionManager, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.message.I18nResolver i18nResolver, FeatureManager featureManager)
public javax.ws.rs.core.Response exportAllDeployments()
public javax.ws.rs.core.Response exportDeploymentProject(long deploymentProjectId,
@Context
com.atlassian.plugins.rest.common.security.AuthenticationContext authenticationContext)
deploymentProjectId - deployment project idCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.