Uses of Class
gauge.messages.Messages.StepExecutionEndingRequest
Packages that use Messages.StepExecutionEndingRequest
-
Uses of Messages.StepExecutionEndingRequest in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type Messages.StepExecutionEndingRequestModifier and TypeMethodDescriptionvoidRunnerServiceHandler.finishStepExecution(Messages.StepExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver) -
Uses of Messages.StepExecutionEndingRequest in gauge.messages
Methods in gauge.messages that return Messages.StepExecutionEndingRequestModifier and TypeMethodDescriptionMessages.StepExecutionEndingRequest.Builder.build()Messages.StepExecutionEndingRequest.Builder.buildPartial()Messages.StepExecutionEndingRequest.getDefaultInstance()Messages.StepExecutionEndingRequest.Builder.getDefaultInstanceForType()Messages.StepExecutionEndingRequest.getDefaultInstanceForType()Messages.Message.Builder.getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.Message.getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.MessageOrBuilder.getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.StepExecutionEndingRequest.parseDelimitedFrom(InputStream input) Messages.StepExecutionEndingRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepExecutionEndingRequest.parseFrom(byte[] data) Messages.StepExecutionEndingRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepExecutionEndingRequest.parseFrom(com.google.protobuf.ByteString data) Messages.StepExecutionEndingRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepExecutionEndingRequest.parseFrom(com.google.protobuf.CodedInputStream input) Messages.StepExecutionEndingRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepExecutionEndingRequest.parseFrom(InputStream input) Messages.StepExecutionEndingRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Messages.StepExecutionEndingRequest.parseFrom(ByteBuffer data) Messages.StepExecutionEndingRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gauge.messages that return types with arguments of type Messages.StepExecutionEndingRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Messages.StepExecutionEndingRequest,Messages.ExecutionStatusResponse> RunnerGrpc.getFinishStepExecutionMethod()com.google.protobuf.Parser<Messages.StepExecutionEndingRequest>Messages.StepExecutionEndingRequest.getParserForType()static com.google.protobuf.Parser<Messages.StepExecutionEndingRequest>Messages.StepExecutionEndingRequest.parser()Methods in gauge.messages with parameters of type Messages.StepExecutionEndingRequestModifier and TypeMethodDescriptiondefault voidRunnerGrpc.AsyncService.finishStepExecution(Messages.StepExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver) StepExecutionEnding is a RPC to tell runner to execute step level hooks.RunnerGrpc.RunnerBlockingStub.finishStepExecution(Messages.StepExecutionEndingRequest request) StepExecutionEnding is a RPC to tell runner to execute step level hooks.com.google.common.util.concurrent.ListenableFuture<Messages.ExecutionStatusResponse>RunnerGrpc.RunnerFutureStub.finishStepExecution(Messages.StepExecutionEndingRequest request) StepExecutionEnding is a RPC to tell runner to execute step level hooks.voidRunnerGrpc.RunnerStub.finishStepExecution(Messages.StepExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver) StepExecutionEnding is a RPC to tell runner to execute step level hooks.Messages.StepExecutionEndingRequest.Builder.mergeFrom(Messages.StepExecutionEndingRequest other) Messages.Message.Builder.mergeStepExecutionEndingRequest(Messages.StepExecutionEndingRequest value) / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.StepExecutionEndingRequest.newBuilder(Messages.StepExecutionEndingRequest prototype) Messages.Message.Builder.setStepExecutionEndingRequest(Messages.StepExecutionEndingRequest value) / [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)