| Interface | Description |
|---|---|
| AuthProperty |
Holds a username and password property.
|
| ProjectProperties |
Project property methods that require maven/gradle-specific implementations.
|
| RawConfiguration |
Holds raw plugin configuration parameter values.
|
| Class | Description |
|---|---|
| BuildStepsRunner |
Runs a
BuildSteps and builds helpful error messages. |
| ConfigurationPropertyValidator |
Validator for plugin configuration parameters and system properties.
|
| DefaultCredentialRetrievers |
Generates a list of default
CredentialRetrievers. |
| HelpfulSuggestions |
Builds messages that provides suggestions on how to fix the error.
|
| JavaContainerBuilderHelper |
Helper for constructing
JavaContainerBuilder-based JibContainerBuilders. |
| MainClassResolver |
Infers the main class in an application.
|
| PluginConfigurationProcessor |
Configures and provides
JibContainerBuilder for the image building tasks based on raw
plugin configuration values and project properties. |
| PropertyNames |
Names of system properties used to set configuration via commandline.
|
| SkaffoldFilesOutput |
Builds a JSON string containing files and directories that Skaffold should watch for changes
(and consequently trigger rebuilds).
|
| TimerEventHandler |
Handles
TimerEvents by producing log messages. |
| ZipUtil |
Utility class for Zip archives.
|
| Exception | Description |
|---|---|
| BuildStepsExecutionException |
Wraps an exception that happens during
BuildSteps.run(). |
| IncompatibleBaseImageJavaVersionException |
Exception when the Java version in the base image is incompatible with the Java version of the
application to be containerized.
|
| InvalidAppRootException |
Indicates that the
container.appRoot config value is invalid. |
| InvalidContainerVolumeException |
Indicates that the
container.volumes config value has at least one invalid path. |
| InvalidWorkingDirectoryException |
Indicates that the
container.workingDirectory config value is invalid. |
| MainClassInferenceException |
Thrown when main class inference fails.
|
Copyright © 2019. All rights reserved.