Class BzlTestTargetAttemptFinished_1_1
java.lang.Object
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_0
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_1
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BzlTestTargetAttemptFinished_1_2
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.1",
until="1.1")
public class BzlTestTargetAttemptFinished_1_1
extends BzlTestTargetAttemptFinished_1_0
Sent when an attempt for a test target has finished, and expands on the base class by
keeping the details of why an attempt was aborted, if it indeed was.
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable BzlAborted_1_0
Is only non-null iff this attempt was aborted before finishing.Fields inherited from class com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_0
cachedLocally, detailsProcessingOutcomeType, executionInfo, id, outcome, outputs, warnings
-
Constructor Summary
ConstructorDescriptionBzlTestTargetAttemptFinished_1_1
(long id, int outcome, BzlTestDetailsProcessingOutcomeType_1 detailsProcessingOutcomeType, List<BzlFile_1_0> outputs, List<String> warnings, boolean cachedLocally, @Nullable BzlTestTargetAttemptExecutionInfo_1_0 executionInfo, @Nullable BzlAborted_1_0 testAbortedReason) -
Method Summary
-
Field Details
-
testAbortedReason
Is only non-null iff this attempt was aborted before finishing.
-
-
Constructor Details
-
BzlTestTargetAttemptFinished_1_1
public BzlTestTargetAttemptFinished_1_1(long id, int outcome, BzlTestDetailsProcessingOutcomeType_1 detailsProcessingOutcomeType, List<BzlFile_1_0> outputs, List<String> warnings, boolean cachedLocally, @Nullable @Nullable BzlTestTargetAttemptExecutionInfo_1_0 executionInfo, @Nullable @Nullable BzlAborted_1_0 testAbortedReason)
-
-
Method Details
-
equals
- Overrides:
equals
in classBzlTestTargetAttemptFinished_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBzlTestTargetAttemptFinished_1_0
-
toString
- Overrides:
toString
in classBzlTestTargetAttemptFinished_1_0
-