public class DockerPipelineExportHelper extends Object
Modifier and Type | Method and Description |
---|---|
static @NotNull DockerPipelineConfiguration |
fromSpecsEntity(@NotNull com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties dockerPipelineProperties)
Convert Specs properties to Docker pipeline configuration used by Bamboo entities.
|
static @NotNull com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration |
toSpecsEntity(@NotNull DockerPipelineConfiguration dockerPipelineConfiguration)
Convert Docker pipeline configuration used by Bamboo to Specs entity.
|
static void |
validateDockerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties)
Validate docker properties in Deployment Specs
|
static void |
validateDockerConfiguration(@NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties)
Validate docker properties in Plan Specs
|
@NotNull public static @NotNull DockerPipelineConfiguration fromSpecsEntity(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties dockerPipelineProperties)
@NotNull public static @NotNull com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration toSpecsEntity(@NotNull @NotNull DockerPipelineConfiguration dockerPipelineConfiguration)
public static void validateDockerConfiguration(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.plan.PlanProperties planProperties)
public static void validateDockerConfiguration(@NotNull @NotNull com.atlassian.bamboo.specs.api.model.deployment.DeploymentProperties deploymentProperties)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.