Class BzlTestTargetAttemptExecutionInfo_1_0

java.lang.Object
com.gradle.scan.eventmodel.bazel.test.BzlTestTargetAttemptExecutionInfo_1_0

@BazelVersion(since="1.0") @BazelAgentVersion(since="1.0") public class BzlTestTargetAttemptExecutionInfo_1_0 extends Object
  • Field Details

    • strategy

      public final String strategy
    • cachedRemotely

      public final boolean cachedRemotely
    • exitCode

      public final int exitCode
    • hostname

      @Nullable public final @Nullable String hostname
  • Constructor Details

    • BzlTestTargetAttemptExecutionInfo_1_0

      public BzlTestTargetAttemptExecutionInfo_1_0(String strategy, boolean cachedRemotely, int exitCode, @Nullable @Nullable String hostname)
  • Method Details