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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BuildEventStreamProtos.BuildFinished.AnomalyReportgetAnomalyReport()Deprecated.build_event_stream.BuildFinished.anomaly_report is deprecated.BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuildergetAnomalyReportOrBuilder()Deprecated.BuildEventStreamProtos.BuildFinished.ExitCodegetExitCode()The overall status of the build.BuildEventStreamProtos.BuildFinished.ExitCodeOrBuildergetExitCodeOrBuilder()The overall status of the build.com.google.protobuf.TimestampgetFinishTime()End of the build.longgetFinishTimeMillis()Deprecated.build_event_stream.BuildFinished.finish_time_millis is deprecated.com.google.protobuf.TimestampOrBuildergetFinishTimeOrBuilder()End of the build.booleangetOverallSuccess()Deprecated.build_event_stream.BuildFinished.overall_success is deprecated.booleanhasAnomalyReport()Deprecated.build_event_stream.BuildFinished.anomaly_report is deprecated.booleanhasExitCode()The overall status of the build.booleanhasFinishTime()End of the build.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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=799If 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 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=810End 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.
-
getAnomalyReportOrBuilder
@Deprecated BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuilder getAnomalyReportOrBuilder()
Deprecated..build_event_stream.BuildFinished.AnomalyReport anomaly_report = 4 [deprecated = true];
-
-