Uses of Class
gauge.messages.Messages.ExecutionInfo.Builder
Packages that use Messages.ExecutionInfo.Builder
-
Uses of Messages.ExecutionInfo.Builder in gauge.messages
Methods in gauge.messages that return Messages.ExecutionInfo.BuilderModifier and TypeMethodDescriptionMessages.ExecutionInfo.Builder.addAllExecutionArgs(Iterable<? extends Messages.ExecutionArg> values) / Holds the command line arguments.Messages.ExecutionInfo.Builder.addExecutionArgs(int index, Messages.ExecutionArg value) / Holds the command line arguments.Messages.ExecutionInfo.Builder.addExecutionArgs(int index, Messages.ExecutionArg.Builder builderForValue) / Holds the command line arguments.Messages.ExecutionInfo.Builder.addExecutionArgs(Messages.ExecutionArg value) / Holds the command line arguments.Messages.ExecutionInfo.Builder.addExecutionArgs(Messages.ExecutionArg.Builder builderForValue) / Holds the command line arguments.Messages.ExecutionInfo.Builder.clear()Messages.ExecutionInfo.Builder.clearCurrentScenario()/ Holds the information of the current Scenario.Messages.ExecutionInfo.Builder.clearCurrentSpec()/ Holds the information of the current Spec.Messages.ExecutionInfo.Builder.clearCurrentStep()/ Holds the information of the current Step.Messages.ExecutionInfo.Builder.clearExecutionArgs()/ Holds the command line arguments.Messages.ExecutionInfo.Builder.clearNumberOfExecutionStreams()/ Holds the number of running execution streams.Messages.ExecutionInfo.Builder.clearProjectName()/ Holds the project nameMessages.ExecutionInfo.Builder.clearRunnerId()/ Holds the runner id for parallel execution.Messages.ExecutionInfo.Builder.clearStacktrace()/ Stacktrace of the execution.Messages.ConceptExecutionEndingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current step execution info.Messages.ConceptExecutionStartingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current step execution info.Messages.ExecutionEndingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current suite execution info.Messages.ExecutionStartingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current suite execution info.Messages.ScenarioExecutionEndingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current scenario execution info.Messages.ScenarioExecutionStartingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current sceanrio execution info.Messages.SpecExecutionEndingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current spec execution info.Messages.SpecExecutionStartingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current spec execution info.Messages.StepExecutionEndingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current step execution info.Messages.StepExecutionStartingRequest.Builder.getCurrentExecutionInfoBuilder()/ Holds the current step execution info.Messages.ExecutionInfo.Builder.mergeCurrentScenario(Messages.ScenarioInfo value) / Holds the information of the current Scenario.Messages.ExecutionInfo.Builder.mergeCurrentSpec(Messages.SpecInfo value) / Holds the information of the current Spec.Messages.ExecutionInfo.Builder.mergeCurrentStep(Messages.StepInfo value) / Holds the information of the current Step.Messages.ExecutionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.ExecutionInfo.Builder.mergeFrom(com.google.protobuf.Message other) Messages.ExecutionInfo.Builder.mergeFrom(Messages.ExecutionInfo other) Messages.ExecutionInfo.newBuilder()Messages.ExecutionInfo.newBuilder(Messages.ExecutionInfo prototype) Messages.ExecutionInfo.newBuilderForType()protected Messages.ExecutionInfo.BuilderMessages.ExecutionInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Messages.ExecutionInfo.Builder.removeExecutionArgs(int index) / Holds the command line arguments.Messages.ExecutionInfo.Builder.setCurrentScenario(Messages.ScenarioInfo value) / Holds the information of the current Scenario.Messages.ExecutionInfo.Builder.setCurrentScenario(Messages.ScenarioInfo.Builder builderForValue) / Holds the information of the current Scenario.Messages.ExecutionInfo.Builder.setCurrentSpec(Messages.SpecInfo value) / Holds the information of the current Spec.Messages.ExecutionInfo.Builder.setCurrentSpec(Messages.SpecInfo.Builder builderForValue) / Holds the information of the current Spec.Messages.ExecutionInfo.Builder.setCurrentStep(Messages.StepInfo value) / Holds the information of the current Step.Messages.ExecutionInfo.Builder.setCurrentStep(Messages.StepInfo.Builder builderForValue) / Holds the information of the current Step.Messages.ExecutionInfo.Builder.setExecutionArgs(int index, Messages.ExecutionArg value) / Holds the command line arguments.Messages.ExecutionInfo.Builder.setExecutionArgs(int index, Messages.ExecutionArg.Builder builderForValue) / Holds the command line arguments.Messages.ExecutionInfo.Builder.setNumberOfExecutionStreams(int value) / Holds the number of running execution streams.Messages.ExecutionInfo.Builder.setProjectName(String value) / Holds the project nameMessages.ExecutionInfo.Builder.setProjectNameBytes(com.google.protobuf.ByteString value) / Holds the project nameMessages.ExecutionInfo.Builder.setRunnerId(int value) / Holds the runner id for parallel execution.Messages.ExecutionInfo.Builder.setStacktrace(String value) / Stacktrace of the execution.Messages.ExecutionInfo.Builder.setStacktraceBytes(com.google.protobuf.ByteString value) / Stacktrace of the execution.Messages.ExecutionInfo.toBuilder()Methods in gauge.messages with parameters of type Messages.ExecutionInfo.BuilderModifier and TypeMethodDescriptionMessages.ConceptExecutionEndingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current step execution info.Messages.ConceptExecutionStartingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current step execution info.Messages.ExecutionEndingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current suite execution info.Messages.ExecutionStartingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current suite execution info.Messages.ScenarioExecutionEndingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current scenario execution info.Messages.ScenarioExecutionStartingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current sceanrio execution info.Messages.SpecExecutionEndingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current spec execution info.Messages.SpecExecutionStartingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current spec execution info.Messages.StepExecutionEndingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current step execution info.Messages.StepExecutionStartingRequest.Builder.setCurrentExecutionInfo(Messages.ExecutionInfo.Builder builderForValue) / Holds the current step execution info.