Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.HidePlanRequest
Package
Description
-
Uses of CrossNodesCommunication.HidePlanRequest in com.atlassian.bamboo.cluster.event.bamboo.plan
Modifier and TypeMethodDescriptionHidePlanEvent.toGrpcRequestMessage
(@NotNull MetadataInfo metadataInfo) -
Uses of CrossNodesCommunication.HidePlanRequest in com.atlassian.bamboo.grpc
Modifier and TypeMethodDescriptionCrossNodesCommunication.HidePlanRequest.Builder.build()
CrossNodesCommunication.HidePlanRequest.Builder.buildPartial()
CrossNodesCommunication.HidePlanRequest.getDefaultInstance()
CrossNodesCommunication.HidePlanRequest.Builder.getDefaultInstanceForType()
CrossNodesCommunication.HidePlanRequest.getDefaultInstanceForType()
CrossNodesCommunication.HidePlanRequest.parseDelimitedFrom
(InputStream input) CrossNodesCommunication.HidePlanRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HidePlanRequest.parseFrom
(byte[] data) CrossNodesCommunication.HidePlanRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HidePlanRequest.parseFrom
(com.google.protobuf.ByteString data) CrossNodesCommunication.HidePlanRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HidePlanRequest.parseFrom
(com.google.protobuf.CodedInputStream input) CrossNodesCommunication.HidePlanRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HidePlanRequest.parseFrom
(InputStream input) CrossNodesCommunication.HidePlanRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HidePlanRequest.parseFrom
(ByteBuffer data) CrossNodesCommunication.HidePlanRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CrossNodesCommunication.HidePlanRequest,
CrossNodesCommunication.CommonResponse> BambooCrossNodesEventsServiceGrpc.getHidePlanMethod()
com.google.protobuf.Parser<CrossNodesCommunication.HidePlanRequest>
CrossNodesCommunication.HidePlanRequest.getParserForType()
static com.google.protobuf.Parser<CrossNodesCommunication.HidePlanRequest>
CrossNodesCommunication.HidePlanRequest.parser()
Modifier and TypeMethodDescriptiondefault void
BambooCrossNodesEventsServiceGrpc.AsyncService.hidePlan
(CrossNodesCommunication.HidePlanRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub.hidePlan
(CrossNodesCommunication.HidePlanRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub.hidePlan
(CrossNodesCommunication.HidePlanRequest request) void
BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub.hidePlan
(CrossNodesCommunication.HidePlanRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) CrossNodesCommunication.HidePlanRequest.Builder.mergeFrom
(CrossNodesCommunication.HidePlanRequest other) CrossNodesCommunication.HidePlanRequest.newBuilder
(CrossNodesCommunication.HidePlanRequest prototype) -
Uses of CrossNodesCommunication.HidePlanRequest in com.atlassian.bamboo.grpc.receiver
Modifier and TypeMethodDescriptionvoid
BambooCrossNodesEventsReceiverService.hidePlan
(CrossNodesCommunication.HidePlanRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)