public interface LicenseInfoService
Modifier and Type | Method and Description |
---|---|
com.atlassian.extras.api.ProductLicense |
getCrucibleLicense()
Returns the installed Crucible license (or null if Crucible is not licensed)
|
com.atlassian.extras.api.ProductLicense |
getFisheyeLicense()
Returns the installed Fisheye license (or null if Fisheye is not licensed)
|
boolean |
hasDoneInitialSetup()
Returns true if the initial setup has been completed and false otherwise
|
com.atlassian.extras.api.ProductLicense getFisheyeLicense()
com.atlassian.extras.api.ProductLicense getCrucibleLicense()
boolean hasDoneInitialSetup()