public final class ApplicationVersionSpecifier extends Object
Applications.getVersion(com.atlassian.marketplace.client.api.ApplicationKey, com.atlassian.marketplace.client.api.ApplicationVersionSpecifier).| Modifier and Type | Method and Description |
|---|---|
static ApplicationVersionSpecifier |
buildNumber(int buildNumber)
Searches for an application version by build number.
|
boolean |
equals(Object other) |
com.atlassian.fugue.Option<com.atlassian.fugue.Either<String,Integer>> |
getSpecifiedVersion()
Used internally to access the previously set details of the specifier.
|
int |
hashCode() |
static ApplicationVersionSpecifier |
latest()
Searches for the latest version.
|
String |
toString() |
static ApplicationVersionSpecifier |
versionName(String name)
Searches for an application version by name (version string, e.g.
|
public static ApplicationVersionSpecifier buildNumber(int buildNumber)
public static ApplicationVersionSpecifier versionName(String name)
public static ApplicationVersionSpecifier latest()
public com.atlassian.fugue.Option<com.atlassian.fugue.Either<String,Integer>> getSpecifiedVersion()
Copyright © 2016 Atlassian. All rights reserved.