Package gauge.messages
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 Summary
Modifier and TypeMethodDescription/ Contains the filename for that holds this specification.com.google.protobuf.ByteString/ Contains the filename for that holds this specification.boolean/ Flag indicating if this is a Table Driven Specification.long/ meta field to indicate the number of items in the list / used when items are sent as individual chunkgetItems(int index) / A collection of items that come under this stepint/ A collection of items that come under this step/ A collection of items that come under this stepgetItemsOrBuilder(int index) / A collection of items that come under this stepList<? extends Spec.ProtoItemOrBuilder>/ A collection of items that come under this stepgetPostHookFailures(int index) / Contains a 'before' hook failure message.int/ Contains a 'before' hook failure message./ Contains a 'before' hook failure message.getPostHookFailuresOrBuilder(int index) / Contains a 'before' hook failure message.List<? extends Spec.ProtoHookFailureOrBuilder>/ Contains a 'before' hook failure message.getPostHookMessage(int index) Deprecated.gauge.messages.ProtoSpec.postHookMessage is deprecated.com.google.protobuf.ByteStringgetPostHookMessageBytes(int index) Deprecated.gauge.messages.ProtoSpec.postHookMessage is deprecated.intDeprecated.gauge.messages.ProtoSpec.postHookMessage is deprecated.Deprecated.gauge.messages.ProtoSpec.postHookMessage is deprecated.getPostHookMessages(int index) / Additional information at post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookMessagesBytes(int index) / Additional information at post hook exec time to be available on reportsint/ Additional information at post hook exec time to be available on reports/ Additional information at post hook exec time to be available on reportsgetPostHookScreenshotFiles(int index) / Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshotFilesBytes(int index) / Screenshots captured on post hook exec time to be available on reportsint/ Screenshots captured on post hook exec time to be available on reports/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshots(int index) Deprecated.gauge.messages.ProtoSpec.postHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoSpec.postHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoSpec.postHookScreenshots is deprecated.getPreHookFailures(int index) / Contains a 'before' hook failure message.int/ Contains a 'before' hook failure message./ Contains a 'before' hook failure message.getPreHookFailuresOrBuilder(int index) / Contains a 'before' hook failure message.List<? extends Spec.ProtoHookFailureOrBuilder>/ Contains a 'before' hook failure message.getPreHookMessage(int index) Deprecated.gauge.messages.ProtoSpec.preHookMessage is deprecated.com.google.protobuf.ByteStringgetPreHookMessageBytes(int index) Deprecated.gauge.messages.ProtoSpec.preHookMessage is deprecated.intDeprecated.gauge.messages.ProtoSpec.preHookMessage is deprecated.Deprecated.gauge.messages.ProtoSpec.preHookMessage is deprecated.getPreHookMessages(int index) / Additional information at pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookMessagesBytes(int index) / Additional information at pre hook exec time to be available on reportsint/ Additional information at pre hook exec time to be available on reports/ Additional information at pre hook exec time to be available on reportsgetPreHookScreenshotFiles(int index) / Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshotFilesBytes(int index) / Screenshots captured on pre hook exec time to be available on reportsint/ Screenshots captured on pre hook exec time to be available on reports/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshots(int index) Deprecated.gauge.messages.ProtoSpec.preHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoSpec.preHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoSpec.preHookScreenshots is deprecated./ Heading describing the Specificationcom.google.protobuf.ByteString/ Heading describing the SpecificationgetTags(int index) / Contains a list of tags that are defined at the specification level.com.google.protobuf.ByteStringgetTagsBytes(int index) / Contains a list of tags that are defined at the specification level.int/ Contains a list of tags that are defined at the specification level./ Contains a list of tags that are defined at the specification level.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
/ 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
/ 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
/ 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
/ 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.
-