Uses of Class
com.atlassian.bamboo.docker.DataVolume
-
Packages that use DataVolume Package Description com.atlassian.bamboo.build.docker com.atlassian.bamboo.docker com.atlassian.bamboo.pageobjects.components.docker com.atlassian.bamboo.rest.model.build.docker -
-
Uses of DataVolume in com.atlassian.bamboo.build.docker
Methods in com.atlassian.bamboo.build.docker that return types with arguments of type DataVolume Modifier and Type Method Description @NotNull List<DataVolume>
DockerPipelineConfiguration. getDataVolumes()
List of data volume mapping between host and container.@NotNull List<DataVolume>
DockerPipelineConfigurationImpl. getDataVolumes()
Method parameters in com.atlassian.bamboo.build.docker with type arguments of type DataVolume Modifier and Type Method Description void
DockerPipelineConfiguration. setDataVolumes(@NotNull Iterable<DataVolume> dataVolumes)
void
DockerPipelineConfigurationImpl. setDataVolumes(@NotNull Iterable<DataVolume> dataVolumes)
-
Uses of DataVolume in com.atlassian.bamboo.docker
Fields in com.atlassian.bamboo.docker with type parameters of type DataVolume Modifier and Type Field Description static Function<Map<String,Object>,List<DataVolume>>
DockerConfigurationHelper. DATA_VOLUME_FROM_CONFIG_EXTRACTOR
static List<DataVolume>
DockerConfigurationHelper. DEFAULT_VOLUMES
Methods in com.atlassian.bamboo.docker that return types with arguments of type DataVolume Modifier and Type Method Description @NotNull List<DataVolume>
RunConfig. getVolumes()
Method parameters in com.atlassian.bamboo.docker with type arguments of type DataVolume Modifier and Type Method Description @NotNull RunConfig.Builder
RunConfig.Builder. volumes(@NotNull List<DataVolume> volumes)
-
Uses of DataVolume in com.atlassian.bamboo.pageobjects.components.docker
Methods in com.atlassian.bamboo.pageobjects.components.docker that return types with arguments of type DataVolume Modifier and Type Method Description List<DataVolume>
DockerVolumeMappingTable. getVolumeMappings()
Get a list of all currently configured volume mappings. -
Uses of DataVolume in com.atlassian.bamboo.rest.model.build.docker
Methods in com.atlassian.bamboo.rest.model.build.docker that return DataVolume Modifier and Type Method Description DataVolume
RestDataVolume. toDataVolume()
Constructors in com.atlassian.bamboo.rest.model.build.docker with parameters of type DataVolume Constructor Description RestDataVolume(@NotNull DataVolume dataVolume)
-