Uses of Interface
org.springframework.boot.buildpack.platform.build.BuildLog
Package
Description
Central API for performing a buildpack build.
-
Uses of BuildLog in org.springframework.boot.buildpack.platform.build
Modifier 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
.ModifierConstructorDescriptionCreate a new builder instance.Builder
(BuildLog log, DockerConfiguration dockerConfiguration) Create a new builder instance.