| Interface | Description |
|---|---|
| JibTask |
A task with a
JibExtension. |
| Class | Description |
|---|---|
| AuthParameters |
A bean that configures authorization credentials to be used for a registry.
|
| BaseImageParameters |
Object in
JibExtension that configures the base image. |
| BuildDockerTask |
Builds a container image and exports to the default Docker daemon.
|
| BuildImageTask |
Builds a container image to registry.
|
| BuildTarTask |
Builds a container image to a tarball.
|
| ContainerParameters |
A bean that configures properties of the container run from the image.
|
| CredHelperParameters |
Configuration for a credential helper.
|
| DockerClientParameters |
Object that configures the Docker executable and the additional environment variables to use when
executing the executable.
|
| ExtensionParameters |
Configuration of a plugin extension.
|
| ExtensionParametersSpec |
Allows to add
ExtensionParameters objects to the list property of the same type. |
| ExtraDirectoriesParameters |
Object in
JibExtension that configures the extra directories. |
| ExtraDirectoryParameters |
Configuration of an extra directory.
|
| ExtraDirectoryParametersSpec |
Allows to add
ExtraDirectoryParameters objects to the list property of the same type. |
| GradleProjectProperties |
Obtains information about a Gradle
Project that uses Jib. |
| GradleRawConfiguration |
Gradle-specific adapter for providing raw configuration parameter values.
|
| JibExtension |
Plugin extension for
JibPlugin. |
| JibPlugin | |
| OutputPathsParameters |
Object that configures where Jib should create its build output files.
|
| PlatformParameters |
Configuration of a platform.
|
| PlatformParametersSpec |
Allows to add
PlatformParameters objects to the list property of the same type. |
| TargetImageParameters |
Object in
JibExtension that configures the target image. |