Package io.quarkus.deployment.cmd
Class DeployCommandActionResultBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.deployment.cmd.DeployCommandActionResultBuildItem
public final class DeployCommandActionResultBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
A
SimpleBuildItem that represents the aggregate result of all
deployment actions.
This is used by build tools to report back the overall outcome of the
deployment process.
It contains a list of DeployCommandActionBuildItem instances, each
representing an individual deployment action and its result.
- Since:
- 3.8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newDeployCommandActionResultBuildItemwith the given list of deployment command actions. -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of deployment command actions that were executed during the deployment process.
-
Constructor Details
-
DeployCommandActionResultBuildItem
Constructs a newDeployCommandActionResultBuildItemwith the given list of deployment command actions.- Parameters:
commands- the list of deployment command actions that were executed
-
-
Method Details
-
getCommands
Returns the list of deployment command actions that were executed during the deployment process.- Returns:
- the executed deployment command actions
-