Package com.atlassian.bamboo.grpc
Class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceImplBase
java.lang.Object
com.atlassian.bamboo.grpc.PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceImplBase
- All Implemented Interfaces:
PluginCrossNodesEventsServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
PluginCrossNodesEventsReceiverService
- Enclosing class:
- PluginCrossNodesEventsServiceGrpc
public abstract static class PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceImplBase
extends Object
implements io.grpc.BindableService, PluginCrossNodesEventsServiceGrpc.AsyncService
Base class for the server implementation of the service PluginCrossNodesEventsService.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.bamboo.grpc.PluginCrossNodesEventsServiceGrpc.AsyncService
disablePlugin, enablePlugin, installPlugin, uninstallPlugin, upgradePlugin
-
Constructor Details
-
PluginCrossNodesEventsServiceImplBase
public PluginCrossNodesEventsServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-