| Interface | Description |
|---|---|
| CredentialRetriever |
Retrieves credentials for a registry.
|
| JibEvent |
Type for events dispatched by Jib Core.
|
| Class | Description |
|---|---|
| AbsoluteUnixPath |
Represents a Unix-style path in absolute form (containing all path components relative to the
file system root
/). |
| Containerizer |
Configures how to containerize.
|
| Credential |
Holds credentials (username and password).
|
| DescriptorDigest |
Represents a SHA-256 content descriptor digest as defined by the Registry HTTP API v2 reference.
|
| DockerDaemonImage |
Builds to the Docker daemon.
|
| FilePermissions |
Represents read/write/execute file permissions for owner, group, and others.
|
| ImageReference |
Represents an image reference.
|
| JavaContainerBuilder |
Creates a
JibContainerBuilder for containerizing Java applications. |
| Jib |
Build containers with Jib.
|
| JibContainer |
The container built by Jib.
|
| JibContainerBuilder |
Builds a container with Jib.
|
| LayerConfiguration |
Configures how to build a layer in the container image.
|
| LayerConfiguration.Builder |
Builds a
LayerConfiguration. |
| LayerEntry |
Represents an entry in the layer.
|
| LogEvent |
Log message event.
|
| MainClassFinder |
Finds main classes in a list of class files.
|
| MainClassFinder.Result | |
| Port |
Represents a port number with a protocol (TCP or UDP).
|
| Ports |
Utility for parsing Docker/OCI ports from text representations.
|
| RegistryImage |
Defines an image on a container registry that can be used as either a source or target image.
|
| RelativeUnixPath |
Represents a Unix-style path in relative form (does not start at the file system root
/). |
| TarImage |
Builds to a tarball archive.
|
| TarImage.Builder |
Finishes constructing a
TarImage. |
| Enum | Description |
|---|---|
| ImageFormat |
Indicates the format of the image.
|
| JavaContainerBuilder.LayerType |
Represents the different types of layers for a Java application.
|
| LogEvent.Level |
Log levels, in order of verbosity.
|
| MainClassFinder.Result.Type |
The type of result.
|
| Exception | Description |
|---|---|
| CacheDirectoryCreationException |
Thrown when a directory to be used as the cache could not be created.
|
| InsecureRegistryException |
Throw when attempting to access an insecure registry when only secure connections are allowed.
|
| InvalidImageReferenceException |
Thrown when attempting to parse an invalid image reference.
|
| RegistryAuthenticationFailedException |
Thrown because registry authentication failed.
|
| RegistryException |
Thrown when interacting with a registry.
|
| RegistryUnauthorizedException |
Thrown when a registry request was unauthorized and therefore authentication is needed.
|
Copyright © 2019. All rights reserved.