public interface Application
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildNumber()
The build number of the application, as a string.
|
String |
getKey()
The application key, e.g.
|
String |
getVersion()
The version of the application, as a string.
|
String getKey()
String getVersion()
String getBuildNumber()
Integer.parseInt(getBuildNumber()) should not thrown any exception.Copyright © 2014 Atlassian. All rights reserved.