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 Details

  • Method Details

    • getCommands

      public List<DeployCommandActionBuildItem> getCommands()
      Returns the list of deployment command actions that were executed during the deployment process.
      Returns:
      the executed deployment command actions