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 voidDeprecated.Since 5.6.static voidDeprecated.Since 5.6.static voidsetupLicenseRegistry(@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.
-