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 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.