Class BzlTestTargetAttemptStarted_1_0

    • Field Detail

      • id

        public final long id
      • run

        public final int run
        The run number for the attempt.

        Users can request that Bazel run a test target N times.

        See Also:
        Bazel documentation.
      • attempt

        public final int attempt
        The attempt number, for a test run.

        Users can request that test targets are retried if they fail.

        See Also:
        Bazel documentation.
      • shard

        public final int shard
        The shard number for the attempt.
        See Also:
        Bazel documentation.
    • Constructor Detail

      • BzlTestTargetAttemptStarted_1_0

        public BzlTestTargetAttemptStarted_1_0​(long id,
                                               long targetId,
                                               int run,
                                               int attempt,
                                               int shard)