Class Spec.ProtoStep.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Spec.ProtoStepOrBuilder, Cloneable
    Enclosing class:
    Spec.ProtoStep

    public static final class Spec.ProtoStep.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Spec.ProtoStep.Builder>
    implements Spec.ProtoStepOrBuilder
    / A proto object representing a Step
     
    Protobuf type gauge.messages.ProtoStep
    • 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.ProtoStep.Builder>
      • clear

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

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

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

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

        public Spec.ProtoStep.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.ProtoStep.Builder>
      • setField

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

        public Spec.ProtoStep.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.ProtoStep.Builder>
      • clearOneof

        public Spec.ProtoStep.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.ProtoStep.Builder>
      • setRepeatedField

        public Spec.ProtoStep.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.ProtoStep.Builder>
      • addRepeatedField

        public Spec.ProtoStep.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.ProtoStep.Builder>
      • mergeFrom

        public Spec.ProtoStep.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<Spec.ProtoStep.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.ProtoStep.Builder>
      • mergeFrom

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

        public String getActualText()
        / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
         
        string actualText = 1;
        Specified by:
        getActualText in interface Spec.ProtoStepOrBuilder
      • getActualTextBytes

        public com.google.protobuf.ByteString getActualTextBytes()
        / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
         
        string actualText = 1;
        Specified by:
        getActualTextBytes in interface Spec.ProtoStepOrBuilder
      • setActualText

        public Spec.ProtoStep.Builder setActualText​(String value)
        / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
         
        string actualText = 1;
      • clearActualText

        public Spec.ProtoStep.Builder clearActualText()
        / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
         
        string actualText = 1;
      • setActualTextBytes

        public Spec.ProtoStep.Builder setActualTextBytes​(com.google.protobuf.ByteString value)
        / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
         
        string actualText = 1;
      • getParsedText

        public String getParsedText()
        / Contains the parsed text of the Step. This will have placeholders for the parameters.
         
        string parsedText = 2;
        Specified by:
        getParsedText in interface Spec.ProtoStepOrBuilder
      • getParsedTextBytes

        public com.google.protobuf.ByteString getParsedTextBytes()
        / Contains the parsed text of the Step. This will have placeholders for the parameters.
         
        string parsedText = 2;
        Specified by:
        getParsedTextBytes in interface Spec.ProtoStepOrBuilder
      • setParsedText

        public Spec.ProtoStep.Builder setParsedText​(String value)
        / Contains the parsed text of the Step. This will have placeholders for the parameters.
         
        string parsedText = 2;
      • clearParsedText

        public Spec.ProtoStep.Builder clearParsedText()
        / Contains the parsed text of the Step. This will have placeholders for the parameters.
         
        string parsedText = 2;
      • setParsedTextBytes

        public Spec.ProtoStep.Builder setParsedTextBytes​(com.google.protobuf.ByteString value)
        / Contains the parsed text of the Step. This will have placeholders for the parameters.
         
        string parsedText = 2;
      • getFragmentsCount

        public int getFragmentsCount()
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
        Specified by:
        getFragmentsCount in interface Spec.ProtoStepOrBuilder
      • getFragments

        public Spec.Fragment getFragments​(int index)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
        Specified by:
        getFragments in interface Spec.ProtoStepOrBuilder
      • setFragments

        public Spec.ProtoStep.Builder setFragments​(int index,
                                                   Spec.Fragment value)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • setFragments

        public Spec.ProtoStep.Builder setFragments​(int index,
                                                   Spec.Fragment.Builder builderForValue)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragments

        public Spec.ProtoStep.Builder addFragments​(Spec.Fragment value)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragments

        public Spec.ProtoStep.Builder addFragments​(int index,
                                                   Spec.Fragment value)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragments

        public Spec.ProtoStep.Builder addFragments​(Spec.Fragment.Builder builderForValue)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragments

        public Spec.ProtoStep.Builder addFragments​(int index,
                                                   Spec.Fragment.Builder builderForValue)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addAllFragments

        public Spec.ProtoStep.Builder addAllFragments​(Iterable<? extends Spec.Fragment> values)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • clearFragments

        public Spec.ProtoStep.Builder clearFragments()
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • removeFragments

        public Spec.ProtoStep.Builder removeFragments​(int index)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • getFragmentsBuilder

        public Spec.Fragment.Builder getFragmentsBuilder​(int index)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragmentsBuilder

        public Spec.Fragment.Builder addFragmentsBuilder()
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • addFragmentsBuilder

        public Spec.Fragment.Builder addFragmentsBuilder​(int index)
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • getFragmentsBuilderList

        public List<Spec.Fragment.Builder> getFragmentsBuilderList()
        / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
         
        repeated .gauge.messages.Fragment fragments = 3;
      • hasStepExecutionResult

        public boolean hasStepExecutionResult()
        / Holds the result from the execution.
         
        .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
        Specified by:
        hasStepExecutionResult in interface Spec.ProtoStepOrBuilder
      • clearStepExecutionResult

        public Spec.ProtoStep.Builder clearStepExecutionResult()
        / Holds the result from the execution.
         
        .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      • getStepExecutionResultBuilder

        public Spec.ProtoStepExecutionResult.Builder getStepExecutionResultBuilder()
        / Holds the result from the execution.
         
        .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      • getPreHookMessagesList

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

        public int getPreHookMessagesCount()
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 5;
        Specified by:
        getPreHookMessagesCount in interface Spec.ProtoStepOrBuilder
      • getPreHookMessages

        public String getPreHookMessages​(int index)
        / Additional information at pre hook exec time to be available on reports
         
        repeated string preHookMessages = 5;
        Specified by:
        getPreHookMessages in interface Spec.ProtoStepOrBuilder
      • getPreHookMessagesBytes

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

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

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

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

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

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

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

        public int getPostHookMessagesCount()
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 6;
        Specified by:
        getPostHookMessagesCount in interface Spec.ProtoStepOrBuilder
      • getPostHookMessages

        public String getPostHookMessages​(int index)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 6;
        Specified by:
        getPostHookMessages in interface Spec.ProtoStepOrBuilder
      • getPostHookMessagesBytes

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

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

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

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

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

        public Spec.ProtoStep.Builder addPostHookMessagesBytes​(com.google.protobuf.ByteString value)
        / Additional information at post hook exec time to be available on reports
         
        repeated string postHookMessages = 6;
      • 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 = 7 [deprecated = true];
        Specified by:
        getPreHookScreenshotsList in interface Spec.ProtoStepOrBuilder
      • getPreHookScreenshotsCount

        @Deprecated
        public int getPreHookScreenshotsCount()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 7 [deprecated = true];
        Specified by:
        getPreHookScreenshotsCount in interface Spec.ProtoStepOrBuilder
      • 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 = 7 [deprecated = true];
        Specified by:
        getPreHookScreenshots in interface Spec.ProtoStepOrBuilder
      • setPreHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 7 [deprecated = true];
      • addPreHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 7 [deprecated = true];
      • addAllPreHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 7 [deprecated = true];
      • clearPreHookScreenshots

        @Deprecated
        public Spec.ProtoStep.Builder clearPreHookScreenshots()
        Deprecated.
        / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
         
        repeated bytes preHookScreenshots = 7 [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 = 8 [deprecated = true];
        Specified by:
        getPostHookScreenshotsList in interface Spec.ProtoStepOrBuilder
      • getPostHookScreenshotsCount

        @Deprecated
        public int getPostHookScreenshotsCount()
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 8 [deprecated = true];
        Specified by:
        getPostHookScreenshotsCount in interface Spec.ProtoStepOrBuilder
      • 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 = 8 [deprecated = true];
        Specified by:
        getPostHookScreenshots in interface Spec.ProtoStepOrBuilder
      • setPostHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 8 [deprecated = true];
      • addPostHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 8 [deprecated = true];
      • addAllPostHookScreenshots

        @Deprecated
        public Spec.ProtoStep.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 = 8 [deprecated = true];
      • clearPostHookScreenshots

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

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

        public int getPreHookScreenshotFilesCount()
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 9;
        Specified by:
        getPreHookScreenshotFilesCount in interface Spec.ProtoStepOrBuilder
      • getPreHookScreenshotFiles

        public String getPreHookScreenshotFiles​(int index)
        / Screenshots captured on pre hook exec time to be available on reports
         
        repeated string preHookScreenshotFiles = 9;
        Specified by:
        getPreHookScreenshotFiles in interface Spec.ProtoStepOrBuilder
      • getPreHookScreenshotFilesBytes

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

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

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

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

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

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

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

        public int getPostHookScreenshotFilesCount()
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 10;
        Specified by:
        getPostHookScreenshotFilesCount in interface Spec.ProtoStepOrBuilder
      • getPostHookScreenshotFiles

        public String getPostHookScreenshotFiles​(int index)
        / Screenshots captured on post hook exec time to be available on reports
         
        repeated string postHookScreenshotFiles = 10;
        Specified by:
        getPostHookScreenshotFiles in interface Spec.ProtoStepOrBuilder
      • getPostHookScreenshotFilesBytes

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

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

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

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

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

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

        public final Spec.ProtoStep.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.ProtoStep.Builder>
      • mergeUnknownFields

        public final Spec.ProtoStep.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.ProtoStep.Builder>