Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.HideStageRequest
Packages that use CrossNodesCommunication.HideStageRequest
Package
Description
-
Uses of CrossNodesCommunication.HideStageRequest in com.atlassian.bamboo.cluster.event.bamboo.plan
Methods in com.atlassian.bamboo.cluster.event.bamboo.plan that return CrossNodesCommunication.HideStageRequestModifier and TypeMethodDescriptionHideStageEvent.toGrpcRequestMessage
(@NotNull MetadataInfo metadataInfo) -
Uses of CrossNodesCommunication.HideStageRequest in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.HideStageRequestModifier and TypeMethodDescriptionCrossNodesCommunication.HideStageRequest.Builder.build()
CrossNodesCommunication.HideStageRequest.Builder.buildPartial()
CrossNodesCommunication.HideStageRequest.getDefaultInstance()
CrossNodesCommunication.HideStageRequest.Builder.getDefaultInstanceForType()
CrossNodesCommunication.HideStageRequest.getDefaultInstanceForType()
CrossNodesCommunication.HideStageRequest.parseDelimitedFrom
(InputStream input) CrossNodesCommunication.HideStageRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HideStageRequest.parseFrom
(byte[] data) CrossNodesCommunication.HideStageRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HideStageRequest.parseFrom
(com.google.protobuf.ByteString data) CrossNodesCommunication.HideStageRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HideStageRequest.parseFrom
(com.google.protobuf.CodedInputStream input) CrossNodesCommunication.HideStageRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HideStageRequest.parseFrom
(InputStream input) CrossNodesCommunication.HideStageRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CrossNodesCommunication.HideStageRequest.parseFrom
(ByteBuffer data) CrossNodesCommunication.HideStageRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.atlassian.bamboo.grpc that return types with arguments of type CrossNodesCommunication.HideStageRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CrossNodesCommunication.HideStageRequest,
CrossNodesCommunication.CommonResponse> BambooCrossNodesEventsServiceGrpc.getHideStageMethod()
com.google.protobuf.Parser<CrossNodesCommunication.HideStageRequest>
CrossNodesCommunication.HideStageRequest.getParserForType()
static com.google.protobuf.Parser<CrossNodesCommunication.HideStageRequest>
CrossNodesCommunication.HideStageRequest.parser()
Methods in com.atlassian.bamboo.grpc with parameters of type CrossNodesCommunication.HideStageRequestModifier and TypeMethodDescriptiondefault void
BambooCrossNodesEventsServiceGrpc.AsyncService.hideStage
(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceBlockingStub.hideStage
(CrossNodesCommunication.HideStageRequest request) com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceFutureStub.hideStage
(CrossNodesCommunication.HideStageRequest request) void
BambooCrossNodesEventsServiceGrpc.BambooCrossNodesEventsServiceStub.hideStage
(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver) CrossNodesCommunication.HideStageRequest.Builder.mergeFrom
(CrossNodesCommunication.HideStageRequest other) CrossNodesCommunication.HideStageRequest.newBuilder
(CrossNodesCommunication.HideStageRequest prototype) -
Uses of CrossNodesCommunication.HideStageRequest in com.atlassian.bamboo.grpc.receiver
Methods in com.atlassian.bamboo.grpc.receiver with parameters of type CrossNodesCommunication.HideStageRequestModifier and TypeMethodDescriptionvoid
BambooCrossNodesEventsReceiverService.hideStage
(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)