Class BuildEventStreamProtos.TestResult.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.TestResult.Builder
All Implemented Interfaces:
BuildEventStreamProtos.TestResultOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
BuildEventStreamProtos.TestResult

public static final class BuildEventStreamProtos.TestResult.Builder extends com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder> implements BuildEventStreamProtos.TestResultOrBuilder
 Payload on events reporting about individual test action.
 
Protobuf type build_event_stream.TestResult
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
    • getDefaultInstanceForType

      public BuildEventStreamProtos.TestResult getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public BuildEventStreamProtos.TestResult buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public BuildEventStreamProtos.TestResult.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
    • mergeFrom

      public BuildEventStreamProtos.TestResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BuildEventStreamProtos.TestResult.Builder>
      Throws:
      IOException
    • getStatusValue

      public int getStatusValue()
       The status of this test.
       
      .build_event_stream.TestStatus status = 5;
      Specified by:
      getStatusValue in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • setStatusValue

      public BuildEventStreamProtos.TestResult.Builder setStatusValue(int value)
       The status of this test.
       
      .build_event_stream.TestStatus status = 5;
      Parameters:
      value - The enum numeric value on the wire for status to set.
      Returns:
      This builder for chaining.
    • getStatus

       The status of this test.
       
      .build_event_stream.TestStatus status = 5;
      Specified by:
      getStatus in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The status.
    • setStatus

       The status of this test.
       
      .build_event_stream.TestStatus status = 5;
      Parameters:
      value - The status to set.
      Returns:
      This builder for chaining.
    • clearStatus

       The status of this test.
       
      .build_event_stream.TestStatus status = 5;
      Returns:
      This builder for chaining.
    • getStatusDetails

      public String getStatusDetails()
       Additional details about the status of the test. This is intended for
       user display and must not be parsed.
       
      string status_details = 9;
      Specified by:
      getStatusDetails in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The statusDetails.
    • getStatusDetailsBytes

      public com.google.protobuf.ByteString getStatusDetailsBytes()
       Additional details about the status of the test. This is intended for
       user display and must not be parsed.
       
      string status_details = 9;
      Specified by:
      getStatusDetailsBytes in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The bytes for statusDetails.
    • setStatusDetails

      public BuildEventStreamProtos.TestResult.Builder setStatusDetails(String value)
       Additional details about the status of the test. This is intended for
       user display and must not be parsed.
       
      string status_details = 9;
      Parameters:
      value - The statusDetails to set.
      Returns:
      This builder for chaining.
    • clearStatusDetails

      public BuildEventStreamProtos.TestResult.Builder clearStatusDetails()
       Additional details about the status of the test. This is intended for
       user display and must not be parsed.
       
      string status_details = 9;
      Returns:
      This builder for chaining.
    • setStatusDetailsBytes

      public BuildEventStreamProtos.TestResult.Builder setStatusDetailsBytes(com.google.protobuf.ByteString value)
       Additional details about the status of the test. This is intended for
       user display and must not be parsed.
       
      string status_details = 9;
      Parameters:
      value - The bytes for statusDetails to set.
      Returns:
      This builder for chaining.
    • getCachedLocally

      public boolean getCachedLocally()
       True, if the reported attempt is taken from the tool's local cache.
       
      bool cached_locally = 4;
      Specified by:
      getCachedLocally in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The cachedLocally.
    • setCachedLocally

      public BuildEventStreamProtos.TestResult.Builder setCachedLocally(boolean value)
       True, if the reported attempt is taken from the tool's local cache.
       
      bool cached_locally = 4;
      Parameters:
      value - The cachedLocally to set.
      Returns:
      This builder for chaining.
    • clearCachedLocally

      public BuildEventStreamProtos.TestResult.Builder clearCachedLocally()
       True, if the reported attempt is taken from the tool's local cache.
       
      bool cached_locally = 4;
      Returns:
      This builder for chaining.
    • getTestAttemptStartMillisEpoch

      @Deprecated public long getTestAttemptStartMillisEpoch()
      Deprecated.
      build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=699
       Time in milliseconds since the epoch at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
      
       Deprecated, use `test_attempt_start` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_start_millis_epoch = 6 [deprecated = true];
      Specified by:
      getTestAttemptStartMillisEpoch in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The testAttemptStartMillisEpoch.
    • setTestAttemptStartMillisEpoch

      @Deprecated public BuildEventStreamProtos.TestResult.Builder setTestAttemptStartMillisEpoch(long value)
      Deprecated.
      build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=699
       Time in milliseconds since the epoch at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
      
       Deprecated, use `test_attempt_start` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_start_millis_epoch = 6 [deprecated = true];
      Parameters:
      value - The testAttemptStartMillisEpoch to set.
      Returns:
      This builder for chaining.
    • clearTestAttemptStartMillisEpoch

      @Deprecated public BuildEventStreamProtos.TestResult.Builder clearTestAttemptStartMillisEpoch()
      Deprecated.
      build_event_stream.TestResult.test_attempt_start_millis_epoch is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=699
       Time in milliseconds since the epoch at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
      
       Deprecated, use `test_attempt_start` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_start_millis_epoch = 6 [deprecated = true];
      Returns:
      This builder for chaining.
    • hasTestAttemptStart

      public boolean hasTestAttemptStart()
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
      Specified by:
      hasTestAttemptStart in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      Whether the testAttemptStart field is set.
    • getTestAttemptStart

      public com.google.protobuf.Timestamp getTestAttemptStart()
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
      Specified by:
      getTestAttemptStart in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The testAttemptStart.
    • setTestAttemptStart

      public BuildEventStreamProtos.TestResult.Builder setTestAttemptStart(com.google.protobuf.Timestamp value)
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
    • setTestAttemptStart

      public BuildEventStreamProtos.TestResult.Builder setTestAttemptStart(com.google.protobuf.Timestamp.Builder builderForValue)
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
    • mergeTestAttemptStart

      public BuildEventStreamProtos.TestResult.Builder mergeTestAttemptStart(com.google.protobuf.Timestamp value)
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
    • clearTestAttemptStart

      public BuildEventStreamProtos.TestResult.Builder clearTestAttemptStart()
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
    • getTestAttemptStartBuilder

      public com.google.protobuf.Timestamp.Builder getTestAttemptStartBuilder()
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
    • getTestAttemptStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getTestAttemptStartOrBuilder()
       Time at which the test attempt was started.
       Note: for cached test results, this is time can be before the start of the
       build.
       
      .google.protobuf.Timestamp test_attempt_start = 10;
      Specified by:
      getTestAttemptStartOrBuilder in interface BuildEventStreamProtos.TestResultOrBuilder
    • getTestAttemptDurationMillis

      @Deprecated public long getTestAttemptDurationMillis()
      Deprecated.
      build_event_stream.TestResult.test_attempt_duration_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=712
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
      
       Deprecated, use `test_attempt_duration` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_duration_millis = 3 [deprecated = true];
      Specified by:
      getTestAttemptDurationMillis in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The testAttemptDurationMillis.
    • setTestAttemptDurationMillis

      @Deprecated public BuildEventStreamProtos.TestResult.Builder setTestAttemptDurationMillis(long value)
      Deprecated.
      build_event_stream.TestResult.test_attempt_duration_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=712
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
      
       Deprecated, use `test_attempt_duration` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_duration_millis = 3 [deprecated = true];
      Parameters:
      value - The testAttemptDurationMillis to set.
      Returns:
      This builder for chaining.
    • clearTestAttemptDurationMillis

      @Deprecated public BuildEventStreamProtos.TestResult.Builder clearTestAttemptDurationMillis()
      Deprecated.
      build_event_stream.TestResult.test_attempt_duration_millis is deprecated. See third_party/bazel/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/build_event_stream.proto;l=712
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
      
       Deprecated, use `test_attempt_duration` instead.
      
       TODO(yannic): Remove.
       
      int64 test_attempt_duration_millis = 3 [deprecated = true];
      Returns:
      This builder for chaining.
    • hasTestAttemptDuration

      public boolean hasTestAttemptDuration()
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
      Specified by:
      hasTestAttemptDuration in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      Whether the testAttemptDuration field is set.
    • getTestAttemptDuration

      public com.google.protobuf.Duration getTestAttemptDuration()
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
      Specified by:
      getTestAttemptDuration in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The testAttemptDuration.
    • setTestAttemptDuration

      public BuildEventStreamProtos.TestResult.Builder setTestAttemptDuration(com.google.protobuf.Duration value)
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
    • setTestAttemptDuration

      public BuildEventStreamProtos.TestResult.Builder setTestAttemptDuration(com.google.protobuf.Duration.Builder builderForValue)
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
    • mergeTestAttemptDuration

      public BuildEventStreamProtos.TestResult.Builder mergeTestAttemptDuration(com.google.protobuf.Duration value)
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
    • clearTestAttemptDuration

      public BuildEventStreamProtos.TestResult.Builder clearTestAttemptDuration()
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
    • getTestAttemptDurationBuilder

      public com.google.protobuf.Duration.Builder getTestAttemptDurationBuilder()
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
    • getTestAttemptDurationOrBuilder

      public com.google.protobuf.DurationOrBuilder getTestAttemptDurationOrBuilder()
       Time the test took to run. For locally cached results, this is the time
       the cached invocation took when it was invoked.
       
      .google.protobuf.Duration test_attempt_duration = 11;
      Specified by:
      getTestAttemptDurationOrBuilder in interface BuildEventStreamProtos.TestResultOrBuilder
    • getTestActionOutputList

      public List<BuildEventStreamProtos.File> getTestActionOutputList()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
      Specified by:
      getTestActionOutputList in interface BuildEventStreamProtos.TestResultOrBuilder
    • getTestActionOutputCount

      public int getTestActionOutputCount()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
      Specified by:
      getTestActionOutputCount in interface BuildEventStreamProtos.TestResultOrBuilder
    • getTestActionOutput

      public BuildEventStreamProtos.File getTestActionOutput(int index)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
      Specified by:
      getTestActionOutput in interface BuildEventStreamProtos.TestResultOrBuilder
    • setTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder setTestActionOutput(int index, BuildEventStreamProtos.File value)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • setTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder setTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addTestActionOutput

       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder addTestActionOutput(int index, BuildEventStreamProtos.File value)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addTestActionOutput

       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder addTestActionOutput(int index, BuildEventStreamProtos.File.Builder builderForValue)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addAllTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder addAllTestActionOutput(Iterable<? extends BuildEventStreamProtos.File> values)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • clearTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder clearTestActionOutput()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • removeTestActionOutput

      public BuildEventStreamProtos.TestResult.Builder removeTestActionOutput(int index)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • getTestActionOutputBuilder

      public BuildEventStreamProtos.File.Builder getTestActionOutputBuilder(int index)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • getTestActionOutputOrBuilder

      public BuildEventStreamProtos.FileOrBuilder getTestActionOutputOrBuilder(int index)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
      Specified by:
      getTestActionOutputOrBuilder in interface BuildEventStreamProtos.TestResultOrBuilder
    • getTestActionOutputOrBuilderList

      public List<? extends BuildEventStreamProtos.FileOrBuilder> getTestActionOutputOrBuilderList()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
      Specified by:
      getTestActionOutputOrBuilderList in interface BuildEventStreamProtos.TestResultOrBuilder
    • addTestActionOutputBuilder

      public BuildEventStreamProtos.File.Builder addTestActionOutputBuilder()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • addTestActionOutputBuilder

      public BuildEventStreamProtos.File.Builder addTestActionOutputBuilder(int index)
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • getTestActionOutputBuilderList

      public List<BuildEventStreamProtos.File.Builder> getTestActionOutputBuilderList()
       Files (logs, test.xml, undeclared outputs, etc) generated by that test
       action.
       
      repeated .build_event_stream.File test_action_output = 2;
    • getWarningList

      public com.google.protobuf.ProtocolStringList getWarningList()
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Specified by:
      getWarningList in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      A list containing the warning.
    • getWarningCount

      public int getWarningCount()
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Specified by:
      getWarningCount in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The count of warning.
    • getWarning

      public String getWarning(int index)
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Specified by:
      getWarning in interface BuildEventStreamProtos.TestResultOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The warning at the given index.
    • getWarningBytes

      public com.google.protobuf.ByteString getWarningBytes(int index)
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Specified by:
      getWarningBytes in interface BuildEventStreamProtos.TestResultOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the warning at the given index.
    • setWarning

      public BuildEventStreamProtos.TestResult.Builder setWarning(int index, String value)
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Parameters:
      index - The index to set the value at.
      value - The warning to set.
      Returns:
      This builder for chaining.
    • addWarning

       Warnings generated by that test action.
       
      repeated string warning = 7;
      Parameters:
      value - The warning to add.
      Returns:
      This builder for chaining.
    • addAllWarning

       Warnings generated by that test action.
       
      repeated string warning = 7;
      Parameters:
      values - The warning to add.
      Returns:
      This builder for chaining.
    • clearWarning

       Warnings generated by that test action.
       
      repeated string warning = 7;
      Returns:
      This builder for chaining.
    • addWarningBytes

      public BuildEventStreamProtos.TestResult.Builder addWarningBytes(com.google.protobuf.ByteString value)
       Warnings generated by that test action.
       
      repeated string warning = 7;
      Parameters:
      value - The bytes of the warning to add.
      Returns:
      This builder for chaining.
    • hasExecutionInfo

      public boolean hasExecutionInfo()
      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
      Specified by:
      hasExecutionInfo in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      Whether the executionInfo field is set.
    • getExecutionInfo

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
      Specified by:
      getExecutionInfo in interface BuildEventStreamProtos.TestResultOrBuilder
      Returns:
      The executionInfo.
    • setExecutionInfo

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
    • setExecutionInfo

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
    • mergeExecutionInfo

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
    • clearExecutionInfo

      public BuildEventStreamProtos.TestResult.Builder clearExecutionInfo()
      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
    • getExecutionInfoBuilder

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
    • getExecutionInfoOrBuilder

      .build_event_stream.TestResult.ExecutionInfo execution_info = 8;
      Specified by:
      getExecutionInfoOrBuilder in interface BuildEventStreamProtos.TestResultOrBuilder