Uses of Class
com.atlassian.bamboo.rest.model.build.docker.RestDataVolume
-
Packages that use RestDataVolume Package Description com.atlassian.bamboo.rest.model.build.docker -
-
Uses of RestDataVolume in com.atlassian.bamboo.rest.model.build.docker
Methods in com.atlassian.bamboo.rest.model.build.docker that return types with arguments of type RestDataVolume Modifier and Type Method Description List<RestDataVolume>
RestDockerPipelineConfiguration. getDataVolumes()
Constructor parameters in com.atlassian.bamboo.rest.model.build.docker with type arguments of type RestDataVolume Constructor Description RestDockerPipelineConfiguration(boolean enabled, String dockerImage, List<RestDataVolume> dataVolumes, List<String> additionalArguments)
-