Uses of Class
gauge.messages.Spec.ProtoExecutionResult.Builder
Packages that use Spec.ProtoExecutionResult.Builder
-
Uses of Spec.ProtoExecutionResult.Builder in gauge.messages
Methods in gauge.messages that return Spec.ProtoExecutionResult.BuilderModifier and TypeMethodDescriptionSpec.ProtoExecutionResult.Builder.addAllMessage(Iterable<String> values) / Additional information at exec time to be available on reportsSpec.ProtoExecutionResult.Builder.addAllScreenshotFiles(Iterable<String> values) / Path to the screenshot files captured using Gauge screenshsot API.Spec.ProtoExecutionResult.Builder.addAllScreenshots(Iterable<? extends com.google.protobuf.ByteString> values) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.Spec.ProtoExecutionResult.Builder.addMessage(String value) / Additional information at exec time to be available on reportsSpec.ProtoExecutionResult.Builder.addMessageBytes(com.google.protobuf.ByteString value) / Additional information at exec time to be available on reportsSpec.ProtoExecutionResult.Builder.addScreenshotFiles(String value) / Path to the screenshot files captured using Gauge screenshsot API.Spec.ProtoExecutionResult.Builder.addScreenshotFilesBytes(com.google.protobuf.ByteString value) / Path to the screenshot files captured using Gauge screenshsot API.Spec.ProtoExecutionResult.Builder.addScreenshots(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.Spec.ProtoExecutionResult.Builder.clear()Spec.ProtoExecutionResult.Builder.clearErrorMessage()/ The actual error message.Spec.ProtoExecutionResult.Builder.clearErrorType()/ Type of the Error.Spec.ProtoExecutionResult.Builder.clearExecutionTime()/ Holds the time taken for executing this scenario.Spec.ProtoExecutionResult.Builder.clearFailed()/ Flag to indicate failureSpec.ProtoExecutionResult.Builder.clearFailureScreenshot()Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated.Spec.ProtoExecutionResult.Builder.clearFailureScreenshotFile()/ Path to the screenshot file captured at the time of failure.Spec.ProtoExecutionResult.Builder.clearMessage()/ Additional information at exec time to be available on reportsSpec.ProtoExecutionResult.Builder.clearRecoverableError()/ Flag to indicate if the error is recoverable from.Spec.ProtoExecutionResult.Builder.clearScreenShot()Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated.Spec.ProtoExecutionResult.Builder.clearScreenshotFiles()/ Path to the screenshot files captured using Gauge screenshsot API.Spec.ProtoExecutionResult.Builder.clearScreenshots()Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.Spec.ProtoExecutionResult.Builder.clearSkipScenario()/ Flag to indicate skipping of the scenario executionSpec.ProtoExecutionResult.Builder.clearStackTrace()/ Stacktrace of the errorMessages.ExecutionStatusResponse.Builder.getExecutionResultBuilder()/ Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.Builder.getExecutionResultBuilder()/ The actual result of the executionSpec.ProtoExecutionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Spec.ProtoExecutionResult.Builder.mergeFrom(com.google.protobuf.Message other) Spec.ProtoExecutionResult.Builder.mergeFrom(Spec.ProtoExecutionResult other) Spec.ProtoExecutionResult.newBuilder()Spec.ProtoExecutionResult.newBuilder(Spec.ProtoExecutionResult prototype) Spec.ProtoExecutionResult.newBuilderForType()protected Spec.ProtoExecutionResult.BuilderSpec.ProtoExecutionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Spec.ProtoExecutionResult.Builder.setErrorMessage(String value) / The actual error message.Spec.ProtoExecutionResult.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value) / The actual error message.Spec.ProtoExecutionResult.Builder.setErrorType(Spec.ProtoExecutionResult.ErrorType value) / Type of the Error.Spec.ProtoExecutionResult.Builder.setErrorTypeValue(int value) / Type of the Error.Spec.ProtoExecutionResult.Builder.setExecutionTime(long value) / Holds the time taken for executing this scenario.Spec.ProtoExecutionResult.Builder.setFailed(boolean value) / Flag to indicate failureSpec.ProtoExecutionResult.Builder.setFailureScreenshot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated.Spec.ProtoExecutionResult.Builder.setFailureScreenshotFile(String value) / Path to the screenshot file captured at the time of failure.Spec.ProtoExecutionResult.Builder.setFailureScreenshotFileBytes(com.google.protobuf.ByteString value) / Path to the screenshot file captured at the time of failure.Spec.ProtoExecutionResult.Builder.setMessage(int index, String value) / Additional information at exec time to be available on reportsSpec.ProtoExecutionResult.Builder.setRecoverableError(boolean value) / Flag to indicate if the error is recoverable from.Spec.ProtoExecutionResult.Builder.setScreenShot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated.Spec.ProtoExecutionResult.Builder.setScreenshotFiles(int index, String value) / Path to the screenshot files captured using Gauge screenshsot API.Spec.ProtoExecutionResult.Builder.setScreenshots(int index, com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.Spec.ProtoExecutionResult.Builder.setSkipScenario(boolean value) / Flag to indicate skipping of the scenario executionSpec.ProtoExecutionResult.Builder.setStackTrace(String value) / Stacktrace of the errorSpec.ProtoExecutionResult.Builder.setStackTraceBytes(com.google.protobuf.ByteString value) / Stacktrace of the errorSpec.ProtoExecutionResult.toBuilder()Methods in gauge.messages with parameters of type Spec.ProtoExecutionResult.BuilderModifier and TypeMethodDescriptionMessages.ExecutionStatusResponse.Builder.setExecutionResult(Spec.ProtoExecutionResult.Builder builderForValue) / Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.Builder.setExecutionResult(Spec.ProtoExecutionResult.Builder builderForValue) / The actual result of the execution