Class: LicenseValidator

LicenseValidator

new LicenseValidator()

LicenseValidator

Properties:
Name Type Description
connector IConnector

the jira connector instance

Source:

Methods

validate(options, callbackopt) → {Promise.<any>}

Parameters:
Name Type Attributes Description
options Object

An object containing options to pass to the Jira API.

callback <optional>

if supplied, called with result of api call

Source:
Returns:

result of api call

Type
Promise.<any>