com.pyxis.greenhopper.jira.license
Interface GreenHopperLicenseManager

All Known Implementing Classes:
GreenHopperLicenseManagerImpl

public interface GreenHopperLicenseManager


Method Summary
 com.atlassian.jira.license.LicenseDetails getLicense()
           
 com.atlassian.jira.license.LicenseDetails getLicense(java.lang.String licenseString)
           
 java.lang.String getServerId()
           
 boolean isDecodeable(java.lang.String licenseString)
           
 boolean isOneShotTrialAvailable()
           
 com.atlassian.jira.license.LicenseDetails setLicense(java.lang.String license)
           
 void startOneShotTrialNow()
           
 void verify()
           
 void verifyOnStartup()
           
 

Method Detail

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.