Package gauge.messages
Interface Spec.ProtoStepExecutionResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Spec.ProtoStepExecutionResult,Spec.ProtoStepExecutionResult.Builder
- Enclosing class:
- Spec
public static interface Spec.ProtoStepExecutionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ The actual result of the execution/ The actual result of the execution/ Contains a 'after' hook failure message./ Contains a 'after' hook failure message./ Contains a 'before' hook failure message./ Contains a 'before' hook failure message.booleanbool skipped = 4;string skippedReason = 5;com.google.protobuf.ByteStringstring skippedReason = 5;boolean/ The actual result of the executionboolean/ 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
-
hasExecutionResult
boolean hasExecutionResult()/ The actual result of the execution
.gauge.messages.ProtoExecutionResult executionResult = 1;- Returns:
- Whether the executionResult field is set.
-
getExecutionResult
Spec.ProtoExecutionResult getExecutionResult()/ The actual result of the execution
.gauge.messages.ProtoExecutionResult executionResult = 1;- Returns:
- The executionResult.
-
getExecutionResultOrBuilder
Spec.ProtoExecutionResultOrBuilder getExecutionResultOrBuilder()/ The actual result of the execution
.gauge.messages.ProtoExecutionResult executionResult = 1; -
hasPreHookFailure
boolean hasPreHookFailure()/ Contains a 'before' hook failure message. This happens when the `before_step` 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_step` 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_step` hook has an error.
.gauge.messages.ProtoHookFailure preHookFailure = 2; -
hasPostHookFailure
boolean hasPostHookFailure()/ Contains a 'after' hook failure message. This happens when the `after_step` 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_step` 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_step` hook has an error.
.gauge.messages.ProtoHookFailure postHookFailure = 3; -
getSkipped
boolean getSkipped()bool skipped = 4;- Returns:
- The skipped.
-
getSkippedReason
String getSkippedReason()string skippedReason = 5;- Returns:
- The skippedReason.
-
getSkippedReasonBytes
com.google.protobuf.ByteString getSkippedReasonBytes()string skippedReason = 5;- Returns:
- The bytes for skippedReason.
-