| 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.
|
| JavaLayerConfigurationsHelper |
Helper for constructing
JavaLayerConfigurations. |
| 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.
|
| TimerEventHandler |
Handles
TimerEvents by producing log messages. |
| ZipUtil |
Utility class for Zip archives.
|
| Exception | Description |
|---|---|
| AppRootInvalidException |
Indicates that the container.appRoot config value is invalid (i.e., the path is not in the
absolute unix-path style.
|
| BuildStepsExecutionException |
Wraps an exception that happens during
BuildSteps.run(). |
| InferredAuthRetrievalException |
Exception when trying to retrieve an inferred auth info.
|
| MainClassInferenceException |
Thrown when main class inference fails.
|
Copyright © 2018. All rights reserved.