Uses of Class
org.jreleaser.maven.plugin.Changelog.Sort
-
Packages that use Changelog.Sort Package Description org.jreleaser.maven.plugin -
-
Uses of Changelog.Sort in org.jreleaser.maven.plugin
Methods in org.jreleaser.maven.plugin that return Changelog.Sort Modifier and Type Method Description Changelog.SortChangelog. getSort()static Changelog.SortChangelog.Sort. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Changelog.Sort[]Changelog.Sort. 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 Changelog.Sort Modifier and Type Method Description voidChangelog. setSort(Changelog.Sort sort)
-