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