Uses of Class
org.jreleaser.maven.plugin.Distribution.DistributionType
-
Packages that use Distribution.DistributionType Package Description org.jreleaser.maven.plugin -
-
Uses of Distribution.DistributionType in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Distribution.DistributionType Modifier and Type Method Description Distribution.DistributionTypeArchive. getDistributionType()Distribution.DistributionTypeDistribution. getType()static Distribution.DistributionTypeDistribution.DistributionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Distribution.DistributionType[]Distribution.DistributionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jreleaser.maven.plugin with parameters of type Distribution.DistributionType Modifier and Type Method Description voidArchive. setDistributionType(Distribution.DistributionType distributionType)voidDistribution. setType(Distribution.DistributionType type)
-