Class Spec.ProtoSuiteResult.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • clear

        public Spec.ProtoSuiteResult.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.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.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.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • getDefaultInstanceForType

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

        public Spec.ProtoSuiteResult build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Spec.ProtoSuiteResult buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Spec.ProtoSuiteResult.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • clearField

        public Spec.ProtoSuiteResult.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • clearOneof

        public Spec.ProtoSuiteResult.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • setRepeatedField

        public Spec.ProtoSuiteResult.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              int index,
                                                              Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • addRepeatedField

        public Spec.ProtoSuiteResult.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                              Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • mergeFrom

        public Spec.ProtoSuiteResult.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<Spec.ProtoSuiteResult.Builder>
        Throws:
        IOException
      • clearSpecResults

        public Spec.ProtoSuiteResult.Builder clearSpecResults()
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • removeSpecResults

        public Spec.ProtoSuiteResult.Builder removeSpecResults​(int index)
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • getSpecResultsBuilder

        public Spec.ProtoSpecResult.Builder getSpecResultsBuilder​(int index)
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • addSpecResultsBuilder

        public Spec.ProtoSpecResult.Builder addSpecResultsBuilder()
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • addSpecResultsBuilder

        public Spec.ProtoSpecResult.Builder addSpecResultsBuilder​(int index)
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • getSpecResultsBuilderList

        public List<Spec.ProtoSpecResult.Builder> getSpecResultsBuilderList()
        / Contains the result from the execution
         
        repeated .gauge.messages.ProtoSpecResult specResults = 1;
      • hasPreHookFailure

        public boolean hasPreHookFailure()
        / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure preHookFailure = 2;
        Specified by:
        hasPreHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      • setPreHookFailure

        public Spec.ProtoSuiteResult.Builder setPreHookFailure​(Spec.ProtoHookFailure value)
        / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure preHookFailure = 2;
      • mergePreHookFailure

        public Spec.ProtoSuiteResult.Builder mergePreHookFailure​(Spec.ProtoHookFailure value)
        / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure preHookFailure = 2;
      • clearPreHookFailure

        public Spec.ProtoSuiteResult.Builder clearPreHookFailure()
        / Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure preHookFailure = 2;
      • getPreHookFailureBuilder

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

        public boolean hasPostHookFailure()
        / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure postHookFailure = 3;
        Specified by:
        hasPostHookFailure in interface Spec.ProtoSuiteResultOrBuilder
      • setPostHookFailure

        public Spec.ProtoSuiteResult.Builder setPostHookFailure​(Spec.ProtoHookFailure value)
        / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure postHookFailure = 3;
      • mergePostHookFailure

        public Spec.ProtoSuiteResult.Builder mergePostHookFailure​(Spec.ProtoHookFailure value)
        / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure postHookFailure = 3;
      • clearPostHookFailure

        public Spec.ProtoSuiteResult.Builder clearPostHookFailure()
        / Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
         
        .gauge.messages.ProtoHookFailure postHookFailure = 3;
      • getPostHookFailureBuilder

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

        public Spec.ProtoSuiteResult.Builder setSpecsFailedCount​(int value)
        / Holds the count of number of Specifications that failed.
         
        int32 specsFailedCount = 5;
      • clearSpecsFailedCount

        public Spec.ProtoSuiteResult.Builder clearSpecsFailedCount()
        / Holds the count of number of Specifications that failed.
         
        int32 specsFailedCount = 5;
      • setExecutionTime

        public Spec.ProtoSuiteResult.Builder setExecutionTime​(long value)
        / Holds the time taken for executing the whole suite.
         
        int64 executionTime = 6;
      • clearExecutionTime

        public Spec.ProtoSuiteResult.Builder clearExecutionTime()
        / Holds the time taken for executing the whole suite.
         
        int64 executionTime = 6;
      • setSuccessRate

        public Spec.ProtoSuiteResult.Builder setSuccessRate​(float value)
        / Holds a metric indicating the success rate of the execution.
         
        float successRate = 7;
      • clearSuccessRate

        public Spec.ProtoSuiteResult.Builder clearSuccessRate()
        / Holds a metric indicating the success rate of the execution.
         
        float successRate = 7;
      • clearEnvironment

        public Spec.ProtoSuiteResult.Builder clearEnvironment()
        / The environment against which execution was done
         
        string environment = 8;
      • setEnvironmentBytes

        public Spec.ProtoSuiteResult.Builder setEnvironmentBytes​(com.google.protobuf.ByteString value)
        / The environment against which execution was done
         
        string environment = 8;
      • setTagsBytes

        public Spec.ProtoSuiteResult.Builder setTagsBytes​(com.google.protobuf.ByteString value)
        / Tag expression used for filtering specification
         
        string tags = 9;
      • setProjectNameBytes

        public Spec.ProtoSuiteResult.Builder setProjectNameBytes​(com.google.protobuf.ByteString value)
        / Project name
         
        string projectName = 10;
      • setTimestampBytes

        public Spec.ProtoSuiteResult.Builder setTimestampBytes​(com.google.protobuf.ByteString value)
        / Timestamp of when execution started
         
        string timestamp = 11;
      • getPreHookMessagesList

        public com.google.protobuf.ProtocolStringList getPreHookMessagesList()
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
        Specified by:
        getPreHookMessagesList in interface Spec.ProtoSuiteResultOrBuilder
      • getPreHookMessagesBytes

        public com.google.protobuf.ByteString getPreHookMessagesBytes​(int index)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
        Specified by:
        getPreHookMessagesBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPreHookMessages

        public Spec.ProtoSuiteResult.Builder setPreHookMessages​(int index,
                                                                String value)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • addPreHookMessages

        public Spec.ProtoSuiteResult.Builder addPreHookMessages​(String value)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • addAllPreHookMessages

        public Spec.ProtoSuiteResult.Builder addAllPreHookMessages​(Iterable<String> values)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • clearPreHookMessages

        public Spec.ProtoSuiteResult.Builder clearPreHookMessages()
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • addPreHookMessagesBytes

        public Spec.ProtoSuiteResult.Builder addPreHookMessagesBytes​(com.google.protobuf.ByteString value)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 13;
      • getPostHookMessagesList

        public com.google.protobuf.ProtocolStringList getPostHookMessagesList()
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
        Specified by:
        getPostHookMessagesList in interface Spec.ProtoSuiteResultOrBuilder
      • getPostHookMessagesBytes

        public com.google.protobuf.ByteString getPostHookMessagesBytes​(int index)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
        Specified by:
        getPostHookMessagesBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPostHookMessages

        public Spec.ProtoSuiteResult.Builder setPostHookMessages​(int index,
                                                                 String value)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • addPostHookMessages

        public Spec.ProtoSuiteResult.Builder addPostHookMessages​(String value)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • addAllPostHookMessages

        public Spec.ProtoSuiteResult.Builder addAllPostHookMessages​(Iterable<String> values)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • clearPostHookMessages

        public Spec.ProtoSuiteResult.Builder clearPostHookMessages()
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • addPostHookMessagesBytes

        public Spec.ProtoSuiteResult.Builder addPostHookMessagesBytes​(com.google.protobuf.ByteString value)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 14;
      • getPreHookMessageList

        @Deprecated
        public com.google.protobuf.ProtocolStringList getPreHookMessageList()
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
        Specified by:
        getPreHookMessageList in interface Spec.ProtoSuiteResultOrBuilder
      • getPreHookMessageCount

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

        @Deprecated
        public 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];
        Specified by:
        getPreHookMessage in interface Spec.ProtoSuiteResultOrBuilder
      • getPreHookMessageBytes

        @Deprecated
        public 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];
        Specified by:
        getPreHookMessageBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPreHookMessage

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

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addPreHookMessage​(String value)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • addAllPreHookMessage

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addAllPreHookMessage​(Iterable<String> values)
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • clearPreHookMessage

        @Deprecated
        public Spec.ProtoSuiteResult.Builder clearPreHookMessage()
        Deprecated.
        / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessage = 15 [deprecated = true];
      • addPreHookMessageBytes

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

        @Deprecated
        public com.google.protobuf.ProtocolStringList getPostHookMessageList()
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
        Specified by:
        getPostHookMessageList in interface Spec.ProtoSuiteResultOrBuilder
      • getPostHookMessageCount

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

        @Deprecated
        public 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];
        Specified by:
        getPostHookMessage in interface Spec.ProtoSuiteResultOrBuilder
      • getPostHookMessageBytes

        @Deprecated
        public 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];
        Specified by:
        getPostHookMessageBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPostHookMessage

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

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addPostHookMessage​(String value)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • addAllPostHookMessage

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addAllPostHookMessage​(Iterable<String> values)
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • clearPostHookMessage

        @Deprecated
        public Spec.ProtoSuiteResult.Builder clearPostHookMessage()
        Deprecated.
        / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessage = 16 [deprecated = true];
      • addPostHookMessageBytes

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

        @Deprecated
        public 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];
        Specified by:
        getPreHookScreenshotsList in interface Spec.ProtoSuiteResultOrBuilder
      • getPreHookScreenshotsCount

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

        @Deprecated
        public 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];
        Specified by:
        getPreHookScreenshots in interface Spec.ProtoSuiteResultOrBuilder
      • setPreHookScreenshots

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

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addPreHookScreenshots​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • addAllPreHookScreenshots

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addAllPreHookScreenshots​(Iterable<? extends com.google.protobuf.ByteString> values)
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • clearPreHookScreenshots

        @Deprecated
        public Spec.ProtoSuiteResult.Builder clearPreHookScreenshots()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 17 [deprecated = true];
      • getPostHookScreenshotsList

        @Deprecated
        public 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];
        Specified by:
        getPostHookScreenshotsList in interface Spec.ProtoSuiteResultOrBuilder
      • getPostHookScreenshotsCount

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

        @Deprecated
        public 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];
        Specified by:
        getPostHookScreenshots in interface Spec.ProtoSuiteResultOrBuilder
      • setPostHookScreenshots

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

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addPostHookScreenshots​(com.google.protobuf.ByteString value)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • addAllPostHookScreenshots

        @Deprecated
        public Spec.ProtoSuiteResult.Builder addAllPostHookScreenshots​(Iterable<? extends com.google.protobuf.ByteString> values)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • clearPostHookScreenshots

        @Deprecated
        public Spec.ProtoSuiteResult.Builder clearPostHookScreenshots()
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 18 [deprecated = true];
      • setChunkSize

        public Spec.ProtoSuiteResult.Builder setChunkSize​(long value)
         Indicates the number of chunks to expect after this
         
        int64 chunkSize = 20;
      • clearChunkSize

        public Spec.ProtoSuiteResult.Builder clearChunkSize()
         Indicates the number of chunks to expect after this
         
        int64 chunkSize = 20;
      • getPreHookScreenshotFilesList

        public com.google.protobuf.ProtocolStringList getPreHookScreenshotFilesList()
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
        Specified by:
        getPreHookScreenshotFilesList in interface Spec.ProtoSuiteResultOrBuilder
      • getPreHookScreenshotFilesBytes

        public com.google.protobuf.ByteString getPreHookScreenshotFilesBytes​(int index)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
        Specified by:
        getPreHookScreenshotFilesBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPreHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder setPreHookScreenshotFiles​(int index,
                                                                       String value)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • addPreHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder addPreHookScreenshotFiles​(String value)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • addAllPreHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder addAllPreHookScreenshotFiles​(Iterable<String> values)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • clearPreHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder clearPreHookScreenshotFiles()
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • addPreHookScreenshotFilesBytes

        public Spec.ProtoSuiteResult.Builder addPreHookScreenshotFilesBytes​(com.google.protobuf.ByteString value)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 21;
      • getPostHookScreenshotFilesList

        public com.google.protobuf.ProtocolStringList getPostHookScreenshotFilesList()
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
        Specified by:
        getPostHookScreenshotFilesList in interface Spec.ProtoSuiteResultOrBuilder
      • getPostHookScreenshotFilesBytes

        public com.google.protobuf.ByteString getPostHookScreenshotFilesBytes​(int index)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
        Specified by:
        getPostHookScreenshotFilesBytes in interface Spec.ProtoSuiteResultOrBuilder
      • setPostHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder setPostHookScreenshotFiles​(int index,
                                                                        String value)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • addPostHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder addPostHookScreenshotFiles​(String value)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • addAllPostHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder addAllPostHookScreenshotFiles​(Iterable<String> values)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • clearPostHookScreenshotFiles

        public Spec.ProtoSuiteResult.Builder clearPostHookScreenshotFiles()
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • addPostHookScreenshotFilesBytes

        public Spec.ProtoSuiteResult.Builder addPostHookScreenshotFilesBytes​(com.google.protobuf.ByteString value)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 22;
      • setUnknownFields

        public final Spec.ProtoSuiteResult.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>
      • mergeUnknownFields

        public final Spec.ProtoSuiteResult.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoSuiteResult.Builder>