Interface Spec.ProtoStepOrBuilder

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

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

    • getActualText

      String getActualText()
       / Holds the raw text of the Step as defined in the spec file. This contains the actual parameter values.
       
      string actualText = 1;
      Returns:
      The actualText.
    • getActualTextBytes

      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;
      Returns:
      The bytes for actualText.
    • getParsedText

      String getParsedText()
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Returns:
      The parsedText.
    • getParsedTextBytes

      com.google.protobuf.ByteString getParsedTextBytes()
       / Contains the parsed text of the Step. This will have placeholders for the parameters.
       
      string parsedText = 2;
      Returns:
      The bytes for parsedText.
    • getFragmentsList

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

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

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

      List<? extends Spec.FragmentOrBuilder> getFragmentsOrBuilderList()
       / Collection of a list of fragments for a Step. A fragment could be either text or parameter.
       
      repeated .gauge.messages.Fragment fragments = 3;
    • getFragmentsOrBuilder

      Spec.FragmentOrBuilder getFragmentsOrBuilder(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;
    • hasStepExecutionResult

      boolean hasStepExecutionResult()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      Returns:
      Whether the stepExecutionResult field is set.
    • getStepExecutionResult

      Spec.ProtoStepExecutionResult getStepExecutionResult()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
      Returns:
      The stepExecutionResult.
    • getStepExecutionResultOrBuilder

      Spec.ProtoStepExecutionResultOrBuilder getStepExecutionResultOrBuilder()
       / Holds the result from the execution.
       
      .gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
    • getPreHookMessagesList

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

      int getPreHookMessagesCount()
       / Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessages = 5;
      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 = 5;
      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 = 5;
      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 = 6;
      Returns:
      A list containing the postHookMessages.
    • getPostHookMessagesCount

      int getPostHookMessagesCount()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 6;
      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 = 6;
      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 = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookMessages at the given index.
    • getPreHookScreenshotsList

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

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

      @Deprecated com.google.protobuf.ByteString getPreHookScreenshots(int index)
      Deprecated.
      gauge.messages.ProtoStep.preHookScreenshots is deprecated. See spec.proto;l=185
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 7 [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.ProtoStep.postHookScreenshots is deprecated. See spec.proto;l=187
       / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
       
      repeated bytes postHookScreenshots = 8 [deprecated = true];
      Returns:
      A list containing the postHookScreenshots.
    • getPostHookScreenshotsCount

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

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

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

      int getPreHookScreenshotFilesCount()
       / Screenshots captured on pre hook exec time to be available on reports
       
      repeated string preHookScreenshotFiles = 9;
      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 = 9;
      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 = 9;
      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 = 10;
      Returns:
      A list containing the postHookScreenshotFiles.
    • getPostHookScreenshotFilesCount

      int getPostHookScreenshotFilesCount()
       / Screenshots captured on post hook exec time to be available on reports
       
      repeated string postHookScreenshotFiles = 10;
      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 = 10;
      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 = 10;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the postHookScreenshotFiles at the given index.