Class BzlTargetCompleted_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.target.BzlTargetCompleted_1_0
All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
Direct Known Subclasses:
BzlTargetCompleted_1_1

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0", until="1.1") public class BzlTargetCompleted_1_0 extends Object implements com.gradle.scan.eventmodel.EventData
An EventData indicating that all actions related to this target are done and all outputs of this target are up-to-date again.

Zero or more BzlTargetCompleted_1_0 events may be published.

  • Field Details

    • id

      public final long id
      The ID of the target, linking to BzlTargetConfigured_1_0.id.
    • success

      public final boolean success
      Whether the target succeeded.
    • outputGroups

      public final List<BzlTargetCompletedOutputGroup_1_0> outputGroups
    • actions

      public final List<Long> actions
    • failureId

      @Nullable public final @Nullable Long failureId
      The ID of a BzlFailureDetails_1_0 event detailing the failure.

      Null when the target succeeded or for some failed targets that don't provide failure information.

    • aspect

      @Nullable public final @Nullable String aspect
  • Constructor Details

  • Method Details