|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pyxis.greenhopper.jira.license.GreenHopperLicenseManagerImpl
public class GreenHopperLicenseManagerImpl
| Constructor Summary | |
|---|---|
GreenHopperLicenseManagerImpl()
|
|
| Method Summary | |
|---|---|
com.atlassian.jira.license.LicenseDetails |
getLicense()
Get the current license details |
com.atlassian.jira.license.LicenseDetails |
getLicense(java.lang.String licenseString)
Get the license details for a given license String |
java.lang.String |
getLicenseRedirectUrl()
Returns the correct license page redirect url |
java.lang.String |
getServerId()
Get the server id |
boolean |
isOneShotTrialAvailable()
NOTE: MUST NOT BE DELETED - called through reflection by another plugin! |
void |
setLicense(java.lang.String licenseString)
Sets a new license in GreenHopper. |
void |
startOneShotTrialNow()
NOTE: MUST NOT BE DELETED - called through reflection by another plugin! |
void |
verify()
Verify the license |
void |
verifyOnStartup()
Keep - at some point we had different logic on startup, due to crowd not being correctly up yet Not anymore a problem (educated guess) since we have now crowd embedded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GreenHopperLicenseManagerImpl()
| Method Detail |
|---|
public java.lang.String getServerId()
getServerId in interface GreenHopperLicenseManagerpublic com.atlassian.jira.license.LicenseDetails getLicense()
getLicense in interface GreenHopperLicenseManagerpublic com.atlassian.jira.license.LicenseDetails getLicense(java.lang.String licenseString)
getLicense in interface GreenHopperLicenseManagerpublic java.lang.String getLicenseRedirectUrl()
getLicenseRedirectUrl in interface GreenHopperLicenseManager
public void setLicense(java.lang.String licenseString)
throws com.atlassian.extras.common.LicenseException
setLicense in interface com.atlassian.jira.plugin.license.PluginLicenseManagercom.atlassian.extras.common.LicenseException
public void verifyOnStartup()
throws com.atlassian.extras.common.LicenseException
verifyOnStartup in interface GreenHopperLicenseManagercom.atlassian.extras.common.LicenseException
public void verify()
throws com.atlassian.extras.common.LicenseException
verify in interface GreenHopperLicenseManagercom.atlassian.extras.common.LicenseExceptionpublic boolean isOneShotTrialAvailable()
isOneShotTrialAvailable in interface GreenHopperLicenseManagerpublic void startOneShotTrialNow()
startOneShotTrialNow in interface GreenHopperLicenseManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||