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
Methods in org.springframework.boot.buildpack.platform.build that return PullPolicyModifier and TypeMethodDescriptionBuildRequest.getPullPolicy()
Return the imagePullPolicy
that the builder should use.static PullPolicy
Returns 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 newBuildRequest
with the updated image pull policy.