Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.HideStageRequest
-
Packages that use CrossNodesCommunication.HideStageRequest Package Description com.atlassian.bamboo.cluster.event.plan com.atlassian.bamboo.grpc -
-
Uses of CrossNodesCommunication.HideStageRequest in com.atlassian.bamboo.cluster.event.plan
Methods in com.atlassian.bamboo.cluster.event.plan that return CrossNodesCommunication.HideStageRequest Modifier and Type Method Description CrossNodesCommunication.HideStageRequest
HideStageEvent. toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo)
-
Uses of CrossNodesCommunication.HideStageRequest in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.HideStageRequest Modifier and Type Method Description CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest.Builder. build()
CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest.Builder. buildPartial()
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. getDefaultInstance()
CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest.Builder. getDefaultInstanceForType()
CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. getDefaultInstanceForType()
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseDelimitedFrom(InputStream input)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(byte[] data)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(com.google.protobuf.ByteString data)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(InputStream input)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(ByteBuffer data)
static CrossNodesCommunication.HideStageRequest
CrossNodesCommunication.HideStageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.atlassian.bamboo.grpc that return types with arguments of type CrossNodesCommunication.HideStageRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CrossNodesCommunication.HideStageRequest,CrossNodesCommunication.CommonResponse>
CrossNodesEventsServiceGrpc. 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.HideStageRequest Modifier and Type Method Description void
CrossNodesEventsReceiverService. hideStage(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)
default void
CrossNodesEventsServiceGrpc.AsyncService. hideStage(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)
CrossNodesCommunication.CommonResponse
CrossNodesEventsServiceGrpc.CrossNodesEventsServiceBlockingStub. hideStage(CrossNodesCommunication.HideStageRequest request)
com.google.common.util.concurrent.ListenableFuture<CrossNodesCommunication.CommonResponse>
CrossNodesEventsServiceGrpc.CrossNodesEventsServiceFutureStub. hideStage(CrossNodesCommunication.HideStageRequest request)
void
CrossNodesEventsServiceGrpc.CrossNodesEventsServiceStub. hideStage(CrossNodesCommunication.HideStageRequest request, io.grpc.stub.StreamObserver<CrossNodesCommunication.CommonResponse> responseObserver)
CrossNodesCommunication.HideStageRequest.Builder
CrossNodesCommunication.HideStageRequest.Builder. mergeFrom(CrossNodesCommunication.HideStageRequest other)
static CrossNodesCommunication.HideStageRequest.Builder
CrossNodesCommunication.HideStageRequest. newBuilder(CrossNodesCommunication.HideStageRequest prototype)
-