| Package | Description |
|---|---|
| org.springframework.boot.buildpack.platform.build |
Central API for performing a buildpack build.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBuildLog
Base class for
BuildLog implementations. |
| Modifier and Type | Method and Description |
|---|---|
static BuildLog |
BuildLog.to(PrintStream out)
Factory method that returns a
BuildLog the outputs to a given
PrintStream. |
static BuildLog |
BuildLog.toSystemOut()
Factory method that returns a
BuildLog the outputs to System.out. |
| Constructor and Description |
|---|
Builder(BuildLog log)
Create a new builder instance.
|
Builder(BuildLog log,
DockerConfiguration dockerConfiguration)
Create a new builder instance.
|