Interface Messages.SpecExecutionStartingRequestOrBuilder

    • Method Detail

      • hasCurrentExecutionInfo

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

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

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

        boolean hasSpecResult()
        / Holds the specs result in spec execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoSpecResult specResult = 2;
      • getSpecResult

        Spec.ProtoSpecResult getSpecResult()
        / Holds the specs result in spec execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoSpecResult specResult = 2;
      • getSpecResultOrBuilder

        Spec.ProtoSpecResultOrBuilder getSpecResultOrBuilder()
        / Holds the specs result in spec execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoSpecResult specResult = 2;
      • getStream

        int getStream()
        int32 stream = 3;