com.atlassian.jira.rest.v2.license
Class LicenceValidator

java.lang.Object
  extended by com.atlassian.jira.rest.v2.license.LicenceValidator

public class LicenceValidator
extends Object

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.

Since:
v5.2

Constructor Summary
LicenceValidator(JiraLicenseService licenseService, I18nHelper i18nHelper)
           
 
Method Summary
 LicenseValidationResults validate(String license)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenceValidator

public LicenceValidator(JiraLicenseService licenseService,
                        I18nHelper i18nHelper)
Method Detail

validate

public LicenseValidationResults validate(String license)


Copyright © 2002-2013 Atlassian. All Rights Reserved.