Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.VersionNumber
Packages that use VersionNumber
-
Uses of VersionNumber in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that return VersionNumberMethods in ch.admin.bit.jeap.deploymentlog.domain with parameters of type VersionNumberModifier and TypeMethodDescriptionintVersionNumber.compareTo(VersionNumber other) Order versions by Major, then minor, then patch, then build, then: Assume the presence of a postfix signifies an unreleased version (SNAPSHOT, alpha, ...) and thus an earlier version than a released version with the same numeric version parts.