Package com.atlassian.bamboo.grpc
Class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub>
com.atlassian.bamboo.grpc.PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub
- Enclosing class:
- PluginCrossNodesEventsServiceGrpc
public static final class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Plugins management related eventscom.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods 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.PluginCrossNodesEventsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub>
-
installPlugin
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> installPlugin(CrossNodesCommunication.InstallPluginRequest request) Plugins management related events
-
uninstallPlugin
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> uninstallPlugin(CrossNodesCommunication.UninstallPluginRequest request) -
enablePlugin
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> enablePlugin(CrossNodesCommunication.EnablePluginRequest request) -
disablePlugin
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> disablePlugin(CrossNodesCommunication.DisablePluginRequest request) -
upgradePlugin
public com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse> upgradePlugin(CrossNodesCommunication.UpgradePluginRequest request)
-