Uses of Class
net.videki.semver.cc.release.common.scm.ScmApiException
-
Packages that use ScmApiException Package Description net.videki.semver.cc.release.common -
-
Uses of ScmApiException in net.videki.semver.cc.release.common
Methods in net.videki.semver.cc.release.common that throw ScmApiException Modifier and Type Method Description SemanticVersionChangeConventionalVersioning. getNextVersionChangeType()Main entry point to determine the next (post-release) development version.SemanticVersionChangeGitConventionalVersioning. getNextVersionChangeType()Calculates the change type ro calculate the next (release) version based on the commits since the last tag.SemanticVersionConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Main entry point to calculate the next release version based on the current version, the last SCM tag and commits since then.SemanticVersionGitConventionalVersioning. getReleaseVersion(SemanticVersion currentVersion)Returns the actual release version based on the commits.
-