Uses of Class
org.springframework.boot.buildpack.platform.build.BuildRequest
Packages that use BuildRequest
Package
Description
Central API for performing a buildpack build.
-
Uses of BuildRequest in org.springframework.boot.buildpack.platform.build
Methods in org.springframework.boot.buildpack.platform.build that return BuildRequestModifier and TypeMethodDescriptionstatic BuildRequestBuildRequest.forJarFile(File jarFile) Factory method to create a newBuildRequestfrom a JAR file.static BuildRequestBuildRequest.forJarFile(ImageReference name, File jarFile) Factory method to create a newBuildRequestfrom a JAR file.static BuildRequestBuildRequest.of(ImageReference name, Function<Owner, TarArchive> applicationContent) Factory method to create a newBuildRequestwith specific content.BuildRequest.withApplicationDirectory(String applicationDirectory) Return a newBuildRequestwith an updated application directory.BuildRequest.withBindings(List<Binding> bindings) Return a newBuildRequestwith updated bindings.BuildRequest.withBindings(Binding... bindings) Return a newBuildRequestwith updated bindings.BuildRequest.withBuildCache(Cache buildCache) Return a newBuildRequestwith an updated build cache.BuildRequest.withBuilder(ImageReference builder) Return a newBuildRequestwith an updated builder.BuildRequest.withBuildpacks(List<BuildpackReference> buildpacks) Return a newBuildRequestwith an updated buildpacks setting.BuildRequest.withBuildpacks(BuildpackReference... buildpacks) Return a newBuildRequestwith an updated buildpacks setting.BuildRequest.withBuildWorkspace(Cache buildWorkspace) Return a newBuildRequestwith an updated build workspace.BuildRequest.withCleanCache(boolean cleanCache) Return a newBuildRequestwith an updated clean cache setting.BuildRequest.withCreatedDate(String createdDate) Return a newBuildRequestwith an updated created date.BuildRequest.withCreator(Creator creator) Return a newBuildRequestwith an updated creator.Return a newBuildRequestwith an additional env variable.Return a newBuildRequestwith additional env variables.BuildRequest.withImagePlatform(String platform) Return a newBuildRequestwith an updated image platform.BuildRequest.withLaunchCache(Cache launchCache) Return a newBuildRequestwith an updated launch cache.BuildRequest.withNetwork(String network) Return a newBuildRequestwith an updated network setting.BuildRequest.withPublish(boolean publish) Return a newBuildRequestwith an updated publish setting.BuildRequest.withPullPolicy(PullPolicy pullPolicy) Return a newBuildRequestwith the updated image pull policy.BuildRequest.withRunImage(ImageReference runImageName) Return a newBuildRequestwith an updated run image.BuildRequest.withSecurityOptions(List<String> securityOptions) Return a newBuildRequestwith an updated security options.BuildRequest.withTags(List<ImageReference> tags) Return a newBuildRequestwith updated tags.BuildRequest.withTags(ImageReference... tags) Return a newBuildRequestwith updated tags.BuildRequest.withTrustBuilder(boolean trustBuilder) Return a newBuildRequestwith an updated trust builder setting.BuildRequest.withVerboseLogging(boolean verboseLogging) Return a newBuildRequestwith an updated verbose logging setting.Methods in org.springframework.boot.buildpack.platform.build with parameters of type BuildRequestModifier and TypeMethodDescriptionvoidBuilder.build(BuildRequest request) voidAbstractBuildLog.executedLifecycle(BuildRequest request) voidBuildLog.executedLifecycle(BuildRequest request) Log that the lifecycle has executed.voidAbstractBuildLog.executingLifecycle(BuildRequest request, org.springframework.boot.buildpack.platform.build.LifecycleVersion version, Cache buildCache) voidAbstractBuildLog.executingLifecycle(BuildRequest request, org.springframework.boot.buildpack.platform.build.LifecycleVersion version, VolumeName buildCacheVolume) voidBuildLog.executingLifecycle(BuildRequest request, org.springframework.boot.buildpack.platform.build.LifecycleVersion version, Cache buildCache) Log that the lifecycle is executing.voidBuildLog.executingLifecycle(BuildRequest request, org.springframework.boot.buildpack.platform.build.LifecycleVersion version, VolumeName buildCacheVolume) Log that the lifecycle is executing.AbstractBuildLog.runningPhase(BuildRequest request, String name) BuildLog.runningPhase(BuildRequest request, String name) Log that a specific phase is running.voidAbstractBuildLog.start(BuildRequest request) voidBuildLog.start(BuildRequest request) Log that a build is starting.