Uses of Class
com.atlassian.bamboo.cluster.event.MetadataInfo
Packages that use MetadataInfo
Package
Description
-
Uses of MetadataInfo in com.atlassian.bamboo.cluster
Methods in com.atlassian.bamboo.cluster with parameters of type MetadataInfoModifier and TypeMethodDescriptionPerNodeLocalQueueDispatcherImpl.create(TapePerNodeLocalQueueWithStats queue, Executor dispatcherExecutor, Map<Class<? extends io.grpc.stub.AbstractAsyncStub<?>>, ? extends io.grpc.stub.AbstractAsyncStub<?>> stubs, TapePerNodeLocalQueueCriticalHandler perNodeLocalQueueCriticalHandler, MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event
Methods in com.atlassian.bamboo.cluster.event with parameters of type MetadataInfoModifier and TypeMethodDescriptionabstract voidAbstractCrossNodesEvent.send(T stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) Sends a gRPC request using the event specific data, provided stub and metadata information, and observes the response.protected abstract RAbstractCrossNodesEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) Converts event specific data and provided metadata information into the corresponding gRPC request message. -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.atlassiancache
Methods in com.atlassian.bamboo.cluster.event.atlassiancache with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidAtlassianCacheBulkEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCachedReferenceResetEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCachePutEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCachePutIfAbsentEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCacheRemoveAllEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCacheRemoveByKeyAndValueEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCacheRemoveByKeyEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidAtlassianCacheReplaceEvent.send(@NotNull AtlassianCacheCrossNodesEventsServiceGrpc.AtlassianCacheCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) AtlassianCacheBulkEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCachedReferenceResetEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCachePutEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCachePutIfAbsentEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCacheRemoveAllEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCacheRemoveByKeyAndValueEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCacheRemoveByKeyEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) AtlassianCacheReplaceEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.administration
Methods in com.atlassian.bamboo.cluster.event.bamboo.administration with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidRefreshAdministrationConfigurationEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) RefreshAdministrationConfigurationEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.clustermessage
Methods in com.atlassian.bamboo.cluster.event.bamboo.clustermessage with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidClusterMessageEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) ClusterMessageEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.deployment
Methods in com.atlassian.bamboo.cluster.event.bamboo.deployment with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidInvalidateDeploymentProjectCacheEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidateEnvironmentCacheEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) InvalidateDeploymentProjectCacheEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidateEnvironmentCacheEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.plan
Methods in com.atlassian.bamboo.cluster.event.bamboo.plan with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidHidePlanEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidHideStageEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidateAllLatestResultSummariesEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidateBuildNumbersRangeEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidateLatestResultSummaryEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidatePlanCacheEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInvalidateSpecsStateForPlanRequestEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) HidePlanEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) HideStageEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidateAllLatestResultSummariesEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidateBuildNumbersRangeEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidateLatestResultSummaryEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidatePlanCacheEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) InvalidateSpecsStateForPlanRequestEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.repository
Methods in com.atlassian.bamboo.cluster.event.bamboo.repository with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidInvalidateRepositoryCacheEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) InvalidateRepositoryCacheEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.serverlifecycle
Methods in com.atlassian.bamboo.cluster.event.bamboo.serverlifecycle with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidRefreshClusterLifecycleStateEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) RefreshClusterLifecycleStateEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.bamboo.session
Methods in com.atlassian.bamboo.cluster.event.bamboo.session with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidInvalidateUserSessionsEvent.send(@NotNull BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) InvalidateUserSessionsEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of MetadataInfo in com.atlassian.bamboo.cluster.event.plugin
Methods in com.atlassian.bamboo.cluster.event.plugin with parameters of type MetadataInfoModifier and TypeMethodDescriptionvoidDisablePluginEvent.send(@NotNull PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidEnablePluginEvent.send(@NotNull PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidInstallPluginEvent.send(@NotNull PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidUninstallPluginEvent.send(@NotNull PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) voidUpgradePluginEvent.send(@NotNull PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub stub, @NotNull MetadataInfo metadataInfo, @NotNull io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) DisablePluginEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) EnablePluginEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) InstallPluginEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) PluginCrossNodesEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) protected abstract RPluginCrossNodesEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) UninstallPluginEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) UpgradePluginEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName)