Uses of Class
org.springframework.boot.buildpack.platform.build.BuildpackReference
Packages that use BuildpackReference
Package
Description
Central API for performing a buildpack build.
-
Uses of BuildpackReference in org.springframework.boot.buildpack.platform.build
Methods in org.springframework.boot.buildpack.platform.build that return BuildpackReferenceModifier and TypeMethodDescriptionstatic BuildpackReferenceCreate a newBuildpackReferencefrom the given value.Methods in org.springframework.boot.buildpack.platform.build that return types with arguments of type BuildpackReferenceModifier and TypeMethodDescriptionBuildRequest.getBuildpacks()Return the collection of buildpacks to use when building the image, if provided.Methods in org.springframework.boot.buildpack.platform.build with parameters of type BuildpackReferenceModifier and TypeMethodDescriptionBuildRequest.withBuildpacks(BuildpackReference... buildpacks) Return a newBuildRequestwith an updated buildpacks setting.Method parameters in org.springframework.boot.buildpack.platform.build with type arguments of type BuildpackReferenceModifier and TypeMethodDescriptionBuildRequest.withBuildpacks(List<BuildpackReference> buildpacks) Return a newBuildRequestwith an updated buildpacks setting.