Uses of Enum Class
org.springframework.boot.buildpack.platform.build.PullPolicy
Package
Description
Central API for performing a buildpack build.
-
Uses of PullPolicy in org.springframework.boot.buildpack.platform.build
Modifier 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.Modifier and TypeMethodDescriptionBuildRequest.withPullPolicy
(PullPolicy pullPolicy) Return a newBuildRequest
with the updated image pull policy.