Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.VersionNumber
Packages that use VersionNumber
-
Uses of VersionNumber in ch.admin.bit.jeap.deploymentlog.domain
Classes in ch.admin.bit.jeap.deploymentlog.domain that implement interfaces with type arguments of type VersionNumberMethods 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.