Interface BuildEventStreamProtos.BuildFinishedOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.BuildFinished,BuildEventStreamProtos.BuildFinished.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.BuildFinishedOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description BuildEventStreamProtos.BuildFinished.AnomalyReportgetAnomalyReport()Deprecated.BuildEventStreamProtos.BuildFinished.AnomalyReportOrBuildergetAnomalyReportOrBuilder()Deprecated.BuildEventStreamProtos.BuildFinished.ExitCodegetExitCode()The overall status of the build.BuildEventStreamProtos.BuildFinished.ExitCodeOrBuildergetExitCodeOrBuilder()The overall status of the build.TimestampgetFinishTime()End of the build.longgetFinishTimeMillis()Deprecated.TimestampOrBuildergetFinishTimeOrBuilder()End of the build.booleangetOverallSuccess()Deprecated.booleanhasAnomalyReport()Deprecated.booleanhasExitCode()The overall status of the build.booleanhasFinishTime()End of the build.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
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.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.
-
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.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.
-
getAnomalyReport
@Deprecated BuildEventStreamProtos.BuildFinished.AnomalyReport getAnomalyReport()
Deprecated..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];
-
-