Class BzlTestTargetAttemptFinished_1_2
java.lang.Object
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_0
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_1
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_2
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.2")
public class BzlTestTargetAttemptFinished_1_2
extends BzlTestTargetAttemptFinished_1_1
-
Field Summary
Modifier and TypeFieldDescriptionfinal @Nullable String
Is only non-null if there was an error fetching the XML file for the test attemptFields inherited from class com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_1
testAbortedReason
Fields inherited from class com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_0
cachedLocally, detailsProcessingOutcomeType, executionInfo, id, outcome, outputs, warnings
-
Constructor Summary
ConstructorDescriptionBzlTestTargetAttemptFinished_1_2
(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, @Nullable String processingErrorMessage) -
Method Summary
-
Field Details
-
processingErrorMessage
Is only non-null if there was an error fetching the XML file for the test attempt
-
-
Constructor Details
-
BzlTestTargetAttemptFinished_1_2
public BzlTestTargetAttemptFinished_1_2(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, @Nullable @Nullable String processingErrorMessage)
-
-
Method Details
-
equals
- Overrides:
equals
in classBzlTestTargetAttemptFinished_1_1
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBzlTestTargetAttemptFinished_1_1
-
toString
- Overrides:
toString
in classBzlTestTargetAttemptFinished_1_1
-