Class BzlTargetCompleted_1_1
java.lang.Object
com.gradle.scan.eventmodel.bazel.target.BzlTargetCompleted_1_0
com.gradle.scan.eventmodel.bazel.target.BzlTargetCompleted_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.2")
public class BzlTargetCompleted_1_1
extends BzlTargetCompleted_1_0
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_1
events may be published.
-
Field Summary
Fields inherited from class com.gradle.scan.eventmodel.bazel.target.BzlTargetCompleted_1_0
actions, aspect, failureId, id, outputGroups, success
-
Constructor Summary
ConstructorDescriptionBzlTargetCompleted_1_1
(long id, boolean success, List<BzlTargetCompletedOutputGroup_1_0> outputGroups, List<Long> actions, @Nullable Long failureId, @Nullable String aspect, long testTimeoutSeconds) -
Method Summary
-
Field Details
-
testTimeoutSeconds
public final long testTimeoutSeconds
-
-
Constructor Details
-
BzlTargetCompleted_1_1
-
-
Method Details
-
equals
- Overrides:
equals
in classBzlTargetCompleted_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBzlTargetCompleted_1_0
-
toString
- Overrides:
toString
in classBzlTargetCompleted_1_0
-