@PublicApi
public interface Version
Modifier and Type | Method and Description |
---|---|
int |
getBugFixVersion() |
int |
getMajorVersion() |
int |
getMinorVersion() |
String |
getQualifier() |
boolean |
isGreaterThan(Version that)
Returns true if this version is greater than the specified version
|
boolean |
isGreaterThanOrEqualTo(Version that)
Returns true if this version is greater than if equal to the specified version
|
boolean |
isLessThan(Version that)
Returns true if this version is less than the specified version
|
boolean |
isLessThanOrEqualTo(Version that)
Returns true if this version is less than or equal to the specified version
|
int getMajorVersion()
int getMinorVersion()
int getBugFixVersion()
String getQualifier()
boolean isGreaterThanOrEqualTo(Version that)
that
- the specified version to compare againstboolean isLessThanOrEqualTo(Version that)
that
- the specified version to compare againstboolean isGreaterThan(Version that)
that
- the specified version to compare againstboolean isLessThan(Version that)
that
- the specified version to compare againstCopyright © 2020 Atlassian. All rights reserved.