Package gauge.messages
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 Summary
Modifier and TypeMethodDescription/ Holds the raw text of the Step as defined in the spec file.com.google.protobuf.ByteString/ Holds the raw text of the Step as defined in the spec file.getFragments(int index) / Collection of a list of fragments for a Step.int/ Collection of a list of fragments for a Step./ Collection of a list of fragments for a Step.getFragmentsOrBuilder(int index) / Collection of a list of fragments for a Step.List<? extends Spec.FragmentOrBuilder>/ Collection of a list of fragments for a Step./ Contains the parsed text of the Step.com.google.protobuf.ByteString/ Contains the parsed text of the Step.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.ProtoStep.postHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoStep.postHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoStep.postHookScreenshots 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.ProtoStep.preHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoStep.preHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoStep.preHookScreenshots is deprecated./ Holds the result from the execution./ Holds the result from the execution.boolean/ Holds the result from the execution.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
-
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
/ 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
/ 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
/ 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
/ 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
/ 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
/ 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.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.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.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.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.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.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
/ 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
/ 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
/ 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
/ 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.
-