public interface

LicenseMaintenancePredicate

implements Predicate<T>
com.atlassian.jira.license.LicenseMaintenancePredicate
Known Indirect Subclasses

Class Overview

Predicate to indicate whether or not the the passed license is within maintenance.

Summary

Public Methods
boolean test(LicenseDetails details)
Checks whether the license is within the maintenance date.
[Expand]
Inherited Methods
From interface java.util.function.Predicate

Public Methods

public boolean test (LicenseDetails details)

Checks whether the license is within the maintenance date. Note, this checks the application and platform build dates.

Parameters
details the license to check
Returns
  • true if the license is within maintenance