Class BzlTestTargetAttemptStarted_1_0
java.lang.Object
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptStarted_1_0
- All Implemented Interfaces:
com.gradle.scan.eventmodel.EventData
@BazelVersion(since="1.0")
@BazelAgentVersion(since="1.0")
public class BzlTestTargetAttemptStarted_1_0
extends Object
implements com.gradle.scan.eventmodel.EventData
Sent when an attempt for a test target has started.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBzlTestTargetAttemptStarted_1_0
(long id, long targetId, int run, int attempt, int shard) -
Method Summary
-
Field Details
-
id
public final long id -
targetId
public final long targetIdReferencesBzlTargetConfigured_1_0.id
-
run
public final int runThe run number for the attempt.Users can request that Bazel run a test target N times.
- See Also:
-
attempt
public final int attemptThe attempt number, for a test run.Users can request that test targets are retried if they fail.
- See Also:
-
shard
public final int shardThe shard number for the attempt.- See Also:
-
-
Constructor Details
-
BzlTestTargetAttemptStarted_1_0
public BzlTestTargetAttemptStarted_1_0(long id, long targetId, int run, int attempt, int shard)
-
-
Method Details