Package gauge.messages
Class Spec.ProtoExecutionResult.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
gauge.messages.Spec.ProtoExecutionResult.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Spec.ProtoExecutionResultOrBuilder,Cloneable
- Enclosing class:
- Spec.ProtoExecutionResult
public static final class Spec.ProtoExecutionResult.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
implements Spec.ProtoExecutionResultOrBuilder
/ A proto object representing the result of an executionProtobuf type
gauge.messages.ProtoExecutionResult-
Method Summary
Modifier and TypeMethodDescriptionaddAllMessage(Iterable<String> values) / Additional information at exec time to be available on reportsaddAllScreenshotFiles(Iterable<String> values) / Path to the screenshot files captured using Gauge screenshsot API.addAllScreenshots(Iterable<? extends com.google.protobuf.ByteString> values) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.addMessage(String value) / Additional information at exec time to be available on reportsaddMessageBytes(com.google.protobuf.ByteString value) / Additional information at exec time to be available on reportsaddScreenshotFiles(String value) / Path to the screenshot files captured using Gauge screenshsot API.addScreenshotFilesBytes(com.google.protobuf.ByteString value) / Path to the screenshot files captured using Gauge screenshsot API.addScreenshots(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.build()clear()/ The actual error message./ Type of the Error./ Holds the time taken for executing this scenario./ Flag to indicate failureDeprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated./ Path to the screenshot file captured at the time of failure./ Additional information at exec time to be available on reports/ Flag to indicate if the error is recoverable from.Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated./ Path to the screenshot files captured using Gauge screenshsot API.Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated./ Flag to indicate skipping of the scenario execution/ Stacktrace of the errorstatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptor/ The actual error message.com.google.protobuf.ByteString/ The actual error message./ Type of the Error.int/ Type of the Error.long/ Holds the time taken for executing this scenario.boolean/ Flag to indicate failurecom.google.protobuf.ByteStringDeprecated.gauge.messages.ProtoExecutionResult.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.getMessage(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 reportsint/ Additional information at exec time to be available on reportscom.google.protobuf.ProtocolStringList/ Additional information at exec time to be available on reportsboolean/ Flag to indicate if the error is recoverable from.com.google.protobuf.ByteStringDeprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated.getScreenshotFiles(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.int/ Path to the screenshot files captured using Gauge screenshsot API.com.google.protobuf.ProtocolStringList/ Path to the screenshot files captured using Gauge screenshsot API.com.google.protobuf.ByteStringgetScreenshots(int index) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.intDeprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.boolean/ Flag to indicate skipping of the scenario execution/ Stacktrace of the errorcom.google.protobuf.ByteString/ Stacktrace of the errorprotected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) setErrorMessage(String value) / The actual error message.setErrorMessageBytes(com.google.protobuf.ByteString value) / The actual error message./ Type of the Error.setErrorTypeValue(int value) / Type of the Error.setExecutionTime(long value) / Holds the time taken for executing this scenario.setFailed(boolean value) / Flag to indicate failuresetFailureScreenshot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated.setFailureScreenshotFile(String value) / Path to the screenshot file captured at the time of failure.setFailureScreenshotFileBytes(com.google.protobuf.ByteString value) / Path to the screenshot file captured at the time of failure.setMessage(int index, String value) / Additional information at exec time to be available on reportssetRecoverableError(boolean value) / Flag to indicate if the error is recoverable from.setScreenShot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated.setScreenshotFiles(int index, String value) / Path to the screenshot files captured using Gauge screenshsot API.setScreenshots(int index, com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated.setSkipScenario(boolean value) / Flag to indicate skipping of the scenario executionsetStackTrace(String value) / Stacktrace of the errorsetStackTraceBytes(com.google.protobuf.ByteString value) / Stacktrace of the errorMethods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Spec.ProtoExecutionResult.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Spec.ProtoExecutionResult.Builder>
-
mergeFrom
public Spec.ProtoExecutionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Spec.ProtoExecutionResult.Builder>- Throws:
IOException
-
getFailed
public boolean getFailed()/ Flag to indicate failure
bool failed = 1;- Specified by:
getFailedin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The failed.
-
setFailed
/ Flag to indicate failure
bool failed = 1;- Parameters:
value- The failed to set.- Returns:
- This builder for chaining.
-
clearFailed
/ Flag to indicate failure
bool failed = 1;- Returns:
- This builder for chaining.
-
getRecoverableError
public boolean getRecoverableError()/ Flag to indicate if the error is recoverable from.
bool recoverableError = 2;- Specified by:
getRecoverableErrorin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The recoverableError.
-
setRecoverableError
/ Flag to indicate if the error is recoverable from.
bool recoverableError = 2;- Parameters:
value- The recoverableError to set.- Returns:
- This builder for chaining.
-
clearRecoverableError
/ Flag to indicate if the error is recoverable from.
bool recoverableError = 2;- Returns:
- This builder for chaining.
-
getErrorMessage
/ The actual error message.
string errorMessage = 3;- Specified by:
getErrorMessagein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()/ The actual error message.
string errorMessage = 3;- Specified by:
getErrorMessageBytesin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The bytes for errorMessage.
-
setErrorMessage
/ The actual error message.
string errorMessage = 3;- Parameters:
value- The errorMessage to set.- Returns:
- This builder for chaining.
-
clearErrorMessage
/ The actual error message.
string errorMessage = 3;- Returns:
- This builder for chaining.
-
setErrorMessageBytes
/ The actual error message.
string errorMessage = 3;- Parameters:
value- The bytes for errorMessage to set.- Returns:
- This builder for chaining.
-
getStackTrace
/ Stacktrace of the error
string stackTrace = 4;- Specified by:
getStackTracein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The stackTrace.
-
getStackTraceBytes
public com.google.protobuf.ByteString getStackTraceBytes()/ Stacktrace of the error
string stackTrace = 4;- Specified by:
getStackTraceBytesin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The bytes for stackTrace.
-
setStackTrace
/ Stacktrace of the error
string stackTrace = 4;- Parameters:
value- The stackTrace to set.- Returns:
- This builder for chaining.
-
clearStackTrace
/ Stacktrace of the error
string stackTrace = 4;- Returns:
- This builder for chaining.
-
setStackTraceBytes
/ Stacktrace of the error
string stackTrace = 4;- Parameters:
value- The bytes for stackTrace to set.- Returns:
- This builder for chaining.
-
getScreenShot
Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes screenShot = 5 [deprecated = true];- Specified by:
getScreenShotin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The screenShot.
-
setScreenShot
@Deprecated public Spec.ProtoExecutionResult.Builder setScreenShot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes screenShot = 5 [deprecated = true];- Parameters:
value- The screenShot to set.- Returns:
- This builder for chaining.
-
clearScreenShot
Deprecated.gauge.messages.ProtoExecutionResult.screenShot is deprecated. See spec.proto;l=292/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes screenShot = 5 [deprecated = true];- Returns:
- This builder for chaining.
-
getExecutionTime
public long getExecutionTime()/ Holds the time taken for executing this scenario.
int64 executionTime = 6;- Specified by:
getExecutionTimein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The executionTime.
-
setExecutionTime
/ Holds the time taken for executing this scenario.
int64 executionTime = 6;- Parameters:
value- The executionTime to set.- Returns:
- This builder for chaining.
-
clearExecutionTime
/ Holds the time taken for executing this scenario.
int64 executionTime = 6;- Returns:
- This builder for chaining.
-
getMessageList
public com.google.protobuf.ProtocolStringList getMessageList()/ Additional information at exec time to be available on reports
repeated string message = 7;- Specified by:
getMessageListin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- A list containing the message.
-
getMessageCount
public int getMessageCount()/ Additional information at exec time to be available on reports
repeated string message = 7;- Specified by:
getMessageCountin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The count of message.
-
getMessage
/ Additional information at exec time to be available on reports
repeated string message = 7;- Specified by:
getMessagein interfaceSpec.ProtoExecutionResultOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The message at the given index.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes(int index) / Additional information at exec time to be available on reports
repeated string message = 7;- Specified by:
getMessageBytesin interfaceSpec.ProtoExecutionResultOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the message at the given index.
-
setMessage
/ Additional information at exec time to be available on reports
repeated string message = 7;- Parameters:
index- The index to set the value at.value- The message to set.- Returns:
- This builder for chaining.
-
addMessage
/ Additional information at exec time to be available on reports
repeated string message = 7;- Parameters:
value- The message to add.- Returns:
- This builder for chaining.
-
addAllMessage
/ Additional information at exec time to be available on reports
repeated string message = 7;- Parameters:
values- The message to add.- Returns:
- This builder for chaining.
-
clearMessage
/ Additional information at exec time to be available on reports
repeated string message = 7;- Returns:
- This builder for chaining.
-
addMessageBytes
/ Additional information at exec time to be available on reports
repeated string message = 7;- Parameters:
value- The bytes of the message to add.- Returns:
- This builder for chaining.
-
getErrorTypeValue
public int getErrorTypeValue()/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;- Specified by:
getErrorTypeValuein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The enum numeric value on the wire for errorType.
-
setErrorTypeValue
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;- Parameters:
value- The enum numeric value on the wire for errorType to set.- Returns:
- This builder for chaining.
-
getErrorType
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;- Specified by:
getErrorTypein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The errorType.
-
setErrorType
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;- Parameters:
value- The errorType to set.- Returns:
- This builder for chaining.
-
clearErrorType
/ Type of the Error. Valid values: ASSERTION, VERIFICATION. Default: ASSERTION
.gauge.messages.ProtoExecutionResult.ErrorType errorType = 8;- Returns:
- This builder for chaining.
-
getFailureScreenshot
Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes failureScreenshot = 9 [deprecated = true];- Specified by:
getFailureScreenshotin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The failureScreenshot.
-
setFailureScreenshot
@Deprecated public Spec.ProtoExecutionResult.Builder setFailureScreenshot(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes failureScreenshot = 9 [deprecated = true];- Parameters:
value- The failureScreenshot to set.- Returns:
- This builder for chaining.
-
clearFailureScreenshot
Deprecated.gauge.messages.ProtoExecutionResult.failureScreenshot is deprecated. See spec.proto;l=306/ [DEPRECATED, use failureScreenshotFile] Bytes containing screenshot taken at the time of failure.
bytes failureScreenshot = 9 [deprecated = true];- Returns:
- This builder for chaining.
-
getScreenshotsList
Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Specified by:
getScreenshotsListin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- A list containing the screenshots.
-
getScreenshotsCount
Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Specified by:
getScreenshotsCountin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The count of screenshots.
-
getScreenshots
Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Specified by:
getScreenshotsin interfaceSpec.ProtoExecutionResultOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The screenshots at the given index.
-
setScreenshots
@Deprecated public Spec.ProtoExecutionResult.Builder setScreenshots(int index, com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Parameters:
index- The index to set the value at.value- The screenshots to set.- Returns:
- This builder for chaining.
-
addScreenshots
@Deprecated public Spec.ProtoExecutionResult.Builder addScreenshots(com.google.protobuf.ByteString value) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Parameters:
value- The screenshots to add.- Returns:
- This builder for chaining.
-
addAllScreenshots
@Deprecated public Spec.ProtoExecutionResult.Builder addAllScreenshots(Iterable<? extends com.google.protobuf.ByteString> values) Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Parameters:
values- The screenshots to add.- Returns:
- This builder for chaining.
-
clearScreenshots
Deprecated.gauge.messages.ProtoExecutionResult.screenshots is deprecated. See spec.proto;l=308/ [DEPRECATED, use screenshotFiles] Bytes array containing screenshots at the time of it invoked
repeated bytes screenshots = 10 [deprecated = true];- Returns:
- This builder for chaining.
-
getFailureScreenshotFile
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;- Specified by:
getFailureScreenshotFilein interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The failureScreenshotFile.
-
getFailureScreenshotFileBytes
public com.google.protobuf.ByteString getFailureScreenshotFileBytes()/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;- Specified by:
getFailureScreenshotFileBytesin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The bytes for failureScreenshotFile.
-
setFailureScreenshotFile
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;- Parameters:
value- The failureScreenshotFile to set.- Returns:
- This builder for chaining.
-
clearFailureScreenshotFile
/ Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;- Returns:
- This builder for chaining.
-
setFailureScreenshotFileBytes
public Spec.ProtoExecutionResult.Builder setFailureScreenshotFileBytes(com.google.protobuf.ByteString value) / Path to the screenshot file captured at the time of failure.
string failureScreenshotFile = 11;- Parameters:
value- The bytes for failureScreenshotFile to set.- Returns:
- This builder for chaining.
-
getScreenshotFilesList
public com.google.protobuf.ProtocolStringList getScreenshotFilesList()/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Specified by:
getScreenshotFilesListin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- A list containing the screenshotFiles.
-
getScreenshotFilesCount
public int getScreenshotFilesCount()/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Specified by:
getScreenshotFilesCountin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The count of screenshotFiles.
-
getScreenshotFiles
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Specified by:
getScreenshotFilesin interfaceSpec.ProtoExecutionResultOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The screenshotFiles at the given index.
-
getScreenshotFilesBytes
public com.google.protobuf.ByteString getScreenshotFilesBytes(int index) / Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Specified by:
getScreenshotFilesBytesin interfaceSpec.ProtoExecutionResultOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the screenshotFiles at the given index.
-
setScreenshotFiles
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Parameters:
index- The index to set the value at.value- The screenshotFiles to set.- Returns:
- This builder for chaining.
-
addScreenshotFiles
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Parameters:
value- The screenshotFiles to add.- Returns:
- This builder for chaining.
-
addAllScreenshotFiles
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Parameters:
values- The screenshotFiles to add.- Returns:
- This builder for chaining.
-
clearScreenshotFiles
/ Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Returns:
- This builder for chaining.
-
addScreenshotFilesBytes
public Spec.ProtoExecutionResult.Builder addScreenshotFilesBytes(com.google.protobuf.ByteString value) / Path to the screenshot files captured using Gauge screenshsot API.
repeated string screenshotFiles = 12;- Parameters:
value- The bytes of the screenshotFiles to add.- Returns:
- This builder for chaining.
-
getSkipScenario
public boolean getSkipScenario()/ Flag to indicate skipping of the scenario execution
bool skipScenario = 13;- Specified by:
getSkipScenarioin interfaceSpec.ProtoExecutionResultOrBuilder- Returns:
- The skipScenario.
-
setSkipScenario
/ Flag to indicate skipping of the scenario execution
bool skipScenario = 13;- Parameters:
value- The skipScenario to set.- Returns:
- This builder for chaining.
-
clearSkipScenario
/ Flag to indicate skipping of the scenario execution
bool skipScenario = 13;- Returns:
- This builder for chaining.
-