public interface AtlassianLicense
licenses for more than one product.| Modifier and Type | Method and Description |
|---|---|
ProductLicense |
getProductLicense(Product product)
Retrieves the license for a given product.
|
java.util.Collection<ProductLicense> |
getProductLicenses()
Retrieves all the
product licenses associated with this license. |
java.util.Collection<ProductLicense> getProductLicenses()
product licenses associated with this license.ProductLicense getProductLicense(Product product)
product - the license corresponding to the given ProductProductLicense for the given product, null if not license was found
for this productCopyright © 2005-2015 Atlassian. All Rights Reserved.