Interface BuildEventStreamProtos.BuildFinishedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildFinished,BuildEventStreamProtos.BuildFinished.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.BuildFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build_event_stream.BuildFinished.anomaly_report is deprecated.Deprecated.The overall status of the build.The overall status of the build.Only populated if success = false, and sometimes not even then.Only populated if success = false, and sometimes not even then.com.google.protobuf.TimestampEnd of the build.longDeprecated.build_event_stream.BuildFinished.finish_time_millis is deprecated.com.google.protobuf.TimestampOrBuilderEnd of the build.booleanDeprecated.build_event_stream.BuildFinished.overall_success is deprecated.booleanDeprecated.build_event_stream.BuildFinished.anomaly_report is deprecated.booleanThe overall status of the build.booleanOnly populated if success = false, and sometimes not even then.booleanEnd of the build.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOverallSuccess
Deprecated.build_event_stream.BuildFinished.overall_success is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=875If 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.
-
getExitCodeOrBuilder
BuildEventStreamProtos.BuildFinished.ExitCodeOrBuilder getExitCodeOrBuilder()The overall status of the build. A build was successful iff ExitCode.code equals 0.
.build_event_stream.BuildFinished.ExitCode exit_code = 3; -
getFinishTimeMillis
Deprecated.build_event_stream.BuildFinished.finish_time_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=886End 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.build_event_stream.BuildFinished.anomaly_report is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=891.build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];- Returns:
- Whether the anomalyReport field is set.
-
getAnomalyReport
Deprecated.build_event_stream.BuildFinished.anomaly_report is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=891.build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];- Returns:
- The anomalyReport.
-
getAnomalyReportOrBuilder
Deprecated..build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true]; -
hasFailureDetail
boolean hasFailureDetail()Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 6;- Returns:
- Whether the failureDetail field is set.
-
getFailureDetail
FailureDetails.FailureDetail getFailureDetail()Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 6;- Returns:
- The failureDetail.
-
getFailureDetailOrBuilder
FailureDetails.FailureDetailOrBuilder getFailureDetailOrBuilder()Only populated if success = false, and sometimes not even then.
.failure_details.FailureDetail failure_detail = 6;
-