Uses of Enum Class
org.springframework.boot.buildpack.platform.build.PullPolicy
Packages that use PullPolicy
Package
Description
Central API for performing a buildpack build.
-
Uses of PullPolicy in org.springframework.boot.buildpack.platform.build
Subclasses with type arguments of type PullPolicy in org.springframework.boot.buildpack.platform.buildMethods in org.springframework.boot.buildpack.platform.build that return PullPolicyModifier and TypeMethodDescriptionBuildRequest.getPullPolicy()Return the imagePullPolicythat the builder should use.static PullPolicyReturns the enum constant of this class with the specified name.static PullPolicy[]PullPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.buildpack.platform.build with parameters of type PullPolicyModifier and TypeMethodDescriptionBuildRequest.withPullPolicy(PullPolicy pullPolicy) Return a newBuildRequestwith the updated image pull policy.