Uses of Class
net.videki.semver.cc.release.common.ConventionalCommitType
-
Packages that use ConventionalCommitType Package Description net.videki.semver.cc.release.common -
-
Uses of ConventionalCommitType in net.videki.semver.cc.release.common
Methods in net.videki.semver.cc.release.common that return ConventionalCommitType Modifier and Type Method Description static ConventionalCommitTypeConventionalCommitType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConventionalCommitType[]ConventionalCommitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.videki.semver.cc.release.common that return types with arguments of type ConventionalCommitType Modifier and Type Method Description Optional<ConventionalCommitType>Commit. getCommitType()Returns the commit type.
-