Package com.atlassian.plugin.predicate
Interface PluginPredicate
Deprecated.
in 5.0 for removal in 6.0
Interface used to match plugins according to implementation specific rules.
- Since:
- 0.17
-
Method Summary
-
Method Details
-
matches
Deprecated.Will match a plugin according to implementation rules.This method must not change the state of the plugin.
- Parameters:
plugin- the plugin to test against.- Returns:
trueif the plugin matches the predicate,falseotherwise.
-