Package com.google.devtools.build.v1
Interface BuildEvent.BuildFinishedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuildEvent.BuildFinished,BuildEvent.BuildFinished.Builder
- Enclosing class:
- BuildEvent
public static interface BuildEvent.BuildFinishedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.AnyAdditional details about the Build.com.google.protobuf.AnyOrBuilderAdditional details about the Build.Final status of the build.Final status of the build.booleanAdditional details about the Build.booleanFinal status 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
-
hasStatus
boolean hasStatus()Final status of the build.
.google.devtools.build.v1.BuildStatus status = 1;- Returns:
- Whether the status field is set.
-
getStatus
BuildStatus getStatus()Final status of the build.
.google.devtools.build.v1.BuildStatus status = 1;- Returns:
- The status.
-
getStatusOrBuilder
BuildStatusOrBuilder getStatusOrBuilder()Final status of the build.
.google.devtools.build.v1.BuildStatus status = 1; -
hasDetails
boolean hasDetails()Additional details about the Build.
.google.protobuf.Any details = 2;- Returns:
- Whether the details field is set.
-
getDetails
com.google.protobuf.Any getDetails()Additional details about the Build.
.google.protobuf.Any details = 2;- Returns:
- The details.
-
getDetailsOrBuilder
com.google.protobuf.AnyOrBuilder getDetailsOrBuilder()Additional details about the Build.
.google.protobuf.Any details = 2;
-