Package gauge.messages
Interface Spec.ProtoSuiteResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoSuiteResult,Spec.ProtoSuiteResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoSuiteResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the result is sent in chunkslongIndicates the number of chunks to expect after this/ The environment against which execution was donecom.google.protobuf.ByteString/ The environment against which execution was donelong/ Holds the time taken for executing the whole suite.boolean/ Flag to indicate failure/ Contains a 'after' hook failure message./ Contains a 'after' hook failure message.getPostHookMessage(int index) Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated.com.google.protobuf.ByteStringgetPostHookMessageBytes(int index) Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated.intDeprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated.Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated.getPostHookMessages(int index) / Additional information at post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookMessagesBytes(int index) / Additional information at post hook exec time to be available on reportsint/ Additional information at post hook exec time to be available on reports/ Additional information at post hook exec time to be available on reportsgetPostHookScreenshotFiles(int index) / Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshotFilesBytes(int index) / Screenshots captured on post hook exec time to be available on reportsint/ Screenshots captured on post hook exec time to be available on reports/ Screenshots captured on post hook exec time to be available on reportscom.google.protobuf.ByteStringgetPostHookScreenshots(int index) Deprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated./ Contains a 'before' hook failure message./ Contains a 'before' hook failure message.getPreHookMessage(int index) Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated.com.google.protobuf.ByteStringgetPreHookMessageBytes(int index) Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated.intDeprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated.Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated.getPreHookMessages(int index) / Additional information at pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookMessagesBytes(int index) / Additional information at pre hook exec time to be available on reportsint/ Additional information at pre hook exec time to be available on reports/ Additional information at pre hook exec time to be available on reportsgetPreHookScreenshotFiles(int index) / Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshotFilesBytes(int index) / Screenshots captured on pre hook exec time to be available on reportsint/ Screenshots captured on pre hook exec time to be available on reports/ Screenshots captured on pre hook exec time to be available on reportscom.google.protobuf.ByteStringgetPreHookScreenshots(int index) Deprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated.intDeprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated.List<com.google.protobuf.ByteString>Deprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated./ Project namecom.google.protobuf.ByteString/ Project namegetSpecResults(int index) / Contains the result from the executionint/ Contains the result from the execution/ Contains the result from the executiongetSpecResultsOrBuilder(int index) / Contains the result from the executionList<? extends Spec.ProtoSpecResultOrBuilder>/ Contains the result from the executionint/ Holds the count of number of Specifications that failed.intint32 specsSkippedCount = 12;float/ Holds a metric indicating the success rate of the execution.getTags()/ Tag expression used for filtering specificationcom.google.protobuf.ByteString/ Tag expression used for filtering specification/ Timestamp of when execution startedcom.google.protobuf.ByteString/ Timestamp of when execution startedboolean/ Contains a 'after' hook failure message.boolean/ Contains a 'before' hook failure message.Methods 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
-
getSpecResultsList
List<Spec.ProtoSpecResult> getSpecResultsList()/ Contains the result from the execution
repeated .gauge.messages.ProtoSpecResult specResults = 1; -
getSpecResults
/ Contains the result from the execution
repeated .gauge.messages.ProtoSpecResult specResults = 1; -
getSpecResultsCount
int getSpecResultsCount()/ Contains the result from the execution
repeated .gauge.messages.ProtoSpecResult specResults = 1; -
getSpecResultsOrBuilderList
List<? extends Spec.ProtoSpecResultOrBuilder> getSpecResultsOrBuilderList()/ Contains the result from the execution
repeated .gauge.messages.ProtoSpecResult specResults = 1; -
getSpecResultsOrBuilder
/ Contains the result from the execution
repeated .gauge.messages.ProtoSpecResult specResults = 1; -
hasPreHookFailure
boolean hasPreHookFailure()/ Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
.gauge.messages.ProtoHookFailure preHookFailure = 2;- Returns:
- Whether the preHookFailure field is set.
-
getPreHookFailure
Spec.ProtoHookFailure getPreHookFailure()/ Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
.gauge.messages.ProtoHookFailure preHookFailure = 2;- Returns:
- The preHookFailure.
-
getPreHookFailureOrBuilder
Spec.ProtoHookFailureOrBuilder getPreHookFailureOrBuilder()/ Contains a 'before' hook failure message. This happens when the `before_suite` hook has an error
.gauge.messages.ProtoHookFailure preHookFailure = 2; -
hasPostHookFailure
boolean hasPostHookFailure()/ Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
.gauge.messages.ProtoHookFailure postHookFailure = 3;- Returns:
- Whether the postHookFailure field is set.
-
getPostHookFailure
Spec.ProtoHookFailure getPostHookFailure()/ Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
.gauge.messages.ProtoHookFailure postHookFailure = 3;- Returns:
- The postHookFailure.
-
getPostHookFailureOrBuilder
Spec.ProtoHookFailureOrBuilder getPostHookFailureOrBuilder()/ Contains a 'after' hook failure message. This happens when the `after_suite` hook has an error
.gauge.messages.ProtoHookFailure postHookFailure = 3; -
getFailed
boolean getFailed()/ Flag to indicate failure
bool failed = 4;- Returns:
- The failed.
-
getSpecsFailedCount
int getSpecsFailedCount()/ Holds the count of number of Specifications that failed.
int32 specsFailedCount = 5;- Returns:
- The specsFailedCount.
-
getExecutionTime
long getExecutionTime()/ Holds the time taken for executing the whole suite.
int64 executionTime = 6;- Returns:
- The executionTime.
-
getSuccessRate
float getSuccessRate()/ Holds a metric indicating the success rate of the execution.
float successRate = 7;- Returns:
- The successRate.
-
getEnvironment
String getEnvironment()/ The environment against which execution was done
string environment = 8;- Returns:
- The environment.
-
getEnvironmentBytes
com.google.protobuf.ByteString getEnvironmentBytes()/ The environment against which execution was done
string environment = 8;- Returns:
- The bytes for environment.
-
getTags
String getTags()/ Tag expression used for filtering specification
string tags = 9;- Returns:
- The tags.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes()/ Tag expression used for filtering specification
string tags = 9;- Returns:
- The bytes for tags.
-
getProjectName
String getProjectName()/ Project name
string projectName = 10;- Returns:
- The projectName.
-
getProjectNameBytes
com.google.protobuf.ByteString getProjectNameBytes()/ Project name
string projectName = 10;- Returns:
- The bytes for projectName.
-
getTimestamp
String getTimestamp()/ Timestamp of when execution started
string timestamp = 11;- Returns:
- The timestamp.
-
getTimestampBytes
com.google.protobuf.ByteString getTimestampBytes()/ Timestamp of when execution started
string timestamp = 11;- Returns:
- The bytes for timestamp.
-
getSpecsSkippedCount
int getSpecsSkippedCount()int32 specsSkippedCount = 12;- Returns:
- The specsSkippedCount.
-
getPreHookMessagesList
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 13;- Returns:
- A list containing the preHookMessages.
-
getPreHookMessagesCount
int getPreHookMessagesCount()/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 13;- Returns:
- The count of preHookMessages.
-
getPreHookMessages
/ Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 13;- Parameters:
index- The index of the element to return.- Returns:
- The preHookMessages at the given index.
-
getPreHookMessagesBytes
com.google.protobuf.ByteString getPreHookMessagesBytes(int index) / Additional information at pre hook exec time to be available on reports
repeated string preHookMessages = 13;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the preHookMessages at the given index.
-
getPostHookMessagesList
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 14;- Returns:
- A list containing the postHookMessages.
-
getPostHookMessagesCount
int getPostHookMessagesCount()/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 14;- Returns:
- The count of postHookMessages.
-
getPostHookMessages
/ Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 14;- Parameters:
index- The index of the element to return.- Returns:
- The postHookMessages at the given index.
-
getPostHookMessagesBytes
com.google.protobuf.ByteString getPostHookMessagesBytes(int index) / Additional information at post hook exec time to be available on reports
repeated string postHookMessages = 14;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the postHookMessages at the given index.
-
getPreHookMessageList
Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364/ [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
repeated string preHookMessage = 15 [deprecated = true];- Returns:
- A list containing the preHookMessage.
-
getPreHookMessageCount
Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364/ [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
repeated string preHookMessage = 15 [deprecated = true];- Returns:
- The count of preHookMessage.
-
getPreHookMessage
Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364/ [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
repeated string preHookMessage = 15 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The preHookMessage at the given index.
-
getPreHookMessageBytes
Deprecated.gauge.messages.ProtoSuiteResult.preHookMessage is deprecated. See spec.proto;l=364/ [DEPRECATED, use preHookMessages] Additional information at pre hook exec time to be available on reports
repeated string preHookMessage = 15 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the preHookMessage at the given index.
-
getPostHookMessageList
Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366/ [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
repeated string postHookMessage = 16 [deprecated = true];- Returns:
- A list containing the postHookMessage.
-
getPostHookMessageCount
Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366/ [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
repeated string postHookMessage = 16 [deprecated = true];- Returns:
- The count of postHookMessage.
-
getPostHookMessage
Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366/ [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
repeated string postHookMessage = 16 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The postHookMessage at the given index.
-
getPostHookMessageBytes
Deprecated.gauge.messages.ProtoSuiteResult.postHookMessage is deprecated. See spec.proto;l=366/ [DEPRECATED, use postHookMessages] Additional information at post hook exec time to be available on reports
repeated string postHookMessage = 16 [deprecated = true];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the postHookMessage at the given index.
-
getPreHookScreenshotsList
Deprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368/ [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
repeated bytes preHookScreenshots = 17 [deprecated = true];- Returns:
- A list containing the preHookScreenshots.
-
getPreHookScreenshotsCount
Deprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368/ [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
repeated bytes preHookScreenshots = 17 [deprecated = true];- Returns:
- The count of preHookScreenshots.
-
getPreHookScreenshots
Deprecated.gauge.messages.ProtoSuiteResult.preHookScreenshots is deprecated. See spec.proto;l=368/ [DEPRECATED, use preHookScreenshotFiles] Capture Screenshot at pre hook exec time to be available on reports
repeated bytes preHookScreenshots = 17 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The preHookScreenshots at the given index.
-
getPostHookScreenshotsList
Deprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370/ [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
repeated bytes postHookScreenshots = 18 [deprecated = true];- Returns:
- A list containing the postHookScreenshots.
-
getPostHookScreenshotsCount
Deprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370/ [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
repeated bytes postHookScreenshots = 18 [deprecated = true];- Returns:
- The count of postHookScreenshots.
-
getPostHookScreenshots
Deprecated.gauge.messages.ProtoSuiteResult.postHookScreenshots is deprecated. See spec.proto;l=370/ [DEPRECATED, use postHookScreenshotFiles] Capture Screenshot at post hook exec time to be available on reports
repeated bytes postHookScreenshots = 18 [deprecated = true];- Parameters:
index- The index of the element to return.- Returns:
- The postHookScreenshots at the given index.
-
getChunked
boolean getChunked()Indicates if the result is sent in chunks
bool chunked = 19;- Returns:
- The chunked.
-
getChunkSize
long getChunkSize()Indicates the number of chunks to expect after this
int64 chunkSize = 20;- Returns:
- The chunkSize.
-
getPreHookScreenshotFilesList
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 21;- Returns:
- A list containing the preHookScreenshotFiles.
-
getPreHookScreenshotFilesCount
int getPreHookScreenshotFilesCount()/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 21;- Returns:
- The count of preHookScreenshotFiles.
-
getPreHookScreenshotFiles
/ Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 21;- Parameters:
index- The index of the element to return.- Returns:
- The preHookScreenshotFiles at the given index.
-
getPreHookScreenshotFilesBytes
com.google.protobuf.ByteString getPreHookScreenshotFilesBytes(int index) / Screenshots captured on pre hook exec time to be available on reports
repeated string preHookScreenshotFiles = 21;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the preHookScreenshotFiles at the given index.
-
getPostHookScreenshotFilesList
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 22;- Returns:
- A list containing the postHookScreenshotFiles.
-
getPostHookScreenshotFilesCount
int getPostHookScreenshotFilesCount()/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 22;- Returns:
- The count of postHookScreenshotFiles.
-
getPostHookScreenshotFiles
/ Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 22;- Parameters:
index- The index of the element to return.- Returns:
- The postHookScreenshotFiles at the given index.
-
getPostHookScreenshotFilesBytes
com.google.protobuf.ByteString getPostHookScreenshotFilesBytes(int index) / Screenshots captured on post hook exec time to be available on reports
repeated string postHookScreenshotFiles = 22;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the postHookScreenshotFiles at the given index.
-