Package com.atlassian.confluence.util
Class LicenseTestHelper
java.lang.Object
com.atlassian.confluence.util.LicenseTestHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.Since 5.6.static void
Deprecated.Since 5.6.static void
setupLicenseRegistry
(@NonNull String licenseKey) Deprecated.Since 5.6.
-
Field Details
-
defaultProperties
-
LICENSE_EVALUATION_EXPIRED
-
LICENSE_COMMERCIAL
-
CONF_V1_LICENSE
-
CONF_V2_LICENSE
-
CONF_CLUSTER_LICENSE
-
-
Constructor Details
-
LicenseTestHelper
public LicenseTestHelper()
-
-
Method Details
-
setupLicenseRegistry
Deprecated.Since 5.6. UseLicenseStore.installTransiently(String)
Sets the current license transitively.- Parameters:
licenseKey
- a key to configure the license manager with.
-
setupLicenseRegistry
Deprecated.Since 5.6. UseLicenseStore.installTransiently(String)
This method sets the current License toLICENSE_EVALUATION_EXPIRED
. -
clearLicenseRegistry
Deprecated.Since 5.6. UseLicenseStore.clearLicenseFromMemory()
Clear the license manager to a pristine state to avoid confusion with subsequent tests.
-