Interface Messages.ExecutionInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Messages.ExecutionInfo, Messages.ExecutionInfo.Builder
Enclosing class:
Messages

public static interface Messages.ExecutionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCurrentSpec

      boolean hasCurrentSpec()
       / Holds the information of the current Spec. Valid in context of Spec execution.
       
      .gauge.messages.SpecInfo currentSpec = 1;
      Returns:
      Whether the currentSpec field is set.
    • getCurrentSpec

      Messages.SpecInfo getCurrentSpec()
       / Holds the information of the current Spec. Valid in context of Spec execution.
       
      .gauge.messages.SpecInfo currentSpec = 1;
      Returns:
      The currentSpec.
    • getCurrentSpecOrBuilder

      Messages.SpecInfoOrBuilder getCurrentSpecOrBuilder()
       / Holds the information of the current Spec. Valid in context of Spec execution.
       
      .gauge.messages.SpecInfo currentSpec = 1;
    • hasCurrentScenario

      boolean hasCurrentScenario()
       / Holds the information of the current Scenario. Valid in context of Scenario execution.
       
      .gauge.messages.ScenarioInfo currentScenario = 2;
      Returns:
      Whether the currentScenario field is set.
    • getCurrentScenario

      Messages.ScenarioInfo getCurrentScenario()
       / Holds the information of the current Scenario. Valid in context of Scenario execution.
       
      .gauge.messages.ScenarioInfo currentScenario = 2;
      Returns:
      The currentScenario.
    • getCurrentScenarioOrBuilder

      Messages.ScenarioInfoOrBuilder getCurrentScenarioOrBuilder()
       / Holds the information of the current Scenario. Valid in context of Scenario execution.
       
      .gauge.messages.ScenarioInfo currentScenario = 2;
    • hasCurrentStep

      boolean hasCurrentStep()
       / Holds the information of the current Step. Valid in context of Step execution.
       
      .gauge.messages.StepInfo currentStep = 3;
      Returns:
      Whether the currentStep field is set.
    • getCurrentStep

      Messages.StepInfo getCurrentStep()
       / Holds the information of the current Step. Valid in context of Step execution.
       
      .gauge.messages.StepInfo currentStep = 3;
      Returns:
      The currentStep.
    • getCurrentStepOrBuilder

      Messages.StepInfoOrBuilder getCurrentStepOrBuilder()
       / Holds the information of the current Step. Valid in context of Step execution.
       
      .gauge.messages.StepInfo currentStep = 3;
    • getStacktrace

      String getStacktrace()
       / Stacktrace of the execution. Valid only if there is an error in execution.
       
      string stacktrace = 4;
      Returns:
      The stacktrace.
    • getStacktraceBytes

      com.google.protobuf.ByteString getStacktraceBytes()
       / Stacktrace of the execution. Valid only if there is an error in execution.
       
      string stacktrace = 4;
      Returns:
      The bytes for stacktrace.
    • getProjectName

      String getProjectName()
       / Holds the project name
       
      string projectName = 5;
      Returns:
      The projectName.
    • getProjectNameBytes

      com.google.protobuf.ByteString getProjectNameBytes()
       / Holds the project name
       
      string projectName = 5;
      Returns:
      The bytes for projectName.
    • getExecutionArgsList

      List<Messages.ExecutionArg> getExecutionArgsList()
       / Holds the command line arguments.
       
      repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;
    • getExecutionArgs

      Messages.ExecutionArg getExecutionArgs(int index)
       / Holds the command line arguments.
       
      repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;
    • getExecutionArgsCount

      int getExecutionArgsCount()
       / Holds the command line arguments.
       
      repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;
    • getExecutionArgsOrBuilderList

      List<? extends Messages.ExecutionArgOrBuilder> getExecutionArgsOrBuilderList()
       / Holds the command line arguments.
       
      repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;
    • getExecutionArgsOrBuilder

      Messages.ExecutionArgOrBuilder getExecutionArgsOrBuilder(int index)
       / Holds the command line arguments.
       
      repeated .gauge.messages.ExecutionArg ExecutionArgs = 6;
    • getNumberOfExecutionStreams

      int getNumberOfExecutionStreams()
       / Holds the number of running execution streams.
       
      int32 numberOfExecutionStreams = 7;
      Returns:
      The numberOfExecutionStreams.
    • getRunnerId

      int getRunnerId()
       / Holds the runner id for parallel execution.
       
      int32 runnerId = 8;
      Returns:
      The runnerId.