public final class ApplicationVersion extends Object implements Entity
Application.Applications| Constructor and Description |
|---|
ApplicationVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildNumber()
The version's build number, a value specified by Atlassian that distinguishes it from all other
versions of the application and determines the correct ordering of versions.
|
Links |
getLinks()
The top-level links for the resource.
|
String |
getName()
The version string, e.g.
|
org.joda.time.LocalDate |
getReleaseDate()
The date on which the version was released.
|
URI |
getSelfUri()
The "self" link for the resource.
|
ApplicationVersionStatus |
getStatus()
Indicates whether the version is publicly visible or private.
|
public Links getLinks()
Entitypublic URI getSelfUri()
EntitygetSelfUri in interface Entitypublic int getBuildNumber()
public String getName()
public org.joda.time.LocalDate getReleaseDate()
public ApplicationVersionStatus getStatus()
Copyright © 2016 Atlassian. All rights reserved.