| Interface | Description |
|---|---|
| ExtensionLogger |
Logger for plugin extensions.
|
| JibPluginExtension |
Base type for Jib plugin extensions.
|
| Class | Description |
|---|---|
| NullExtension |
Represents general notion of a "null" (invalid, non-existing, undefined, uninstantiated, or no-op
extension) extension.
|
| Enum | Description |
|---|---|
| ExtensionLogger.LogLevel |
Levels for log messages generated by plugin extensions, in order of verbosity.
|
| Exception | Description |
|---|---|
| JibPluginExtensionException |
Exception while running Jib plugin extensions.
|