| Package | Description |
|---|---|
| com.atlassian.servicedesk.api.info |
| Modifier and Type | Method and Description |
|---|---|
Version |
PublicSoftwareInfo.getPlatformVersion() |
Version |
PublicSoftwareInfo.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Version.isGreaterThan(Version that)
Returns true if this version is greater than the specified version
|
boolean |
Version.isGreaterThanOrEqualTo(Version that)
Returns true if this version is greater than if equal to the specified version
|
boolean |
Version.isLessThan(Version that)
Returns true if this version is less than the specified version
|
boolean |
Version.isLessThanOrEqualTo(Version that)
Returns true if this version is less than or equal to the specified version
|
Copyright © 2021 Atlassian. All rights reserved.