@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
WebValidationException
public javax.ws.rs.core.Response importDeploymentPermission(@NotNull @NotNull String yaml, @Context javax.ws.rs.core.HttpHeaders headers) throws WebValidationException
WebValidationException
public javax.ws.rs.core.Response importEnvironmentPermission(@NotNull @NotNull String yaml, @Context javax.ws.rs.core.HttpHeaders headers) throws WebValidationException
WebValidationException
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.