public interface LicenseJohnsonEventRaiser
Modifier and Type | Field and Description |
---|---|
static String |
CLUSTERING
This is the key used to indicate to Johnson that we've encountered a general clustering issue.
|
static String |
CLUSTERING_UNLICENSED
This is the key used to indicate to Johnson that we've encountered a clustering license issue.
|
static String |
LICENSE_TOO_OLD
This is the key used to indicate to Johnson that the license is too old
|
static String |
SUBSCRIPTION_EXPIRED
Indicates to Johnson that the license is too old AND we're a subscription license
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkLicenseIsTooOldForBuild(javax.servlet.ServletContext servletContext,
LicenseDetails licenseDetails)
Checks whether the license is too old for this JIRA instance, and raise a Johnson
LICENSE_TOO_OLD event if it is the case. |
static final String LICENSE_TOO_OLD
static final String CLUSTERING_UNLICENSED
static final String SUBSCRIPTION_EXPIRED
static final String CLUSTERING
boolean checkLicenseIsTooOldForBuild(javax.servlet.ServletContext servletContext, LicenseDetails licenseDetails)
LICENSE_TOO_OLD
event if it is the case.servletContext
- the current servlet contextlicenseDetails
- the current license detailstrue
if the license is too old and the Johnson event has been raised.Copyright © 2002-2015 Atlassian. All Rights Reserved.