Interface | Description |
---|---|
Context |
Context for the transform.
|
DirectoryInput |
A
QualifiedContent of type directory. |
JarInput |
A
QualifiedContent of type jar. |
QualifiedContent |
Represent content qualified with one or more
QualifiedContent.ContentType and one or more QualifiedContent.Scope . |
QualifiedContent.ContentType |
A content type that is requested through the transform API.
|
TransformInput |
The input to a Transform.
|
TransformOutputProvider |
The output of a transform.
|
Class | Description |
---|---|
Transform |
A Transform that processes intermediary build artifacts.
|
Enum | Description |
---|---|
Format |
The format in which content is stored.
|
QualifiedContent.DefaultContentType |
The type of of the content.
|
QualifiedContent.Scope |
The scope of the content.
|
Status |
The file changed status for incremental execution.
|
Exception | Description |
---|---|
TransformException |
An exception during the execution of a Transform
This API is non final and is subject to change.
|