Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.DisablePluginRequest
Package
Description
-
Uses of CrossNodesCommunication.DisablePluginRequest in com.atlassian.bamboo.cluster.event.plugin
Modifier and TypeMethodDescriptionDisablePluginEvent.toGrpcRequestMessage
(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName) -
Uses of CrossNodesCommunication.DisablePluginRequest in com.atlassian.bamboo.grpc
Modifier and TypeMethodDescriptionCrossNodesCommunication.DisablePluginRequest.Builder.build()
CrossNodesCommunication.DisablePluginRequest.Builder.buildPartial()
CrossNodesCommunication.DisablePluginRequest.getDefaultInstance()
CrossNodesCommunication.DisablePluginRequest.Builder.getDefaultInstanceForType()
CrossNodesCommunication.DisablePluginRequest.getDefaultInstanceForType()
CrossNodesCommunication.DisablePluginRequest.parseDelimitedFrom
(InputStream input) CrossNodesCommunication.DisablePluginRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.DisablePluginRequest.parseFrom
(byte[] data) CrossNodesCommunication.DisablePluginRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.DisablePluginRequest.parseFrom
(com.google.protobuf.ByteString data) CrossNodesCommunication.DisablePluginRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.DisablePluginRequest.parseFrom
(com.google.protobuf.CodedInputStream input) CrossNodesCommunication.DisablePluginRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.DisablePluginRequest.parseFrom
(InputStream input) CrossNodesCommunication.DisablePluginRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.DisablePluginRequest.parseFrom
(ByteBuffer data) CrossNodesCommunication.DisablePluginRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CrossNodesCommunication.DisablePluginRequest,
CrossNodesCommunication.CommonResponse> PluginCrossNodesEventsServiceGrpc.getDisablePluginMethod()
com.google.protobuf.Parser<CrossNodesCommunication.DisablePluginRequest>
CrossNodesCommunication.DisablePluginRequest.getParserForType()
static com.google.protobuf.Parser<CrossNodesCommunication.DisablePluginRequest>
CrossNodesCommunication.DisablePluginRequest.parser()
Modifier and TypeMethodDescriptiondefault void
PluginCrossNodesEventsServiceGrpc.AsyncService.disablePlugin
(CrossNodesCommunication.DisablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceBlockingStub.disablePlugin
(CrossNodesCommunication.DisablePluginRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceFutureStub.disablePlugin
(CrossNodesCommunication.DisablePluginRequest request) void
PluginCrossNodesEventsServiceGrpc.PluginCrossNodesEventsServiceStub.disablePlugin
(CrossNodesCommunication.DisablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) CrossNodesCommunication.DisablePluginRequest.Builder.mergeFrom
(CrossNodesCommunication.DisablePluginRequest other) CrossNodesCommunication.DisablePluginRequest.newBuilder
(CrossNodesCommunication.DisablePluginRequest prototype) -
Uses of CrossNodesCommunication.DisablePluginRequest in com.atlassian.bamboo.grpc.receiver
Modifier and TypeMethodDescriptionvoid
PluginCrossNodesEventsReceiverService.disablePlugin
(CrossNodesCommunication.DisablePluginRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)