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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetActualText()/ Holds the raw text of the Step as defined in the spec file.com.google.protobuf.ByteStringgetActualTextBytes()/ Holds the raw text of the Step as defined in the spec file.Spec.FragmentgetFragments(int index)/ Collection of a list of fragments for a Step.intgetFragmentsCount()/ Collection of a list of fragments for a Step.List<Spec.Fragment>getFragmentsList()/ Collection of a list of fragments for a Step.Spec.FragmentOrBuildergetFragmentsOrBuilder(int index)/ Collection of a list of fragments for a Step.List<? extends Spec.FragmentOrBuilder>getFragmentsOrBuilderList()/ Collection of a list of fragments for a Step.StringgetParsedText()/ Contains the parsed text of the Step.com.google.protobuf.ByteStringgetParsedTextBytes()/ Contains the parsed text of the Step.StringgetPostHookMessages(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 reportsintgetPostHookMessagesCount()/ Additional information at post hook exec time to be available on reportsList<String>getPostHookMessagesList()/ Additional information at post hook exec time to be available on reportsStringgetPostHookScreenshotFiles(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 reportsintgetPostHookScreenshotFilesCount()/ Screenshots captured on post hook exec time to be available on reportsList<String>getPostHookScreenshotFilesList()/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshots(int index)Deprecated.intgetPostHookScreenshotsCount()Deprecated.List<com.google.protobuf.ByteString>getPostHookScreenshotsList()Deprecated.StringgetPreHookMessages(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 reportsintgetPreHookMessagesCount()/ Additional information at pre hook exec time to be available on reportsList<String>getPreHookMessagesList()/ Additional information at pre hook exec time to be available on reportsStringgetPreHookScreenshotFiles(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 reportsintgetPreHookScreenshotFilesCount()/ Screenshots captured on pre hook exec time to be available on reportsList<String>getPreHookScreenshotFilesList()/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshots(int index)Deprecated.intgetPreHookScreenshotsCount()Deprecated.List<com.google.protobuf.ByteString>getPreHookScreenshotsList()Deprecated.Spec.ProtoStepExecutionResultgetStepExecutionResult()/ Holds the result from the execution.Spec.ProtoStepExecutionResultOrBuildergetStepExecutionResultOrBuilder()/ Holds the result from the execution.booleanhasStepExecutionResult()/ Holds the result from the execution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
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;
-
getParsedText
String getParsedText()
/ Contains the parsed text of the Step. This will have placeholders for the parameters.
string parsedText = 2;
-
getParsedTextBytes
com.google.protobuf.ByteString getParsedTextBytes()
/ Contains the parsed text of the Step. This will have placeholders for the parameters.
string parsedText = 2;
-
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;
-
getStepExecutionResult
Spec.ProtoStepExecutionResult getStepExecutionResult()
/ Holds the result from the execution.
.gauge.messages.ProtoStepExecutionResult stepExecutionResult = 4;
-
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;
-
getPreHookMessagesCount
int getPreHookMessagesCount()
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 5;
-
getPreHookMessages
String getPreHookMessages(int index)
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 5;
-
getPreHookMessagesBytes
com.google.protobuf.ByteString getPreHookMessagesBytes(int index)
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 5;
-
getPostHookMessagesList
List<String> getPostHookMessagesList()
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 6;
-
getPostHookMessagesCount
int getPostHookMessagesCount()
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 6;
-
getPostHookMessages
String getPostHookMessages(int index)
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 6;
-
getPostHookMessagesBytes
com.google.protobuf.ByteString getPostHookMessagesBytes(int index)
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 6;
-
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 = 7 [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 = 7 [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 = 7 [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 = 8 [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 = 8 [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 = 8 [deprecated = true];
-
getPreHookScreenshotFilesList
List<String> getPreHookScreenshotFilesList()
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 9;
-
getPreHookScreenshotFilesCount
int getPreHookScreenshotFilesCount()
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 9;
-
getPreHookScreenshotFiles
String getPreHookScreenshotFiles(int index)
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 9;
-
getPreHookScreenshotFilesBytes
com.google.protobuf.ByteString getPreHookScreenshotFilesBytes(int index)
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 9;
-
getPostHookScreenshotFilesList
List<String> getPostHookScreenshotFilesList()
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 10;
-
getPostHookScreenshotFilesCount
int getPostHookScreenshotFilesCount()
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 10;
-
getPostHookScreenshotFiles
String getPostHookScreenshotFiles(int index)
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 10;
-
getPostHookScreenshotFilesBytes
com.google.protobuf.ByteString getPostHookScreenshotFilesBytes(int index)
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 10;
-
-