Class: LicenseValidatorClient

LicenseValidatorClient(jiraClient)

new LicenseValidatorClient(jiraClient)

Used to access Jira REST endpoints in '/rest/api/2/licenseValidator'

Parameters:
Name Type Description
jiraClient JiraClient
Source:

Methods

validateLicense(opts, callbackopt) → {Promise}

Parameters:
Name Type Attributes Description
opts

The request options sent to the Jira API.

Properties
Name Type Description
license

The license to validate.

callback <optional>

Called when the license has been validated, or fails to validate.

Source:
Returns:

Resolved when the license has been validated, or fails to validate.

Type
Promise