Uses of Class
org.jreleaser.maven.plugin.Changelog.Category
-
Packages that use Changelog.Category Package Description org.jreleaser.maven.plugin -
-
Uses of Changelog.Category in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Changelog.Category Modifier and Type Method Description static Changelog.CategoryChangelog.Category. of(java.lang.String title, java.lang.String format, java.lang.String... labels)Methods in org.jreleaser.maven.plugin that return types with arguments of type Changelog.Category Modifier and Type Method Description java.util.List<Changelog.Category>Changelog. getCategories()Method parameters in org.jreleaser.maven.plugin with type arguments of type Changelog.Category Modifier and Type Method Description voidChangelog. setCategories(java.util.List<Changelog.Category> categories)
-