Class BzlTestTargetAttemptExecutionInfo_1_0

    • Field Detail

      • strategy

        public final String strategy
      • cachedRemotely

        public final boolean cachedRemotely
      • exitCode

        public final int exitCode
      • hostname

        @Nullable
        public final @Nullable String hostname
    • Constructor Detail

      • BzlTestTargetAttemptExecutionInfo_1_0

        public BzlTestTargetAttemptExecutionInfo_1_0​(String strategy,
                                                     boolean cachedRemotely,
                                                     int exitCode,
                                                     @Nullable
                                                     @Nullable String hostname)