public final class ApplicationVersionSpecifier extends Object
Applications.safeGetVersion(ApplicationKey, ApplicationVersionSpecifier).| Modifier and Type | Method and Description |
|---|---|
static ApplicationVersionSpecifier |
buildNumber(int buildNumber)
Searches for an application version by build number.
|
boolean |
equals(Object other) |
int |
hashCode() |
static ApplicationVersionSpecifier |
latest()
Searches for the latest version.
|
Optional<io.atlassian.fugue.Either<String,Integer>> |
safeGetSpecifiedVersion()
Used internally to access the previously set details of the specifier.
|
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 Optional<io.atlassian.fugue.Either<String,Integer>> safeGetSpecifiedVersion()
Copyright © 2019 Atlassian. All rights reserved.