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 Type
    Method
    Description
    com.google.protobuf.Any
    Additional details about the Build.
    com.google.protobuf.AnyOrBuilder
    Additional details about the Build.
    Final status of the build.
    Final status of the build.
    boolean
    Additional details about the Build.
    boolean
    Final status 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 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;