Uses of Class
gauge.messages.Messages.StepExecutionEndingRequest
-
Packages that use Messages.StepExecutionEndingRequest Package Description com.thoughtworks.gauge gauge.messages -
-
Uses of Messages.StepExecutionEndingRequest in com.thoughtworks.gauge
Methods in com.thoughtworks.gauge with parameters of type Messages.StepExecutionEndingRequest Modifier and Type Method Description voidRunnerServiceHandler. 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.StepExecutionEndingRequest Modifier and Type Method Description Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest.Builder. build()Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest.Builder. buildPartial()static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. getDefaultInstance()Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest.Builder. getDefaultInstanceForType()Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. getDefaultInstanceForType()Messages.StepExecutionEndingRequestMessages.Message.Builder. getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.StepExecutionEndingRequestMessages.Message. getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)Messages.StepExecutionEndingRequestMessages.MessageOrBuilder. getStepExecutionEndingRequest()/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseDelimitedFrom(InputStream input)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(byte[] data)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(com.google.protobuf.ByteString data)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(InputStream input)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(ByteBuffer data)static Messages.StepExecutionEndingRequestMessages.StepExecutionEndingRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in gauge.messages that return types with arguments of type Messages.StepExecutionEndingRequest Modifier and Type Method Description static 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.StepExecutionEndingRequest Modifier and Type Method Description Messages.ExecutionStatusResponseRunnerGrpc.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.RunnerImplBase. finishStepExecution(Messages.StepExecutionEndingRequest request, io.grpc.stub.StreamObserver<Messages.ExecutionStatusResponse> responseObserver)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.BuilderMessages.StepExecutionEndingRequest.Builder. mergeFrom(Messages.StepExecutionEndingRequest other)Messages.Message.BuilderMessages.Message.Builder. mergeStepExecutionEndingRequest(Messages.StepExecutionEndingRequest value)/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)static Messages.StepExecutionEndingRequest.BuilderMessages.StepExecutionEndingRequest. newBuilder(Messages.StepExecutionEndingRequest prototype)Messages.Message.BuilderMessages.Message.Builder. setStepExecutionEndingRequest(Messages.StepExecutionEndingRequest value)/ [StepExecutionEndingRequest](#gauge.messages.StepExecutionEndingRequest)
-