Package gauge.messages
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 Summary
Modifier and TypeMethodDescription/ Holds the information of the current Scenario./ Holds the information of the current Scenario./ Holds the information of the current Spec./ Holds the information of the current Spec./ Holds the information of the current Step./ Holds the information of the current Step.getExecutionArgs(int index) / Holds the command line arguments.int/ Holds the command line arguments./ Holds the command line arguments.getExecutionArgsOrBuilder(int index) / Holds the command line arguments.List<? extends Messages.ExecutionArgOrBuilder>/ Holds the command line arguments.int/ Holds the number of running execution streams./ Holds the project namecom.google.protobuf.ByteString/ Holds the project nameint/ Holds the runner id for parallel execution./ Stacktrace of the execution.com.google.protobuf.ByteString/ Stacktrace of the execution.boolean/ Holds the information of the current Scenario.boolean/ Holds the information of the current Spec.boolean/ Holds the information of the current Step.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
/ 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
/ 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.
-