com.pyxis.greenhopper.jira.license
Interface GreenHopperLicenseManager
- All Superinterfaces:
- com.atlassian.jira.plugin.license.PluginLicenseManager
- All Known Implementing Classes:
- GreenHopperLicenseManagerImpl
public interface GreenHopperLicenseManager
- extends com.atlassian.jira.plugin.license.PluginLicenseManager
Methods inherited from interface com.atlassian.jira.plugin.license.PluginLicenseManager |
setLicense |
getLicense
com.atlassian.jira.license.LicenseDetails getLicense()
getLicense
com.atlassian.jira.license.LicenseDetails getLicense(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()
getLicenseRedirectUrl
java.lang.String getLicenseRedirectUrl()
Copyright © 2007-2014 Atlassian. All Rights Reserved.