Package com.atlassian.bamboo.grpc
Class BambooCrossNodesEventsServiceGrpc
java.lang.Object
com.atlassian.bamboo.grpc.BambooCrossNodesEventsServiceGrpc
@Generated(value="by gRPC proto compiler (version 1.58.0)",
comments="Source: CrossNodesCommunication.proto")
public final class BambooCrossNodesEventsServiceGrpc
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static final class
A stub to allow clients to do synchronous rpc calls to service BambooCrossNodesEventsService.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service BambooCrossNodesEventsService.static class
Base class for the server implementation of the service BambooCrossNodesEventsService.static final class
A stub to allow clients to do asynchronous rpc calls to service BambooCrossNodesEventsService. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
static io.grpc.MethodDescriptor<CrossNodesCommunication.HidePlanRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.HideStageRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.Metadata,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateBuildNumbersRangeRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateLatestResultSummaryRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidatePlanCacheRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateRepositoryCacheRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateSpecsStateForPlanRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateUserSessionsRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.RefreshAdministrationConfigurationRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.MethodDescriptor<CrossNodesCommunication.RefreshClusterLifecycleStateRequest,
CrossNodesCommunication.CommonResponse> static io.grpc.ServiceDescriptor
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getInvalidatePlanCacheMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidatePlanCacheRequest,CrossNodesCommunication.CommonResponse> getInvalidatePlanCacheMethod() -
getHidePlanMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.HidePlanRequest,CrossNodesCommunication.CommonResponse> getHidePlanMethod() -
getHideStageMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.HideStageRequest,CrossNodesCommunication.CommonResponse> getHideStageMethod() -
getInvalidateBuildNumbersRangeMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateBuildNumbersRangeRequest,CrossNodesCommunication.CommonResponse> getInvalidateBuildNumbersRangeMethod() -
getInvalidateLatestResultSummaryMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateLatestResultSummaryRequest,CrossNodesCommunication.CommonResponse> getInvalidateLatestResultSummaryMethod() -
getInvalidateAllLatestResultSummariesMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.Metadata,CrossNodesCommunication.CommonResponse> getInvalidateAllLatestResultSummariesMethod() -
getInvalidateSpecsStateForPlanMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateSpecsStateForPlanRequest,CrossNodesCommunication.CommonResponse> getInvalidateSpecsStateForPlanMethod() -
getInvalidateRepositoryCacheMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateRepositoryCacheRequest,CrossNodesCommunication.CommonResponse> getInvalidateRepositoryCacheMethod() -
getInvalidateUserSessionsMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.InvalidateUserSessionsRequest,CrossNodesCommunication.CommonResponse> getInvalidateUserSessionsMethod() -
getRefreshClusterLifecycleStateMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.RefreshClusterLifecycleStateRequest,CrossNodesCommunication.CommonResponse> getRefreshClusterLifecycleStateMethod() -
getRefreshAdministrationConfigurationMethod
public static io.grpc.MethodDescriptor<CrossNodesCommunication.RefreshAdministrationConfigurationRequest,CrossNodesCommunication.CommonResponse> getRefreshAdministrationConfigurationMethod() -
newStub
public static BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub newStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service -
newBlockingStub
public static BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(BambooCrossNodesEventsServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-