Package gauge.messages
Interface Spec.ProtoExecutionResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoExecutionResult,Spec.ProtoExecutionResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoExecutionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetErrorMessage()/ The actual error message.com.google.protobuf.ByteStringgetErrorMessageBytes()/ The actual error message.Spec.ProtoExecutionResult.ErrorTypegetErrorType()/ Type of the Error.intgetErrorTypeValue()/ Type of the Error.longgetExecutionTime()/ Holds the time taken for executing this scenario.booleangetFailed()/ Flag to indicate failurecom.google.protobuf.ByteStringgetFailureScreenshot()Deprecated.StringgetFailureScreenshotFile()/ Path to the screenshot file captured at the time of failure.com.google.protobuf.ByteStringgetFailureScreenshotFileBytes()/ Path to the screenshot file captured at the time of failure.StringgetMessage(int index)/ Additional information at exec time to be available on reportscom.google.protobuf.ByteStringgetMessageBytes(int index)/ Additional information at exec time to be available on reportsintgetMessageCount()/ Additional information at exec time to be available on reportsList<String>getMessageList()/ Additional information at exec time to be available on reportsbooleangetRecoverableError()/ Flag to indicate if the error is recoverable from.com.google.protobuf.ByteStringgetScreenShot()Deprecated.StringgetScreenshotFiles(int index)/ Path to the screenshot files captured using Gauge screenshsot API.com.google.protobuf.ByteStringgetScreenshotFilesBytes(int index)/ Path to the screenshot files captured using Gauge screenshsot API.intgetScreenshotFilesCount()/ Path to the screenshot files captured using Gauge screenshsot API.List<String>getScreenshotFilesList()/ Path to the screenshot files captured using Gauge screenshsot API.com.google.protobuf.ByteStringgetScreenshots(int index)Deprecated.intgetScreenshotsCount()Deprecated.List<com.google.protobuf.ByteString>getScreenshotsList()Deprecated.StringgetStackTrace()/ Stacktrace of the errorcom.google.protobuf.ByteStringgetStackTraceBytes()/ Stacktrace of the error-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFailed
boolean getFailed()
/ Flag to indicate failure
bool failed = 1;
-
getRecoverableError
boolean getRecoverableError()
/ Flag to indicate if the error is recoverable from.
bool recoverableError = 2;
-
getErrorMessage
String getErrorMessage()
/ The actual error message.
string errorMessage = 3;
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
/ The actual error message.
string errorMessage = 3;
-
getStackTrace
String getStackTrace()
/ Stacktrace of the error
string stackTrace = 4;
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()
/ Stacktrace of the error
string stackTrace = 4;
-
getScreenShot
@Deprecated com.google.protobuf.ByteString getScreenShot()
Deprecated./ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes screenShot = 5 [deprecated = true];
-
getExecutionTime
long getExecutionTime()
/ Holds the time taken for executing this scenario.
int64 executionTime = 6;
-
getMessageList
List<String> getMessageList()
/ Additional information at exec time to be available on reports
repeated string message = 7;
-
getMessageCount
int getMessageCount()
/ Additional information at exec time to be available on reports
repeated string message = 7;
-
getMessage
String getMessage(int index)
/ Additional information at exec time to be available on reports
repeated string message = 7;
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes(int index)
/ Additional information at exec time to be available on reports
repeated string message = 7;
-
getErrorTypeValue
int getErrorTypeValue()
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
-
getErrorType
Spec.ProtoExecutionResult.ErrorType getErrorType()
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;
-
getFailureScreenshot
@Deprecated com.google.protobuf.ByteString getFailureScreenshot()
Deprecated./ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes failureScreenshot = 9 [deprecated = true];
-
getScreenshotsList
@Deprecated List<com.google.protobuf.ByteString> getScreenshotsList()
Deprecated./ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];
-
getScreenshotsCount
@Deprecated int getScreenshotsCount()
Deprecated./ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];
-
getScreenshots
@Deprecated com.google.protobuf.ByteString getScreenshots(int index)
Deprecated./ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];
-
getFailureScreenshotFile
String getFailureScreenshotFile()
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;
-
getFailureScreenshotFileBytes
com.google.protobuf.ByteString getFailureScreenshotFileBytes()
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;
-
getScreenshotFilesList
List<String> getScreenshotFilesList()
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;
-
getScreenshotFilesCount
int getScreenshotFilesCount()
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;
-
getScreenshotFiles
String getScreenshotFiles(int index)
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;
-
getScreenshotFilesBytes
com.google.protobuf.ByteString getScreenshotFilesBytes(int index)
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;
-
-