Uses of Interface
com.atlassian.jira.license.LicenseMaintenancePredicate
Packages that use LicenseMaintenancePredicate
Package
Description
Package for JIRA Application API.
-
Uses of LicenseMaintenancePredicate in com.atlassian.jira.application
Constructors in com.atlassian.jira.application with parameters of type LicenseMaintenancePredicateModifierConstructorDescriptionApplicationAuthorizationServiceImpl(ApplicationRoleManager applicationRoleManager, JiraLicenseManager jiraLicenseManager, LicenseMaintenancePredicate licenseMaintenancePredicate) -
Uses of LicenseMaintenancePredicate in com.atlassian.jira.license
Classes in com.atlassian.jira.license that implement LicenseMaintenancePredicateModifier and TypeClassDescriptionfinal classPredicate to indicate whether or not the the passed license is within maintenance.Constructors in com.atlassian.jira.license with parameters of type LicenseMaintenancePredicateModifierConstructorDescriptionBuildVersionLicenseCheckImpl(JiraLicenseManager licenseManager, BuildUtilsInfo buildUtilsInfo, I18nHelper i18n, DateTimeFormatter dateTimeFormatter, LicenseMaintenancePredicate isMaintenanceValid) -
Uses of LicenseMaintenancePredicate in com.atlassian.jira.web.action.admin
Constructors in com.atlassian.jira.web.action.admin with parameters of type LicenseMaintenancePredicateModifierConstructorDescriptionConfirmNewInstallationWithOldLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, com.atlassian.crowd.embedded.api.CrowdService crowdService, GlobalPermissionManager permissionManager, JiraProperties jiraSystemProperties, ClusterManager clusterManager, UserManager userManager, JohnsonProvider johnsonProvider, LicenseMaintenancePredicate maintenancePredicate, JiraLicenseManager jiraLicenseManager)