Uses of Enum Class
dev.snowdrop.buildpack.config.DockerConfig.PullPolicy
Packages that use DockerConfig.PullPolicy
-
Uses of DockerConfig.PullPolicy in dev.snowdrop.buildpack.config
Methods in dev.snowdrop.buildpack.config that return DockerConfig.PullPolicyModifier and TypeMethodDescriptionDockerConfig.getPullPolicy()DockerConfigFluent.getPullPolicy()DockerConfigFluentImpl.getPullPolicy()static DockerConfig.PullPolicyReturns the enum constant of this class with the specified name.static DockerConfig.PullPolicy[]DockerConfig.PullPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.snowdrop.buildpack.config with parameters of type DockerConfig.PullPolicyModifier and TypeMethodDescriptionDockerConfigFluent.withPullPolicy(DockerConfig.PullPolicy pullPolicy) DockerConfigFluentImpl.withPullPolicy(DockerConfig.PullPolicy pullPolicy) Constructors in dev.snowdrop.buildpack.config with parameters of type DockerConfig.PullPolicyModifierConstructorDescriptionDockerConfig(Integer pullTimeoutSeconds, Integer pullRetryCount, Integer pullRetryIncreaseSeconds, DockerConfig.PullPolicy pullPolicy, String dockerHost, String dockerSocket, String dockerNetwork, Boolean useDaemon, com.github.dockerjava.api.DockerClient dockerClient) EditableDockerConfig(Integer pullTimeoutSeconds, Integer pullRetryCount, Integer pullRetryIncreaseSeconds, DockerConfig.PullPolicy pullPolicy, String dockerHost, String dockerSocket, String dockerNetwork, Boolean useDaemon, com.github.dockerjava.api.DockerClient dockerClient)