Package com.atlassian.bamboo.grpc
Class BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub>
com.atlassian.bamboo.grpc.BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub
- Enclosing class:
- BambooCrossNodesEventsServiceGrpc
public static final class BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service BambooCrossNodesEventsService.
-
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) Plan cache related eventsRepository cache related eventsUser sessions related eventsrefreshAdministrationConfiguration
(CrossNodesCommunication.RefreshAdministrationConfigurationRequest request) Administration configuration related eventsServer lifecycle related eventsMethods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub>
-
invalidatePlanCache
public CrossNodesCommunication.CommonResponse invalidatePlanCache(CrossNodesCommunication.InvalidatePlanCacheRequest request) Plan cache related events
-
hidePlan
public CrossNodesCommunication.CommonResponse hidePlan(CrossNodesCommunication.HidePlanRequest request) -
hideStage
public CrossNodesCommunication.CommonResponse hideStage(CrossNodesCommunication.HideStageRequest request) -
invalidateBuildNumbersRange
public CrossNodesCommunication.CommonResponse invalidateBuildNumbersRange(CrossNodesCommunication.InvalidateBuildNumbersRangeRequest request) -
invalidateLatestResultSummary
public CrossNodesCommunication.CommonResponse invalidateLatestResultSummary(CrossNodesCommunication.InvalidateLatestResultSummaryRequest request) -
invalidateAllLatestResultSummaries
public CrossNodesCommunication.CommonResponse invalidateAllLatestResultSummaries(CrossNodesCommunication.Metadata request) -
invalidateSpecsStateForPlan
public CrossNodesCommunication.CommonResponse invalidateSpecsStateForPlan(CrossNodesCommunication.InvalidateSpecsStateForPlanRequest request) -
invalidateRepositoryCache
public CrossNodesCommunication.CommonResponse invalidateRepositoryCache(CrossNodesCommunication.InvalidateRepositoryCacheRequest request) Repository cache related events
-
invalidateUserSessions
public CrossNodesCommunication.CommonResponse invalidateUserSessions(CrossNodesCommunication.InvalidateUserSessionsRequest request) User sessions related events
-
refreshClusterLifecycleState
public CrossNodesCommunication.CommonResponse refreshClusterLifecycleState(CrossNodesCommunication.RefreshClusterLifecycleStateRequest request) Server lifecycle related events
-
refreshAdministrationConfiguration
public CrossNodesCommunication.CommonResponse refreshAdministrationConfiguration(CrossNodesCommunication.RefreshAdministrationConfigurationRequest request) Administration configuration related events
-