Interface BuildEventStreamProtos.BuildFinishedOrBuilder

    • Method Detail

      • getOverallSuccess

        @Deprecated
        boolean getOverallSuccess()
        Deprecated.
        build_event_stream.BuildFinished.overall_success is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=799
         If the build succeeded or failed.
         
        bool overall_success = 1 [deprecated = true];
        Returns:
        The overallSuccess.
      • hasExitCode

        boolean hasExitCode()
         The overall status of the build. A build was successful iff
         ExitCode.code equals 0.
         
        .build_event_stream.BuildFinished.ExitCode exit_code = 3;
        Returns:
        Whether the exitCode field is set.
      • getExitCode

        BuildEventStreamProtos.BuildFinished.ExitCode getExitCode()
         The overall status of the build. A build was successful iff
         ExitCode.code equals 0.
         
        .build_event_stream.BuildFinished.ExitCode exit_code = 3;
        Returns:
        The exitCode.
      • getFinishTimeMillis

        @Deprecated
        long getFinishTimeMillis()
        Deprecated.
        build_event_stream.BuildFinished.finish_time_millis is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=810
         End of the build in ms since the epoch.
         Deprecated, use `finish_time` instead.
         TODO(yannic): Remove.
         
        int64 finish_time_millis = 2 [deprecated = true];
        Returns:
        The finishTimeMillis.
      • hasFinishTime

        boolean hasFinishTime()
         End of the build.
         
        .google.protobuf.Timestamp finish_time = 5;
        Returns:
        Whether the finishTime field is set.
      • getFinishTime

        com.google.protobuf.Timestamp getFinishTime()
         End of the build.
         
        .google.protobuf.Timestamp finish_time = 5;
        Returns:
        The finishTime.
      • getFinishTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
         End of the build.
         
        .google.protobuf.Timestamp finish_time = 5;
      • hasAnomalyReport

        @Deprecated
        boolean hasAnomalyReport()
        Deprecated.
        build_event_stream.BuildFinished.anomaly_report is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=815
        .build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];
        Returns:
        Whether the anomalyReport field is set.
      • getAnomalyReport

        @Deprecated
        BuildEventStreamProtos.BuildFinished.AnomalyReport getAnomalyReport()
        Deprecated.
        build_event_stream.BuildFinished.anomaly_report is deprecated. See src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=815
        .build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];
        Returns:
        The anomalyReport.