public interface VersionInfo
| Modifier and Type | Method and Description |
|---|---|
VersionInfo |
bumpVersion(boolean updateNotable)
Increments version number in the backing object (typically a file)
and returns incremented version info instance.
|
java.util.Collection<java.lang.String> |
getNotableVersions()
Returns notable versions
|
java.lang.String |
getVersion()
Version number
|
boolean |
isNotableRelease()
Informs if the current version is a notable release
|
java.lang.String getVersion()
VersionInfo bumpVersion(boolean updateNotable)
updateNotable - if true, the previous version will be included in the notable versions, too.java.util.Collection<java.lang.String> getNotableVersions()
boolean isNotableRelease()