public class PlatformVersionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
buildNumber
The build number of the platform version as far as Marketplace is concerned.
|
boolean |
developmentVersion
True if the installed version appears to be a development build, as evidenced by having a
qualifier (e.g.
|
io.atlassian.fugue.Option<Boolean> |
knownToMarketplace
Some(true) if Marketplace has a platform version listing corresponding to buildNumber;
Some(false) if it does not; or None if we can't determine this because Marketplace is unavailable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getBuildNumber() |
int |
hashCode() |
boolean |
isDefinitelyUnknownToMarketplace() |
boolean |
isDevelopmentVersion() |
String |
toString() |
public final int buildNumber
public final boolean developmentVersion
public final io.atlassian.fugue.Option<Boolean> knownToMarketplace
Copyright © 2024 Atlassian. All rights reserved.