Package com.atlassian.jira.license
Interface LicenseMaintenancePredicate
- All Superinterfaces:
Predicate<LicenseDetails>
- All Known Implementing Classes:
LicenseMaintenancePredicateImpl
Predicate to indicate whether or not the the passed license is within maintenance.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleantest(LicenseDetails details) Checks whether the license is within the maintenance date.
-
Method Details
-
test
Checks whether the license is within the maintenance date. Note, this checks the application and platform build dates.- Specified by:
testin interfacePredicate<LicenseDetails>- Parameters:
details- the license to check- Returns:
- true if the license is within maintenance
-