Uses of Class
com.atlassian.greenhopper.util.VersionKit.SoftwareVersion
Packages that use VersionKit.SoftwareVersion
-
Uses of VersionKit.SoftwareVersion in com.atlassian.greenhopper.plugin.module
Methods in com.atlassian.greenhopper.plugin.module that return VersionKit.SoftwareVersion -
Uses of VersionKit.SoftwareVersion in com.atlassian.greenhopper.util
Methods in com.atlassian.greenhopper.util that return VersionKit.SoftwareVersionModifier and TypeMethodDescriptionstatic VersionKit.SoftwareVersionParses and returns a SoftwareVersion object representing the dotted number string.static VersionKit.SoftwareVersionVersionKit.version(int majorVersion, int... versions) static VersionKit.SoftwareVersionVersionKit.version(com.atlassian.jira.util.BuildUtilsInfo buildUtilsInfo) Methods in com.atlassian.greenhopper.util with parameters of type VersionKit.SoftwareVersionModifier and TypeMethodDescriptionbooleanVersionKit.SoftwareVersion.isGreaterThan(VersionKit.SoftwareVersion that) Returns true if this version is greater than the specified versionbooleanVersionKit.SoftwareVersion.isGreaterThanOrEqualTo(VersionKit.SoftwareVersion that) Returns true if this version is greater than if equal to the specified versionbooleanVersionKit.SoftwareVersion.isLessThan(VersionKit.SoftwareVersion that) Returns true if this version is less than the specified versionbooleanVersionKit.SoftwareVersion.isLessThanOrEqualTo(VersionKit.SoftwareVersion that) Returns true if this version is less than or equal to the specified version