@Singleton public class BambooDeploymentImportResource extends Object
| Constructor and Description |
|---|
BambooDeploymentImportResource(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
BambooAuthenticationContext authenticationContext,
DeploymentImportService deploymentImportService) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
importDeploymentPermission(@NotNull String yaml,
javax.ws.rs.core.HttpHeaders headers)
Import configuration of deployment permission in YAML format.
|
javax.ws.rs.core.Response |
importDeploymentProject(@NotNull String yamlString,
javax.ws.rs.core.HttpHeaders headers,
javax.ws.rs.core.UriInfo uriInfo)
Import configuration of a deployment project in YAML format.
|
javax.ws.rs.core.Response |
importEnvironmentPermission(@NotNull String yaml,
javax.ws.rs.core.HttpHeaders headers)
Import configuration of environment permission in YAML format.
|
public BambooDeploymentImportResource(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
BambooAuthenticationContext authenticationContext,
DeploymentImportService deploymentImportService)
public javax.ws.rs.core.Response importDeploymentProject(@NotNull
@NotNull String yamlString,
@Context
javax.ws.rs.core.HttpHeaders headers,
@Context
javax.ws.rs.core.UriInfo uriInfo)
throws WebValidationException
WebValidationExceptionpublic javax.ws.rs.core.Response importDeploymentPermission(@NotNull
@NotNull String yaml,
@Context
javax.ws.rs.core.HttpHeaders headers)
throws WebValidationException
WebValidationExceptionpublic javax.ws.rs.core.Response importEnvironmentPermission(@NotNull
@NotNull String yaml,
@Context
javax.ws.rs.core.HttpHeaders headers)
throws WebValidationException
WebValidationExceptionCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.