Uses of Class
com.atlassian.bamboo.docker.DataVolume
Package
Description
-
Uses of DataVolume in com.atlassian.bamboo.build.docker
Modifier and TypeMethodDescription@NotNull List<DataVolume>
DockerPipelineConfiguration.getDataVolumes()
List of data volume mapping between host and container.@NotNull List<DataVolume>
DockerPipelineConfigurationImpl.getDataVolumes()
Modifier and TypeMethodDescriptionvoid
DockerPipelineConfiguration.setDataVolumes
(@NotNull Iterable<DataVolume> dataVolumes) void
DockerPipelineConfigurationImpl.setDataVolumes
(@NotNull Iterable<DataVolume> dataVolumes) -
Uses of DataVolume in com.atlassian.bamboo.docker
Modifier and TypeFieldDescriptionDockerConfigurationHelper.DATA_VOLUME_FROM_CONFIG_EXTRACTOR
static final List<DataVolume>
DockerConfigurationHelper.DEFAULT_VOLUMES
Modifier and TypeMethodDescription@NotNull RunConfig.Builder
RunConfig.Builder.volumes
(@NotNull List<DataVolume> volumes) -
Uses of DataVolume in com.atlassian.bamboo.pageobjects.components.docker
Modifier and TypeMethodDescriptionDockerVolumeMappingTable.getVolumeMappings()
Get a list of all currently configured volume mappings. -
Uses of DataVolume in com.atlassian.bamboo.rest.model.build.docker