Uses of Class
com.nirima.jenkins.plugins.docker.DockerImagePullStrategy
-
Packages that use DockerImagePullStrategy Package Description com.nirima.jenkins.plugins.docker -
-
Uses of DockerImagePullStrategy in com.nirima.jenkins.plugins.docker
Methods in com.nirima.jenkins.plugins.docker that return DockerImagePullStrategy Modifier and Type Method Description DockerImagePullStrategy
DockerTemplate. getPullStrategy()
static DockerImagePullStrategy
DockerImagePullStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DockerImagePullStrategy[]
DockerImagePullStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.nirima.jenkins.plugins.docker with parameters of type DockerImagePullStrategy Modifier and Type Method Description void
DockerTemplate. setPullStrategy(DockerImagePullStrategy pullStrategy)
-