Uses of Class
gauge.messages.Spec.ProtoExecutionResult
Packages that use Spec.ProtoExecutionResult
Package
Description
-
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge that return Spec.ProtoExecutionResultModifier and TypeMethodDescriptionMessageCollector.addPendingMessagesTo(Spec.ProtoExecutionResult result) ScreenshotCollector.addPendingScreenshotTo(Spec.ProtoExecutionResult result) Methods in com.thoughtworks.gauge with parameters of type Spec.ProtoExecutionResultModifier and TypeMethodDescriptionMessageCollector.addPendingMessagesTo(Spec.ProtoExecutionResult result) ScreenshotCollector.addPendingScreenshotTo(Spec.ProtoExecutionResult result) -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.execution
Methods in com.thoughtworks.gauge.execution that return Spec.ProtoExecutionResultModifier and TypeMethodDescriptionExecutionStage.execute(Spec.ProtoExecutionResult result) HookExecutionStage.execute(Spec.ProtoExecutionResult result) HooksExecutor.execute()StepExecutionStage.execute(Spec.ProtoExecutionResult previousStageResult) MethodExecutor.executeMethods(Set<Method> methods, Object... args) AbstractExecutionStage.executeNext(Spec.ProtoExecutionResult previousStageResult) ExecutionStage.executeNext(Spec.ProtoExecutionResult stageResult) protected Spec.ProtoExecutionResultAbstractExecutionStage.mergeExecResults(Spec.ProtoExecutionResult previousStageResult, Spec.ProtoExecutionResult execResult) ExecutionPipeline.start()Methods in com.thoughtworks.gauge.execution with parameters of type Spec.ProtoExecutionResultModifier and TypeMethodDescriptionExecutionStage.execute(Spec.ProtoExecutionResult result) HookExecutionStage.execute(Spec.ProtoExecutionResult result) StepExecutionStage.execute(Spec.ProtoExecutionResult previousStageResult) AbstractExecutionStage.executeNext(Spec.ProtoExecutionResult previousStageResult) ExecutionStage.executeNext(Spec.ProtoExecutionResult stageResult) protected Spec.ProtoExecutionResultAbstractExecutionStage.mergeExecResults(Spec.ProtoExecutionResult previousStageResult, Spec.ProtoExecutionResult execResult) -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.execution.parameters
Methods in com.thoughtworks.gauge.execution.parameters that return Spec.ProtoExecutionResultConstructors in com.thoughtworks.gauge.execution.parameters with parameters of type Spec.ProtoExecutionResult -
Uses of Spec.ProtoExecutionResult in com.thoughtworks.gauge.processor
Methods in com.thoughtworks.gauge.processor with parameters of type Spec.ProtoExecutionResultModifier and TypeMethodDescriptionMethodExecutionMessageProcessor.createMessageWithExecutionStatusResponse(Messages.Message receivedMessage, Spec.ProtoExecutionResult result) -
Uses of Spec.ProtoExecutionResult in gauge.messages
Methods in gauge.messages that return Spec.ProtoExecutionResultModifier and TypeMethodDescriptionSpec.ProtoExecutionResult.Builder.build()Spec.ProtoExecutionResult.Builder.buildPartial()static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.getDefaultInstance()Spec.ProtoExecutionResult.Builder.getDefaultInstanceForType()Spec.ProtoExecutionResult.getDefaultInstanceForType()Messages.ExecutionStatusResponse.Builder.getExecutionResult()/ Holds the suite result after suite execution done.Messages.ExecutionStatusResponse.getExecutionResult()/ Holds the suite result after suite execution done.Messages.ExecutionStatusResponseOrBuilder.getExecutionResult()/ Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.Builder.getExecutionResult()/ The actual result of the executionSpec.ProtoStepExecutionResult.getExecutionResult()/ The actual result of the executionSpec.ProtoStepExecutionResultOrBuilder.getExecutionResult()/ The actual result of the executionstatic Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseDelimitedFrom(InputStream input) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(byte[] data) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(com.google.protobuf.ByteString data) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(com.google.protobuf.CodedInputStream input) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(InputStream input) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(ByteBuffer data) static Spec.ProtoExecutionResultSpec.ProtoExecutionResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Spec.ProtoExecutionResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Spec.ProtoExecutionResult>Spec.ProtoExecutionResult.getParserForType()static com.google.protobuf.Parser<Spec.ProtoExecutionResult>Spec.ProtoExecutionResult.parser()Methods in gauge.messages with parameters of type Spec.ProtoExecutionResultModifier and TypeMethodDescriptionMessages.ExecutionStatusResponse.Builder.mergeExecutionResult(Spec.ProtoExecutionResult value) / Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.Builder.mergeExecutionResult(Spec.ProtoExecutionResult value) / The actual result of the executionSpec.ProtoExecutionResult.Builder.mergeFrom(Spec.ProtoExecutionResult other) Spec.ProtoExecutionResult.newBuilder(Spec.ProtoExecutionResult prototype) Messages.ExecutionStatusResponse.Builder.setExecutionResult(Spec.ProtoExecutionResult value) / Holds the suite result after suite execution done.Spec.ProtoStepExecutionResult.Builder.setExecutionResult(Spec.ProtoExecutionResult value) / The actual result of the execution