Class LicenseMaintenancePredicateImpl

java.lang.Object
com.atlassian.jira.license.LicenseMaintenancePredicateImpl
All Implemented Interfaces:
LicenseMaintenancePredicate, Predicate<LicenseDetails>

public final class LicenseMaintenancePredicateImpl extends Object implements LicenseMaintenancePredicate
Predicate to indicate whether or not the the passed license is within maintenance.
Since:
v7.0
  • Constructor Details

    • LicenseMaintenancePredicateImpl

      @Inject public LicenseMaintenancePredicateImpl(com.atlassian.application.api.ApplicationManager applicationManager, BuildUtilsInfo info)
  • Method Details