Interface Spec.ProtoSuiteResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Spec.ProtoSuiteResult, Spec.ProtoSuiteResult.Builder
Enclosing class:
Spec

public static interface Spec.ProtoSuiteResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSpecResultsList

      List<Spec.ProtoSpecResult> getSpecResultsList()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResults

      Spec.ProtoSpecResult getSpecResults(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsCount

      int getSpecResultsCount()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsOrBuilderList

      List<? extends Spec.ProtoSpecResultOrBuilder> getSpecResultsOrBuilderList()
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • getSpecResultsOrBuilder

      Spec.ProtoSpecResultOrBuilder getSpecResultsOrBuilder(int index)
       / Contains the result from the execution
       
      repeated .gauge.messages.ProtoSpecResult specResults = 1;
    • hasPreHookFailure

      boolean hasPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
      Returns:
      Whether the preHookFailure field is set.
    • getPreHookFailure

      Spec.ProtoHookFailure getPreHookFailure()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
      Returns:
      The preHookFailure.
    • getPreHookFailureOrBuilder

      Spec.ProtoHookFailureOrBuilder getPreHookFailureOrBuilder()
       / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure preHookFailure = 2;
    • hasPostHookFailure

      boolean hasPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
      Returns:
      Whether the postHookFailure field is set.
    • getPostHookFailure

      Spec.ProtoHookFailure getPostHookFailure()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
      Returns:
      The postHookFailure.
    • getPostHookFailureOrBuilder

      Spec.ProtoHookFailureOrBuilder getPostHookFailureOrBuilder()
       / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
       
      .gauge.messages.ProtoHookFailure postHookFailure = 3;
    • getFailed

      boolean getFailed()
       / Flag to indicate failure
       
      bool failed = 4;
      Returns:
      The failed.
    • getSpecsFailedCount

      int getSpecsFailedCount()
       / Holds the count of number of Specifications that failed.
       
      int32 specsFailedCount = 5;
      Returns:
      The specsFailedCount.
    • getExecutionTime

      long getExecutionTime()
       / Holds the time taken for executing the whole suite.
       
      int64 executionTime = 6;
      Returns:
      The executionTime.
    • getSuccessRate

      float getSuccessRate()
       / Holds a metric indicating the success rate of the execution.
       
      float successRate = 7;
      Returns:
      The successRate.
    • getEnvironment

      String getEnvironment()
       / The environment against which execution was done
       
      string environment = 8;
      Returns:
      The environment.
    • getEnvironmentBytes

      com.google.protobuf.ByteString getEnvironmentBytes()
       / The environment against which execution was done
       
      string environment = 8;
      Returns:
      The bytes for environment.
    • getTags

      String getTags()
       / Tag expression used for filtering specification
       
      string tags = 9;
      Returns:
      The tags.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes()
       / Tag expression used for filtering specification
       
      string tags = 9;
      Returns:
      The bytes for tags.
    • getProjectName

      String getProjectName()
       / Project name
       
      string projectName = 10;
      Returns:
      The projectName.
    • getProjectNameBytes

      com.google.protobuf.ByteString getProjectNameBytes()
       / Project name
       
      string projectName = 10;
      Returns:
      The bytes for projectName.
    • getTimestamp

      String getTimestamp()
       / Timestamp of when execution started
       
      string timestamp = 11;
      Returns:
      The timestamp.
    • getTimestampBytes

      com.google.protobuf.ByteString getTimestampBytes()
       / Timestamp of when execution started
       
      string timestamp = 11;
      Returns:
      The bytes for timestamp.
    • getSpecsSkippedCount

      int getSpecsSkippedCount()
      int32 specsSkippedCount = 12;
      Returns:
      The specsSkippedCount.
    • getPreHookMessagesList

      List<String> getPreHookMessagesList()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      Returns:
      A list containing the preHookMessages.
    • getPreHookMessagesCount

      int getPreHookMessagesCount()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      Returns:
      The count of preHookMessages.
    • getPreHookMessages

      String getPreHookMessages(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessages at the given index.
    • getPreHookMessagesBytes

      com.google.protobuf.ByteString getPreHookMessagesBytes(int index)
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 13;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessages at the given index.
    • getPostHookMessagesList

      List<String> getPostHookMessagesList()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 14;
      Returns:
      A list containing the postHookMessages.
    • getPostHookMessagesCount

      int getPostHookMessagesCount()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 14;
      Returns:
      The count of postHookMessages.
    • getPostHookMessages

      String getPostHookMessages(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessages at the given index.
    • getPostHookMessagesBytes

      com.google.protobuf.ByteString getPostHookMessagesBytes(int index)
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 14;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessages at the given index.
    • getPreHookMessageList

      @Deprecated List<String> getPreHookMessageList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Returns:
      A list containing the preHookMessage.
    • getPreHookMessageCount

      @Deprecated int getPreHookMessageCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Returns:
      The count of preHookMessage.
    • getPreHookMessage

      @Deprecated String getPreHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookMessage at the given index.
    • getPreHookMessageBytes

      @Deprecated com.google.protobuf.ByteString getPreHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 15 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookMessage at the given index.
    • getPostHookMessageList

      @Deprecated List<String> getPostHookMessageList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Returns:
      A list containing the postHookMessage.
    • getPostHookMessageCount

      @Deprecated int getPostHookMessageCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Returns:
      The count of postHookMessage.
    • getPostHookMessage

      @Deprecated String getPostHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookMessage at the given index.
    • getPostHookMessageBytes

      @Deprecated com.google.protobuf.ByteString getPostHookMessageBytes(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 16 [deprecated = true];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessage at the given index.
    • getPreHookScreenshotsList

      @Deprecated List<com.google.protobuf.ByteString> getPreHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 17 [deprecated = true];
      Returns:
      A list containing the preHookScreenshots.
    • getPreHookScreenshotsCount

      @Deprecated int getPreHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 17 [deprecated = true];
      Returns:
      The count of preHookScreenshots.
    • getPreHookScreenshots

      @Deprecated com.google.protobuf.ByteString getPreHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 17 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshots at the given index.
    • getPostHookScreenshotsList

      @Deprecated List<com.google.protobuf.ByteString> getPostHookScreenshotsList()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 18 [deprecated = true];
      Returns:
      A list containing the postHookScreenshots.
    • getPostHookScreenshotsCount

      @Deprecated int getPostHookScreenshotsCount()
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 18 [deprecated = true];
      Returns:
      The count of postHookScreenshots.
    • getPostHookScreenshots

      @Deprecated com.google.protobuf.ByteString getPostHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 18 [deprecated = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshots at the given index.
    • getChunked

      boolean getChunked()
       Indicates if the result is sent in chunks
       
      bool chunked = 19;
      Returns:
      The chunked.
    • getChunkSize

      long getChunkSize()
       Indicates the number of chunks to expect after this
       
      int64 chunkSize = 20;
      Returns:
      The chunkSize.
    • getPreHookScreenshotFilesList

      List<String> getPreHookScreenshotFilesList()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Returns:
      A list containing the preHookScreenshotFiles.
    • getPreHookScreenshotFilesCount

      int getPreHookScreenshotFilesCount()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Returns:
      The count of preHookScreenshotFiles.
    • getPreHookScreenshotFiles

      String getPreHookScreenshotFiles(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Parameters:
      index - The index of the element to return.
      Returns:
      The preHookScreenshotFiles at the given index.
    • getPreHookScreenshotFilesBytes

      com.google.protobuf.ByteString getPreHookScreenshotFilesBytes(int index)
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 21;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the preHookScreenshotFiles at the given index.
    • getPostHookScreenshotFilesList

      List<String> getPostHookScreenshotFilesList()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Returns:
      A list containing the postHookScreenshotFiles.
    • getPostHookScreenshotFilesCount

      int getPostHookScreenshotFilesCount()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Returns:
      The count of postHookScreenshotFiles.
    • getPostHookScreenshotFiles

      String getPostHookScreenshotFiles(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Parameters:
      index - The index of the element to return.
      Returns:
      The postHookScreenshotFiles at the given index.
    • getPostHookScreenshotFilesBytes

      com.google.protobuf.ByteString getPostHookScreenshotFilesBytes(int index)
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 22;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookScreenshotFiles at the given index.