See: Description
Interface | Description |
---|---|
BuildLog |
Callback interface used to provide
Builder output logging. |
Class | Description |
---|---|
AbstractBuildLog |
Base class for
BuildLog implementations. |
Builder |
Central API for running buildpack operations.
|
BuildpackReference |
An opaque reference to a
Buildpack . |
BuildRequest |
A build request to be handled by the
Builder . |
Cache |
Details of a cache for use by the CNB builder.
|
Cache.Volume |
Details of a cache stored in a Docker volume.
|
Creator |
Identifying information about the tooling that created a builder.
|
Enum | Description |
---|---|
Cache.Format |
The format of the cache.
|
PullPolicy |
Image pull policy.
|
Exception | Description |
---|---|
BuilderException |
Exception thrown to indicate a Builder error.
|