Class BambooCrossNodesEvent<R>
java.lang.Object
com.atlassian.bamboo.cluster.event.AbstractCrossNodesEvent<R,BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub>
com.atlassian.bamboo.cluster.event.bamboo.BambooCrossNodesEvent<R>
- Type Parameters:
R- The type of request message associated with the event.
- All Implemented Interfaces:
CrossNodesEvent,Serializable
- Direct Known Subclasses:
ClusterMessageEvent,HidePlanEvent,HideStageEvent,InvalidateAllLatestResultSummariesEvent,InvalidateBuildNumbersRangeEvent,InvalidateLatestResultSummaryEvent,InvalidatePlanCacheEvent,InvalidateRepositoryCacheEvent,InvalidateSpecsStateForPlanRequestEvent,InvalidateUserSessionsEvent,RefreshAdministrationConfigurationEvent,RefreshClusterLifecycleStateEvent
public abstract class BambooCrossNodesEvent<R>
extends AbstractCrossNodesEvent<R,BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub>
Abstract base class for events related to Bamboo operations in a multi-node environment sent via gRPC.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.bamboo.cluster.event.CrossNodesEvent
CrossNodesEvent.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the class object representing the gRPC stub used for communication with the Bamboo service.Methods inherited from class com.atlassian.bamboo.cluster.event.AbstractCrossNodesEvent
send, toGrpcRequestMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bamboo.cluster.event.CrossNodesEvent
equals, getType, hashCode, isEmpty, isNotEmpty, toString
-
Constructor Details
-
BambooCrossNodesEvent
public BambooCrossNodesEvent()
-
-
Method Details
-
getStubClass
@NotNull public @NotNull Class<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub> getStubClass()Retrieves the class object representing the gRPC stub used for communication with the Bamboo service.- Specified by:
getStubClassin classAbstractCrossNodesEvent<R,BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub> - Returns:
- The class object of BambooCrossNodesEventsServiceStub.
-