Package com.atlassian.jira.webtests
Class CIDefaultLicenseProvider
java.lang.Object
com.atlassian.jira.webtests.CIDefaultLicenseProvider
Provides default license for integration tests. Uses system property 'defaultLicenseType' to determine which license
to pick. In case of missing system property will return DC license.
- Since:
- v8.15
-
Method Summary
-
Method Details
-
get
Checks for `defaultLicenseType` system property. Based on that returns a license.- Returns:
- License corresponding to system property `defaultLicenseType`. If the system property is not specified then returns LicenseKeys.DATA_CENTER_SOFTWARE.
-