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
|
||||||||
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