Interface Spec.ProtoSpecOrBuilder

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

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

    • getSpecHeading

      String getSpecHeading()
       / Heading describing the Specification
       
      string specHeading = 1;
      Returns:
      The specHeading.
    • getSpecHeadingBytes

      com.google.protobuf.ByteString getSpecHeadingBytes()
       / Heading describing the Specification
       
      string specHeading = 1;
      Returns:
      The bytes for specHeading.
    • getItemsList

      List<Spec.ProtoItem> getItemsList()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItems

      Spec.ProtoItem getItems(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItemsCount

      int getItemsCount()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItemsOrBuilderList

      List<? extends Spec.ProtoItemOrBuilder> getItemsOrBuilderList()
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getItemsOrBuilder

      Spec.ProtoItemOrBuilder getItemsOrBuilder(int index)
       / A collection of items that come under this step
       
      repeated .gauge.messages.ProtoItem items = 2;
    • getIsTableDriven

      boolean getIsTableDriven()
       / Flag indicating if this is a Table Driven Specification. The table is defined in the context, this is different from using a table parameter.
       
      bool isTableDriven = 3;
      Returns:
      The isTableDriven.
    • getPreHookFailuresList

      List<Spec.ProtoHookFailure> getPreHookFailuresList()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailures

      Spec.ProtoHookFailure getPreHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailuresCount

      int getPreHookFailuresCount()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailuresOrBuilderList

      List<? extends Spec.ProtoHookFailureOrBuilder> getPreHookFailuresOrBuilderList()
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPreHookFailuresOrBuilder

      Spec.ProtoHookFailureOrBuilder getPreHookFailuresOrBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `before_spec` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure preHookFailures = 4;
    • getPostHookFailuresList

      List<Spec.ProtoHookFailure> getPostHookFailuresList()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailures

      Spec.ProtoHookFailure getPostHookFailures(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailuresCount

      int getPostHookFailuresCount()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailuresOrBuilderList

      List<? extends Spec.ProtoHookFailureOrBuilder> getPostHookFailuresOrBuilderList()
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getPostHookFailuresOrBuilder

      Spec.ProtoHookFailureOrBuilder getPostHookFailuresOrBuilder(int index)
       / Contains a 'before' hook failure message. This happens when the `after_hook` hook has an error.
       
      repeated .gauge.messages.ProtoHookFailure postHookFailures = 5;
    • getFileName

      String getFileName()
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Returns:
      The fileName.
    • getFileNameBytes

      com.google.protobuf.ByteString getFileNameBytes()
       / Contains the filename for that holds this specification.
       
      string fileName = 6;
      Returns:
      The bytes for fileName.
    • getTagsList

      List<String> getTagsList()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Returns:
      A list containing the tags.
    • getTagsCount

      int getTagsCount()
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Returns:
      The count of tags.
    • getTags

      String getTags(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
       / Contains a list of tags that are defined at the specification level. Scenario tags are not present here.
       
      repeated string tags = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.
    • getPreHookMessagesList

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

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

      int getPostHookMessagesCount()
       / Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessages = 9;
      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 = 9;
      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 = 9;
      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.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [deprecated = true];
      Returns:
      A list containing the preHookMessage.
    • getPreHookMessageCount

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

      @Deprecated String getPreHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [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.ProtoSpec.preHookMessage is deprecated. See spec.proto;l=37
       / [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
       
      repeated string preHookMessage = 10 [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.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [deprecated = true];
      Returns:
      A list containing the postHookMessage.
    • getPostHookMessageCount

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

      @Deprecated String getPostHookMessage(int index)
      Deprecated.
      gauge.messages.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [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.ProtoSpec.postHookMessage is deprecated. See spec.proto;l=39
       / [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
       
      repeated string postHookMessage = 11 [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.ProtoSpec.preHookScreenshots is deprecated. See spec.proto;l=41
       / [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
       
      repeated bytes preHookScreenshots = 12 [deprecated = true];
      Returns:
      A list containing the preHookScreenshots.
    • getPreHookScreenshotsCount

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

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

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

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

      long getItemCount()
       / meta field to indicate the number of items in the list
       / used when items are sent as individual chunk
       
      int64 itemCount = 14;
      Returns:
      The itemCount.
    • getPreHookScreenshotFilesList

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

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

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