Class CIDefaultLicenseProvider

java.lang.Object
com.atlassian.jira.webtests.CIDefaultLicenseProvider

public class CIDefaultLicenseProvider extends Object
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 Details

    • get

      public static License 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.