Uses of Enum
org.sonatype.central.publisher.client.model.PublishingType
Packages that use PublishingType
Package
Description
-
Uses of PublishingType in org.sonatype.central.publisher.client
Methods in org.sonatype.central.publisher.client with parameters of type PublishingTypeModifier and TypeMethodDescriptionPublisherClient.upload(String name, Path body, PublishingType publishingType) -
Uses of PublishingType in org.sonatype.central.publisher.client.model
Methods in org.sonatype.central.publisher.client.model that return PublishingTypeModifier and TypeMethodDescriptionstatic PublishingTypeReturns the enum constant of this type with the specified name.static PublishingType[]PublishingType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PublishingType in org.sonatype.central.publisher.plugin.model
Methods in org.sonatype.central.publisher.plugin.model that return PublishingTypeConstructors in org.sonatype.central.publisher.plugin.model with parameters of type PublishingTypeModifierConstructorDescriptionUploadArtifactRequest(String deploymentName, Path bundleFile, PublishingType publishingType)