| Package | Description |
|---|---|
| io.quarkus.builder |
| Modifier and Type | Method and Description |
|---|---|
(package private) List<Diagnostic> |
Execution.getDiagnostics() |
List<Diagnostic> |
BuildResult.getDiagnostics()
Get the diagnostics reported during build.
|
List<Diagnostic> |
BuildException.getDiagnostics()
Get the diagnostics associated with the build failure.
|
| Constructor and Description |
|---|
BuildException(List<Diagnostic> diagnostics)
Constructs a new
DeploymentException instance. |
BuildException(String msg,
List<Diagnostic> diagnostics)
Constructs a new
DeploymentException instance with an initial message. |
BuildException(String msg,
Throwable cause,
List<Diagnostic> diagnostics)
Constructs a new
DeploymentException instance with an initial message and cause. |
BuildException(Throwable cause,
List<Diagnostic> diagnostics)
Constructs a new
DeploymentException instance with an initial cause. |
BuildResult(ConcurrentHashMap<ItemId,BuildItem> simpleItems,
ConcurrentHashMap<ItemId,List<BuildItem>> multiItems,
Set<ItemId> finalIds,
List<Diagnostic> diagnostics,
long nanos) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.