| Modifier and Type | Method and Description |
|---|---|
RestDockerPipelineConfiguration |
JobDockerPipelineConfigResource.getDockerPipelineConfiguration(String jobKey)
Retrieves Docker configuration for given job.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
JobDockerPipelineConfigResource.setDockerPipelineConfiguration(String jobKey,
RestDockerPipelineConfiguration dockerPipelineConfiguration)
Updates Docker configuration for given job.
|
| Modifier and Type | Method and Description |
|---|---|
RestDockerPipelineConfiguration |
DeploymentEnvironmentResource.getDockerPipelinesConfiguration(long environmentId)
Retrieves Docker configuration for given environment.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeploymentEnvironmentResource.saveDockerPipelinesConfiguration(long environmentId,
RestDockerPipelineConfiguration restDockerPipelineConfiguration)
Saves Docker configuration for given environment.
|
| Modifier and Type | Method and Description |
|---|---|
RestDockerPipelineConfiguration |
PlansControl.getDockerPipelineConfiguration(String jobKey) |
| Modifier and Type | Method and Description |
|---|---|
RestDockerPipelineConfiguration |
EnvironmentsControl.getDockerPipelineConfiguration(String environmentId) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.