Class BzlTestTargetAttemptFinished_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptFinished_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
- Direct Known Subclasses:
BzlTestTargetAttemptFinished_1_1
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0",
until="1.0")
public class BzlTestTargetAttemptFinished_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Sent when an attempt for a test target has finished.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
final @Nullable BzlTestTargetAttemptExecutionInfo_1_0
final long
final int
final List
<BzlFile_1_0> -
Constructor Summary
ConstructorDescriptionBzlTestTargetAttemptFinished_1_0
(long id, int outcome, BzlTestDetailsProcessingOutcomeType_1 detailsProcessingOutcomeType, List<BzlFile_1_0> outputs, List<String> warnings, boolean cachedLocally, @Nullable BzlTestTargetAttemptExecutionInfo_1_0 executionInfo) -
Method Summary
-
Field Details
-
id
public final long id -
outcome
public final int outcome -
detailsProcessingOutcomeType
-
outputs
-
warnings
-
cachedLocally
public final boolean cachedLocally -
executionInfo
-
-
Constructor Details
-
BzlTestTargetAttemptFinished_1_0
public BzlTestTargetAttemptFinished_1_0(long id, int outcome, BzlTestDetailsProcessingOutcomeType_1 detailsProcessingOutcomeType, List<BzlFile_1_0> outputs, List<String> warnings, boolean cachedLocally, @Nullable @Nullable BzlTestTargetAttemptExecutionInfo_1_0 executionInfo)
-
-
Method Details