| Class | Description |
|---|---|
| AppCDSContainerImageBuildItem |
Indicates that a specific container image should be used to generate the AppCDS file
|
| AppCDSRequestedBuildItem |
Build item to indicate to the various steps that AppCDS generation
has been requested
|
| AppCDSResultBuildItem |
A build item containing the result of the AppCDS generation process
|
| ArtifactResultBuildItem |
Represents a runnable artifact, such as an uberjar or thin jar.
|
| BuildSystemTargetBuildItem |
The build systems target directory.
|
| CurateOutcomeBuildItem | |
| DeploymentResultBuildItem | |
| JarBuildItem | |
| LegacyJarRequiredBuildItem |
marker build item that extensions can use to force legacy jar creation
|
| NativeImageBuildItem | |
| NativeImageSourceJarBuildItem |
A jar that is build to run the native image
|
| OutputTargetBuildItem |
The location that output artifacts should be created in
TODO: should we just create them in temp directories, and leave it up to the integration to move them where they want?
|
| PackageTypeBuildItem |
Build item that extensions must create to register a package type.
|
| ProcessInheritIODisabled |
A build item, which indicates that the
ProcessBuilder.inheritIO() will not work for processes
launched by build steps and instead the build step will have to explicitly stream the newly launched
process' STDOUT/STDERR, if the data generated on the STDOUT/STDERR of the launched process needs to be
made available |
| ProcessInheritIODisabled.Factory |
Generates a
build chain builder which creates a build step
producing the ProcessInheritIODisabled build item |
| UberJarRequiredBuildItem |
marker build item that extensions can use to force uber jar creation
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.