public class

LicenceValidator

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.license.LicenceValidator

Class Overview

A REST endpoint to provide simple validation services for a JIRA license. Typically used by the setup phase of the JIRA application. This will return an object with a list of errors as key, value pairs.

Summary

Public Constructors
LicenceValidator(JiraLicenseService licenseService, I18nHelper i18nHelper)
Public Methods
LicenseValidationResults validate(String license)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LicenceValidator (JiraLicenseService licenseService, I18nHelper i18nHelper)

Public Methods

public LicenseValidationResults validate (String license)