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 Detail

      • getSpecHeading

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

        com.google.protobuf.ByteString getSpecHeadingBytes()
        / Heading describing the Specification
         
        string specHeading = 1;
      • 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;
      • 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;
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
        / Contains the filename for that holds this specification.
         
        string fileName = 6;
      • 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;
      • 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;
      • 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;
      • 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;
      • getPreHookMessagesList

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        @Deprecated
        com.google.protobuf.ByteString getPostHookScreenshots​(int index)
        Deprecated.
        / [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
         
        repeated bytes postHookScreenshots = 13 [deprecated = true];
      • 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;
      • getPreHookScreenshotFilesList

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

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

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

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

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

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

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

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