Modifier and Type | Field and Description |
---|---|
protected DockerPipelineConfiguration |
DefaultBuildDefinition.dockerPipelineConfiguration |
Modifier and Type | Method and Description |
---|---|
DockerPipelineConfiguration |
DefaultBuildDefinition.getDockerPipelineConfiguration() |
DockerPipelineConfiguration |
BuildDefinition.getDockerPipelineConfiguration()
Set Docker pipeline configuration for a particular buildable.
|
DockerPipelineConfiguration |
PartialBuildDefinition.getDockerPipelineConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuildDefinition.setDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration) |
void |
BuildDefinition.setDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration)
Replace Docker pipeline configuration for this buildable with a different one.
|
Modifier and Type | Class and Description |
---|---|
class |
DockerPipelineConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
ErrorCollection |
DockerPipelineValidationServiceImpl.validateDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration) |
ErrorCollection |
DockerPipelineValidationService.validateDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration)
Checks if Docker configuration is valid.
|
Constructor and Description |
---|
DefaultDockerHandlerImpl(DockerPipelineConfiguration configuration,
DockerPipelineValidationService dockerPipelineValidationService,
EnvironmentCustomConfigService environmentCustomConfigService,
com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
TemplateRenderer templateRenderer,
TaskManager taskManager,
boolean create) |
DockerPipelineConfigurationImpl(DockerPipelineConfiguration dockerPipelineConfiguration) |
Modifier and Type | Method and Description |
---|---|
static DockerPipelineConfiguration |
DockerPipelineExportHelper.fromSpecsEntity(com.atlassian.bamboo.specs.api.model.docker.DockerConfigurationProperties dockerPipelineProperties)
Convert Specs properties to Docker pipeline configuration used by Bamboo entities.
|
Modifier and Type | Method and Description |
---|---|
static com.atlassian.bamboo.specs.api.builders.docker.DockerConfiguration |
DockerPipelineExportHelper.toSpecsEntity(DockerPipelineConfiguration dockerPipelineConfiguration)
Convert Docker pipeline configuration used by Bamboo to Specs entity.
|
Modifier and Type | Method and Description |
---|---|
DockerPipelineConfiguration |
EnvironmentCustomConfigServiceImpl.getDockerPipelineConfiguration(long environmentId) |
DockerPipelineConfiguration |
EnvironmentCustomConfigService.getDockerPipelineConfiguration(long environmentId)
Returns Docker pipeline configuration for a particular environment.
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentCustomConfigServiceImpl.saveDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration,
long environmentId) |
void |
EnvironmentCustomConfigService.saveDockerPipelineConfiguration(DockerPipelineConfiguration dockerPipelineConfiguration,
long environmentId)
Set Docker pipeline configuration for a particular environment.
|
Modifier and Type | Method and Description |
---|---|
DockerPipelineConfiguration |
DeploymentContextImpl.getDockerPipelineConfiguration() |
Constructor and Description |
---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
List<TaskDefinition> taskDefinitions,
Map<String,String> artifactHandlerConfiguration,
VariableContext variableContext,
Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap,
com.google.common.collect.Multimap<String,Artifact> versionArtifacts,
DeploymentVersion previousVersion,
Iterable<CredentialsData> sharedCredentials,
Map<PlanKey,ChainStorageTag> necessaryStorageTags,
Map<String,Map<String,String>> pluginConfigMap,
DockerPipelineConfiguration dockerPipelineConfiguration,
CommonArtifactContext commonArtifactContext) |
Modifier and Type | Method and Description |
---|---|
DockerPipelineConfiguration |
BuildContextImpl.getDockerPipelineConfiguration() |
DockerPipelineConfiguration |
CommonContext.getDockerPipelineConfiguration() |
Modifier and Type | Method and Description |
---|---|
DockerPipelineConfiguration |
DeploymentRepositoryBuildContext.getDockerPipelineConfiguration() |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.