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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Spec.ProtoExecutionResultgetExecutionResult()/ The actual result of the executionSpec.ProtoExecutionResultOrBuildergetExecutionResultOrBuilder()/ The actual result of the executionSpec.ProtoHookFailuregetPostHookFailure()/ Contains a 'after' hook failure message.Spec.ProtoHookFailureOrBuildergetPostHookFailureOrBuilder()/ Contains a 'after' hook failure message.Spec.ProtoHookFailuregetPreHookFailure()/ Contains a 'before' hook failure message.Spec.ProtoHookFailureOrBuildergetPreHookFailureOrBuilder()/ Contains a 'before' hook failure message.booleangetSkipped()bool skipped = 4;StringgetSkippedReason()string skippedReason = 5;com.google.protobuf.ByteStringgetSkippedReasonBytes()string skippedReason = 5;booleanhasExecutionResult()/ The actual result of the executionbooleanhasPostHookFailure()/ Contains a 'after' hook failure message.booleanhasPreHookFailure()/ Contains a 'before' hook failure message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecutionResult
boolean hasExecutionResult()
/ The actual result of the execution
.gauge.messages.ProtoExecutionResult executionResult = 1;
-
getExecutionResult
Spec.ProtoExecutionResult getExecutionResult()
/ The actual result of the execution
.gauge.messages.ProtoExecutionResult executionResult = 1;
-
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;
-
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;
-
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;
-
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;
-
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;
-
getSkippedReason
String getSkippedReason()
string skippedReason = 5;
-
getSkippedReasonBytes
com.google.protobuf.ByteString getSkippedReasonBytes()
string skippedReason = 5;
-
-