Uses of Class
com.atlassian.greenhopper.util.VersionKit.SoftwareVersion

Packages that use VersionKit.SoftwareVersion
com.atlassian.greenhopper.plugin.module   
com.atlassian.greenhopper.util   
 

Uses of VersionKit.SoftwareVersion in com.atlassian.greenhopper.plugin.module
 

Methods in com.atlassian.greenhopper.plugin.module that return VersionKit.SoftwareVersion
 VersionKit.SoftwareVersion ModuleContext.getVersion()
           
 

Uses of VersionKit.SoftwareVersion in com.atlassian.greenhopper.util
 

Methods in com.atlassian.greenhopper.util that return VersionKit.SoftwareVersion
static VersionKit.SoftwareVersion VersionKit.parse(java.lang.String dottedVersionString)
          Parses and returns a SoftwareVersion object representing the dotted number string.
static VersionKit.SoftwareVersion VersionKit.version(com.atlassian.jira.util.BuildUtilsInfo buildUtilsInfo)
           
static VersionKit.SoftwareVersion VersionKit.version(int majorVersion, int... versions)
           
 

Methods in com.atlassian.greenhopper.util with parameters of type VersionKit.SoftwareVersion
 boolean VersionKit.SoftwareVersion.isGreaterThan(VersionKit.SoftwareVersion that)
          Returns true if this version is greater than the specified version
 boolean VersionKit.SoftwareVersion.isGreaterThanOrEqualTo(VersionKit.SoftwareVersion that)
          Returns true if this version is greater than if equal to the specified version
 boolean VersionKit.SoftwareVersion.isLessThan(VersionKit.SoftwareVersion that)
          Returns true if this version is less than the specified version
 boolean VersionKit.SoftwareVersion.isLessThanOrEqualTo(VersionKit.SoftwareVersion that)
          Returns true if this version is less than or equal to the specified version
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.