Interface BuildEventStreamProtos.BuildFinishedOrBuilder

    • Method Detail

      • getOverallSuccess

        @Deprecated
        boolean getOverallSuccess()
        Deprecated.
         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.
         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

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

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

        @Deprecated
        boolean hasAnomalyReport()
        Deprecated.
        .build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];
        Returns:
        Whether the anomalyReport field is set.