Interface Messages.StepExecutionEndingRequestOrBuilder

    • Method Detail

      • hasCurrentExecutionInfo

        boolean hasCurrentExecutionInfo()
        / Holds the current step execution info.
         
        .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
      • getCurrentExecutionInfo

        Messages.ExecutionInfo getCurrentExecutionInfo()
        / Holds the current step execution info.
         
        .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
      • getCurrentExecutionInfoOrBuilder

        Messages.ExecutionInfoOrBuilder getCurrentExecutionInfoOrBuilder()
        / Holds the current step execution info.
         
        .gauge.messages.ExecutionInfo currentExecutionInfo = 1;
      • hasStepResult

        boolean hasStepResult()
        / Holds step result in step execution ending.
         
        .gauge.messages.ProtoStepResult stepResult = 2;
      • getStepResult

        Spec.ProtoStepResult getStepResult()
        / Holds step result in step execution ending.
         
        .gauge.messages.ProtoStepResult stepResult = 2;
      • getStepResultOrBuilder

        Spec.ProtoStepResultOrBuilder getStepResultOrBuilder()
        / Holds step result in step execution ending.
         
        .gauge.messages.ProtoStepResult stepResult = 2;
      • getStream

        int getStream()
        int32 stream = 3;