public final class LicenseMaintenancePredicateImpl extends Object implements LicenseMaintenancePredicate
Constructor and Description |
---|
LicenseMaintenancePredicateImpl(com.atlassian.application.api.ApplicationManager applicationManager,
BuildUtilsInfo info) |
Modifier and Type | Method and Description |
---|---|
boolean |
test(LicenseDetails details)
Checks whether the license is within the maintenance date.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
@Inject public LicenseMaintenancePredicateImpl(com.atlassian.application.api.ApplicationManager applicationManager, BuildUtilsInfo info)
public boolean test(@Nonnull LicenseDetails details)
LicenseMaintenancePredicate
test
in interface LicenseMaintenancePredicate
test
in interface java.util.function.Predicate<LicenseDetails>
details
- the license to checkCopyright © 2002-2021 Atlassian. All Rights Reserved.