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.
|
Collection<ProductLicense> |
getProductLicenses()
Retrieves all the
product licenses associated with this this license. |
Collection<ProductLicense> getProductLicenses()
product licenses associated with this 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–2021 Atlassian. All rights reserved.