| Package | Description |
|---|---|
| com.atlassian.greenhopper.plugin.module | |
| com.atlassian.greenhopper.util |
| Modifier and Type | Method and Description |
|---|---|
VersionKit.SoftwareVersion |
ModuleContext.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
static VersionKit.SoftwareVersion |
VersionKit.parse(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) |
| Modifier and Type | Method and Description |
|---|---|
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–2015 Atlassian. All rights reserved.