Package | Description |
---|---|
com.atlassian.bamboo.build.docker | |
com.atlassian.bamboo.docker | |
com.atlassian.bamboo.pageobjects.components.docker | |
com.atlassian.bamboo.rest.model.build.docker |
Modifier and Type | Method and Description |
---|---|
List<DataVolume> |
DockerPipelineConfigurationImpl.getDataVolumes() |
List<DataVolume> |
DockerPipelineConfiguration.getDataVolumes()
List of data volume mapping between host and container.
|
Modifier and Type | Method and Description |
---|---|
void |
DockerPipelineConfigurationImpl.setDataVolumes(Iterable<DataVolume> dataVolumes) |
void |
DockerPipelineConfiguration.setDataVolumes(Iterable<DataVolume> dataVolumes) |
Modifier and Type | Field and Description |
---|---|
static Function<Map<String,Object>,List<DataVolume>> |
DockerConfigurationHelper.DATA_VOLUME_FROM_CONFIG_EXTRACTOR |
static List<DataVolume> |
DockerConfigurationHelper.DEFAULT_VOLUMES |
Modifier and Type | Method and Description |
---|---|
List<DataVolume> |
RunConfig.getVolumes() |
Modifier and Type | Method and Description |
---|---|
RunConfig.Builder |
RunConfig.Builder.volumes(List<DataVolume> volumes) |
Modifier and Type | Method and Description |
---|---|
List<DataVolume> |
DockerVolumeMappingTable.getVolumeMappings()
Get a list of all currently configured volume mappings.
|
Modifier and Type | Method and Description |
---|---|
DataVolume |
RestDataVolume.toDataVolume() |
Constructor and Description |
---|
RestDataVolume(DataVolume dataVolume) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.