Uses of Interface
org.springframework.boot.buildpack.platform.build.BuildLog
Packages that use BuildLog
Package
Description
Central API for performing a buildpack build.
-
Uses of BuildLog in org.springframework.boot.buildpack.platform.build
Classes in org.springframework.boot.buildpack.platform.build that implement BuildLogMethods in org.springframework.boot.buildpack.platform.build that return BuildLogModifier and TypeMethodDescriptionstatic BuildLog
BuildLog.to
(PrintStream out) Factory method that returns aBuildLog
the outputs to a givenPrintStream
.static BuildLog
BuildLog.toSystemOut()
Factory method that returns aBuildLog
the outputs toSystem.out
.Constructors in org.springframework.boot.buildpack.platform.build with parameters of type BuildLogModifierConstructorDescriptionCreate a new builder instance.Builder
(BuildLog log, DockerConfiguration dockerConfiguration) Create a new builder instance.