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()
Checks whether licenses are too old for this JIRA instance, and raise a Johnson 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
Copyright © 2002-2016 Atlassian. All Rights Reserved.