Package com.atlassian.bamboo.grpc
Class CrossNodesEventsServiceGrpc.CrossNodesEventsServiceImplBase
- java.lang.Object
-
- com.atlassian.bamboo.grpc.CrossNodesEventsServiceGrpc.CrossNodesEventsServiceImplBase
-
- All Implemented Interfaces:
CrossNodesEventsServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
CrossNodesEventsReceiverService
- Enclosing class:
- CrossNodesEventsServiceGrpc
public abstract static class CrossNodesEventsServiceGrpc.CrossNodesEventsServiceImplBase extends Object implements io.grpc.BindableService, CrossNodesEventsServiceGrpc.AsyncService
Base class for the server implementation of the service CrossNodesEventsService.
-
-
Constructor Summary
Constructors Constructor Description CrossNodesEventsServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
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.CrossNodesEventsServiceGrpc.AsyncService
disablePlugin, enablePlugin, hidePlan, hideStage, installPlugin, invalidateAllLatestResultSummaries, invalidateBuildNumbersRange, invalidateLatestResultSummary, invalidatePlanCache, invalidateRepositoryCache, invalidateSpecsStateForPlan, invalidateUserSessions, propagateAtlassianCacheBulk, propagateAtlassianCachedReferenceReset, propagateAtlassianCachePut, propagateAtlassianCachePutIfAbsent, propagateAtlassianCacheRemoveAll, propagateAtlassianCacheRemoveByKey, propagateAtlassianCacheRemoveByKeyAndValue, propagateAtlassianCacheReplace, refreshAdministrationConfiguration, refreshClusterLifecycleState, uninstallPlugin, upgradePlugin
-
-