Interface Messages.ScenarioExecutionStartingRequestOrBuilder

    • Method Detail

      • hasCurrentExecutionInfo

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

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

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

        boolean hasScenarioResult()
        / Holds the scenarion result in scenarion execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoScenarioResult scenarioResult = 2;
      • getScenarioResult

        Spec.ProtoScenarioResult getScenarioResult()
        / Holds the scenarion result in scenarion execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoScenarioResult scenarioResult = 2;
      • getScenarioResultOrBuilder

        Spec.ProtoScenarioResultOrBuilder getScenarioResultOrBuilder()
        / Holds the scenarion result in scenarion execution starting.
         / Some fields will not be populated before execution.
         
        .gauge.messages.ProtoScenarioResult scenarioResult = 2;
      • getStream

        int getStream()
        int32 stream = 3;