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 Summary
Modifier and TypeFieldDescriptionfinal @Nullable String
final @Nullable Long
The ID of aBzlFailureDetails_1_0
event detailing the failure.final long
The ID of the target, linking toBzlTargetConfigured_1_0.id
.final boolean
Whether the target succeeded. -
Constructor Summary
ConstructorDescriptionBzlTargetCompleted_1_0
(long id, boolean success, List<BzlTargetCompletedOutputGroup_1_0> outputGroups, List<Long> actions, @Nullable Long failureId, @Nullable String aspect) -
Method Summary
-
Field Details
-
id
public final long idThe ID of the target, linking toBzlTargetConfigured_1_0.id
. -
success
public final boolean successWhether the target succeeded. -
outputGroups
-
actions
-
failureId
The ID of aBzlFailureDetails_1_0
event detailing the failure.Null when the target succeeded or for some failed targets that don't provide failure information.
-
aspect
-
-
Constructor Details
-
BzlTargetCompleted_1_0
-
-
Method Details