com.atlassian.jira.plugin.license
Interface PluginLicenseManager


public interface PluginLicenseManager

This interface needs to be implemented by plugin modules that wish to allow JIRA to push a license into them.

Since:
v4.4

Method Summary
 void setLicense(String licenseString)
          Set the license wusing this license string.
 

Method Detail

setLicense

void setLicense(String licenseString)
                throws com.atlassian.license.LicenseException
Set the license wusing this license string.

Parameters:
licenseString - A license String
Throws:
com.atlassian.license.LicenseException - The Exception message should be in expanded form that can be directly show to the user.


Copyright © 2002-2013 Atlassian. All Rights Reserved.