Package com.atlassian.bamboo.grpc
Class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub>
com.atlassian.bamboo.grpc.PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub
- Enclosing class:
- PluginCrossNodesEventsServiceGrpc
public static final class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub
extends io.grpc.stub.AbstractAsyncStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub>
A stub to allow clients to do asynchronous rpc calls to service PluginCrossNodesEventsService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voiddisablePlugin(CrossNodesCommunication.DisablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidenablePlugin(CrossNodesCommunication.EnablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidinstallPlugin(CrossNodesCommunication.InstallPluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) Plugins management related eventsvoiduninstallPlugin(CrossNodesCommunication.UninstallPluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidupgradePlugin(CrossNodesCommunication.UpgradePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub>
-
installPlugin
public void installPlugin(CrossNodesCommunication.InstallPluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) Plugins management related events
-
uninstallPlugin
public void uninstallPlugin(CrossNodesCommunication.UninstallPluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) -
enablePlugin
public void enablePlugin(CrossNodesCommunication.EnablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) -
disablePlugin
public void disablePlugin(CrossNodesCommunication.DisablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) -
upgradePlugin
public void upgradePlugin(CrossNodesCommunication.UpgradePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)
-