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
Modifier and TypeMethodDescription/ Error message from the failurecom.google.protobuf.ByteString/ Error message from the failurecom.google.protobuf.ByteStringDeprecated.gauge.messages.ProtoHookFailure.failureScreenshot is deprecated./ Path to the screenshot file captured at the time of failure.com.google.protobuf.ByteString/ Path to the screenshot file captured at the time of failure.com.google.protobuf.ByteStringDeprecated.gauge.messages.ProtoHookFailure.screenShot is deprecated./ Stacktrace from the failurecom.google.protobuf.ByteString/ Stacktrace from the failureint/ Contains table row index corresponding to datatable rowsMethods 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
-
getStackTrace
String getStackTrace()/ Stacktrace from the failure
string stackTrace = 1;- Returns:
- The stackTrace.
-
getStackTraceBytes
com.google.protobuf.ByteString getStackTraceBytes()/ Stacktrace from the failure
string stackTrace = 1;- Returns:
- The bytes for stackTrace.
-
getErrorMessage
String getErrorMessage()/ Error message from the failure
string errorMessage = 2;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()/ Error message from the failure
string errorMessage = 2;- Returns:
- The bytes for errorMessage.
-
getScreenShot
Deprecated.gauge.messages.ProtoHookFailure.screenShot is deprecated. See spec.proto;l=325/ [DEPRECATED, use failureScreenshotFile] Bytes holding the screenshot taken at the time of failure.
bytes screenShot = 3 [deprecated = true];- Returns:
- The screenShot.
-
getTableRowIndex
int getTableRowIndex()/ Contains table row index corresponding to datatable rows
int32 tableRowIndex = 4;- Returns:
- The tableRowIndex.
-
getFailureScreenshot
Deprecated.gauge.messages.ProtoHookFailure.failureScreenshot is deprecated. See spec.proto;l=329/ [DEPRECATED, use failureScreenshotFile] Bytes holding the screenshot taken at the time of failure.
bytes failureScreenshot = 5 [deprecated = true];- Returns:
- The failureScreenshot.
-
getFailureScreenshotFile
String getFailureScreenshotFile()/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 6;- Returns:
- The failureScreenshotFile.
-
getFailureScreenshotFileBytes
com.google.protobuf.ByteString getFailureScreenshotFileBytes()/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 6;- Returns:
- The bytes for failureScreenshotFile.
-