public interface

PluginLicenseManager

com.atlassian.jira.plugin.license.PluginLicenseManager

Class Overview

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

Summary

Public Methods
void setLicense(String licenseString)
Set the license wusing this license string.

Public Methods

public void setLicense (String licenseString)

Set the license wusing this license string.

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