Uses of Enum Class
io.github.chrimle.classforge.semver.SemVer.Change
Packages that use SemVer.Change
-
Uses of SemVer.Change in io.github.chrimle.classforge
Methods in io.github.chrimle.classforge that return SemVer.ChangeModifier and TypeMethodDescriptionprotected SemVer.ChangeAbstractBuilder.determineSemVerChange()Determines theSemVer.Changefor the currently uncommitted changes. -
Uses of SemVer.Change in io.github.chrimle.classforge.semver
Methods in io.github.chrimle.classforge.semver that return SemVer.ChangeModifier and TypeMethodDescriptionstatic SemVer.ChangeReturns the enum constant of this class with the specified name.static SemVer.Change[]SemVer.Change.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.chrimle.classforge.semver with parameters of type SemVer.ChangeModifier and TypeMethodDescriptionSemVer.incrementVersion(SemVer.Change change) Creates a newSemVerwith the corresponding version incremented.