| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<URI> |
getDownloadsPageUri()
The URI of the web page describing available downloads for this product, if any.
|
String |
getKey()
The short unique identifier for the product.
|
Links |
getLinks() |
com.atlassian.fugue.Option<ImageInfo> |
getLogo()
The product logo.
|
String |
getName()
The product name.
|
String |
getSummary()
A human-readable short description of the product.
|
com.atlassian.fugue.Option<ImageInfo> |
getTitleLogo()
The alternate logo that includes the product name as part of the image.
|
com.atlassian.fugue.Option<ProductVersion> |
getVersion()
The product's current version (or the version that matched the query), if available.
|
com.atlassian.fugue.Option<String> |
getVersionName()
The version string of the product's current version (or the version that matched the query),
if available.
|
public Links getLinks()
public String getKey()
public String getName()
public String getSummary()
public com.atlassian.fugue.Option<URI> getDownloadsPageUri()
public com.atlassian.fugue.Option<ImageInfo> getLogo()
public com.atlassian.fugue.Option<ImageInfo> getTitleLogo()
public com.atlassian.fugue.Option<ProductVersion> getVersion()
public com.atlassian.fugue.Option<String> getVersionName()
getVersion() and then calling ProductVersion.getName()
on the result.Copyright © 2016 Atlassian. All rights reserved.