Package gauge.messages
Interface Spec.ProtoHookFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoHookFailure,Spec.ProtoHookFailure.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoHookFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetErrorMessage()/ Error message from the failurecom.google.protobuf.ByteStringgetErrorMessageBytes()/ Error message from the 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.com.google.protobuf.ByteStringgetScreenShot()Deprecated.StringgetStackTrace()/ Stacktrace from the failurecom.google.protobuf.ByteStringgetStackTraceBytes()/ Stacktrace from the failureintgetTableRowIndex()/ Contains table row index corresponding to datatable rows-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStackTrace
String getStackTrace()
/ Stacktrace from the failure
string stackTrace = 1;
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()
/ Stacktrace from the failure
string stackTrace = 1;
-
getErrorMessage
String getErrorMessage()
/ Error message from the failure
string errorMessage = 2;
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
/ Error message from the failure
string errorMessage = 2;
-
getScreenShot
@Deprecated com.google.protobuf.ByteString getScreenShot()
Deprecated./ [DEPRECATED, use failureScreenshotFile] Bytes holding the screenshot taken at the time of failure.
bytes screenShot = 3 [deprecated = true];
-
getTableRowIndex
int getTableRowIndex()
/ Contains table row index corresponding to datatable rows
int32 tableRowIndex = 4;
-
getFailureScreenshot
@Deprecated com.google.protobuf.ByteString getFailureScreenshot()
Deprecated./ [DEPRECATED, use failureScreenshotFile] Bytes holding the screenshot taken at the time of failure.
bytes failureScreenshot = 5 [deprecated = true];
-
getFailureScreenshotFile
String getFailureScreenshotFile()
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 6;
-
getFailureScreenshotFileBytes
com.google.protobuf.ByteString getFailureScreenshotFileBytes()
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 6;
-
-