Uses of Class
com.atlassian.bamboo.grpc.CrossNodesCommunication.UninstallPluginRequest
-
Packages that use CrossNodesCommunication.UninstallPluginRequest Package Description com.atlassian.bamboo.cluster.event.plugin com.atlassian.bamboo.grpc -
-
Uses of CrossNodesCommunication.UninstallPluginRequest in com.atlassian.bamboo.cluster.event.plugin
Methods in com.atlassian.bamboo.cluster.event.plugin that return CrossNodesCommunication.UninstallPluginRequest Modifier and Type Method Description protected CrossNodesCommunication.UninstallPluginRequest
UninstallPluginEvent. toGrpcRequestMessage(@NotNull MetadataInfo metadataInfo, String pluginKey, int pluginsVersion, String pluginName)
-
Uses of CrossNodesCommunication.UninstallPluginRequest in com.atlassian.bamboo.grpc
Methods in com.atlassian.bamboo.grpc that return CrossNodesCommunication.UninstallPluginRequest Modifier and Type Method Description CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest.Builder. build()
CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest.Builder. buildPartial()
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. getDefaultInstance()
CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest.Builder. getDefaultInstanceForType()
CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. getDefaultInstanceForType()
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseDelimitedFrom(InputStream input)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(byte[] data)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(com.google.protobuf.ByteString data)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(InputStream input)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(ByteBuffer data)
static CrossNodesCommunication.UninstallPluginRequest
CrossNodesCommunication.UninstallPluginRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.atlassian.bamboo.grpc that return types with arguments of type CrossNodesCommunication.UninstallPluginRequest Modifier and Type Method Description com.google.protobuf.Parser<CrossNodesCommunication.UninstallPluginRequest>
CrossNodesCommunication.UninstallPluginRequest. getParserForType()
static io.grpc.MethodDescriptor<CrossNodesCommunication.UninstallPluginRequest,CrossNodesCommunication.CommonResponse>
CrossNodesEventsServiceGrpc. getUninstallPluginMethod()
static com.google.protobuf.Parser<CrossNodesCommunication.UninstallPluginRequest>
CrossNodesCommunication.UninstallPluginRequest. parser()
-