Uses of Enum Class
com.nirima.jenkins.plugins.docker.DockerImagePullStrategy
Packages that use DockerImagePullStrategy
-
Uses of DockerImagePullStrategy in com.nirima.jenkins.plugins.docker
Methods in com.nirima.jenkins.plugins.docker that return DockerImagePullStrategyModifier and TypeMethodDescriptionDockerTemplate.getPullStrategy()
static DockerImagePullStrategy
Returns the enum constant of this class with the specified name.static DockerImagePullStrategy[]
DockerImagePullStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.nirima.jenkins.plugins.docker with parameters of type DockerImagePullStrategyModifier and TypeMethodDescriptionvoid
DockerTemplate.setPullStrategy
(DockerImagePullStrategy pullStrategy)