Package com.atlassian.bamboo.grpc
Class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub>
com.atlassian.bamboo.grpc.PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub
- Enclosing class:
PluginCrossNodesEventsServiceGrpc
public static final class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub>
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, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingV2Stub>
-
installPlugin
public CrossNodesCommunication.CommonResponse installPlugin(CrossNodesCommunication.InstallPluginRequest request) throws io.grpc.StatusException Plugins management related events
- Throws:
io.grpc.StatusException
-
uninstallPlugin
public CrossNodesCommunication.CommonResponse uninstallPlugin(CrossNodesCommunication.UninstallPluginRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
enablePlugin
public CrossNodesCommunication.CommonResponse enablePlugin(CrossNodesCommunication.EnablePluginRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
disablePlugin
public CrossNodesCommunication.CommonResponse disablePlugin(CrossNodesCommunication.DisablePluginRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-
upgradePlugin
public CrossNodesCommunication.CommonResponse upgradePlugin(CrossNodesCommunication.UpgradePluginRequest request) throws io.grpc.StatusException - Throws:
io.grpc.StatusException
-