Interface Spec.ProtoStepExecutionResultOrBuilder

    • 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;