| Interface | Description |
|---|---|
| ProjectProperties |
Project property methods that require maven/gradle-specific implementations.
|
| Class | Description |
|---|---|
| BuildStepsRunner |
Runs a
BuildSteps and builds helpful error messages. |
| ExposedPortsParser |
Utility for parsing exposed ports from plugin configuration
|
| HelpfulSuggestions |
Builds messages that provides suggestions on how to fix the error.
|
| JavaEntrypointConstructor |
Constructs an image entrypoint for the Java application.
|
| MainClassFinder | |
| MainClassFinder.Result |
The result of a call to
MainClassFinder.find(). |
| MainClassResolver |
Infers the main class in an application.
|
| SystemPropertyValidator |
Validator for system properties.
|
| Enum | Description |
|---|---|
| MainClassFinder.Result.ErrorType |
The type of error.
|
| Exception | Description |
|---|---|
| BuildStepsExecutionException |
Wraps an exception that happens during
BuildSteps.run(). |
| MainClassInferenceException |
Thrown when main class inference fails.
|
Copyright © 2018. All rights reserved.