| Constructor and Description |
|---|
ProductVersion() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<URI> |
getArtifactUri() |
int |
getBuildNumber()
The unique integer that identifies this version and defines its ordering relative to other versions.
|
Iterable<VersionCompatibility> |
getCompatibilities()
Returns a list of
VersionCompatibility objects representing each of the
Applications the product version is compatible with, and the compatible
application version range. |
com.atlassian.fugue.Option<URI> |
getLearnMoreUri() |
String |
getName()
The version string, e.g.
|
PaymentModel |
getPaymentModel()
Indicates whether the version is free or paid via Atlassian.
|
org.joda.time.LocalDate |
getReleaseDate() |
com.atlassian.fugue.Option<URI> |
getReleaseNotesUri() |
boolean |
isCompatibleWith(ApplicationKey application,
HostingType hosting,
int buildNumber) |
public com.atlassian.fugue.Option<URI> getArtifactUri()
public com.atlassian.fugue.Option<URI> getLearnMoreUri()
public com.atlassian.fugue.Option<URI> getReleaseNotesUri()
public String getName()
public int getBuildNumber()
public PaymentModel getPaymentModel()
public org.joda.time.LocalDate getReleaseDate()
public Iterable<VersionCompatibility> getCompatibilities()
VersionCompatibility objects representing each of the
Applications the product version is compatible with, and the compatible
application version range.public boolean isCompatibleWith(ApplicationKey application, HostingType hosting, int buildNumber)
Copyright © 2016 Atlassian. All rights reserved.