@Deprecated public interface PluginPredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Plugin plugin)
Deprecated.
Will match a plugin according to implementation rules.
|
boolean matches(Plugin plugin)
This method must not change the state of the plugin.
plugin - the plugin to test against.true if the plugin matches the predicate, false otherwise.Copyright © 2019 Atlassian. All rights reserved.