com.pyxis.greenhopper.jira.license
Interface GreenHopperLicenseManager
- All Known Implementing Classes:
- GreenHopperLicenseManagerImpl
public interface GreenHopperLicenseManager
getLicense
com.atlassian.jira.license.LicenseDetails getLicense()
getLicense
com.atlassian.jira.license.LicenseDetails getLicense(java.lang.String licenseString)
setLicense
com.atlassian.jira.license.LicenseDetails setLicense(java.lang.String license)
throws com.atlassian.extras.common.LicenseException
- Throws:
com.atlassian.extras.common.LicenseException
isDecodeable
boolean isDecodeable(java.lang.String licenseString)
verifyOnStartup
void verifyOnStartup()
throws com.atlassian.extras.common.LicenseException
- Throws:
com.atlassian.extras.common.LicenseException
verify
void verify()
throws com.atlassian.extras.common.LicenseException
- Throws:
com.atlassian.extras.common.LicenseException
isOneShotTrialAvailable
boolean isOneShotTrialAvailable()
startOneShotTrialNow
void startOneShotTrialNow()
getServerId
java.lang.String getServerId()
Copyright © 2007-2011 Atlassian. All Rights Reserved.