Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.HidePlanRequest
Packages that use CrossNodesCommunication.HidePlanRequest
Package
Description
-
Uses of CrossNodesCommunication.HidePlanRequest in com.atlassian.bamboo.cluster.event.bamboo.plan
Methods in com.atlassian.bamboo.cluster.event.bamboo.plan that return CrossNodesCommunication.HidePlanRequestModifier and TypeMethodDescriptionHidePlanEvent.toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo) -
Uses of CrossNodesCommunication.HidePlanRequest in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.HidePlanRequestModifier 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) Methods in com.atlassian.bamboo.grpc that return types with arguments of type CrossNodesCommunication.HidePlanRequestModifier 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()Methods in com.atlassian.bamboo.grpc with parameters of type CrossNodesCommunication.HidePlanRequestModifier and TypeMethodDescriptiondefault voidBambooCrossNodesEventsServiceGrpc.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) voidBambooCrossNodesEventsServiceGrpc.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
Methods in com.atlassian.bamboo.grpc.receiver with parameters of type CrossNodesCommunication.HidePlanRequestModifier and TypeMethodDescriptionvoidBambooCrossNodesEventsReceiverService.hidePlan(CrossNodesCommunication.HidePlanRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)