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 Detail

      • 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;
      • 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;
      • 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;
      • 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;
      • 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;
      • getSpecsFailedCount

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

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

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

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

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

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

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

        String getProjectName()
        / Project name
         
        string projectName = 10;
      • getProjectNameBytes

        com.google.protobuf.ByteString getProjectNameBytes()
        / Project name
         
        string projectName = 10;
      • getTimestamp

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

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

        int getSpecsSkippedCount()
        int32 specsSkippedCount = 12;
      • getPreHookMessagesList

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

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

        String getPreHookMessages​(int index)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • getPreHookMessagesBytes

        com.google.protobuf.ByteString getPreHookMessagesBytes​(int index)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • getPostHookMessagesList

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

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

        String getPostHookMessages​(int index)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • getPostHookMessagesBytes

        com.google.protobuf.ByteString getPostHookMessagesBytes​(int index)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • getPreHookMessageList

        @Deprecated
        List<String> getPreHookMessageList()
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • getPreHookMessageCount

        @Deprecated
        int getPreHookMessageCount()
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • getPreHookMessage

        @Deprecated
        String getPreHookMessage​(int index)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • getPreHookMessageBytes

        @Deprecated
        com.google.protobuf.ByteString getPreHookMessageBytes​(int index)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • getPostHookMessageList

        @Deprecated
        List<String> getPostHookMessageList()
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • getPostHookMessageCount

        @Deprecated
        int getPostHookMessageCount()
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • getPostHookMessage

        @Deprecated
        String getPostHookMessage​(int index)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • getPostHookMessageBytes

        @Deprecated
        com.google.protobuf.ByteString getPostHookMessageBytes​(int index)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • getPreHookScreenshotsList

        @Deprecated
        List<com.google.protobuf.ByteString> getPreHookScreenshotsList()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • getPreHookScreenshotsCount

        @Deprecated
        int getPreHookScreenshotsCount()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • getPreHookScreenshots

        @Deprecated
        com.google.protobuf.ByteString getPreHookScreenshots​(int index)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • getPostHookScreenshotsList

        @Deprecated
        List<com.google.protobuf.ByteString> getPostHookScreenshotsList()
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • getPostHookScreenshotsCount

        @Deprecated
        int getPostHookScreenshotsCount()
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • getPostHookScreenshots

        @Deprecated
        com.google.protobuf.ByteString getPostHookScreenshots​(int index)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • getChunked

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

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

        List<String> getPreHookScreenshotFilesList()
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • getPreHookScreenshotFilesCount

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

        String getPreHookScreenshotFiles​(int index)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • getPreHookScreenshotFilesBytes

        com.google.protobuf.ByteString getPreHookScreenshotFilesBytes​(int index)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • getPostHookScreenshotFilesList

        List<String> getPostHookScreenshotFilesList()
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • getPostHookScreenshotFilesCount

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

        String getPostHookScreenshotFiles​(int index)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • getPostHookScreenshotFilesBytes

        com.google.protobuf.ByteString getPostHookScreenshotFilesBytes​(int index)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;