public class EnabledPluginPredicate extends Object implements PluginPredicate
PluginPredicate that matches enabled plugins.| Constructor and Description |
|---|
EnabledPluginPredicate(Set<Plugin> pluginsBeingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Plugin plugin)
Will match a plugin according to implementation rules.
|
public boolean matches(@Nonnull Plugin plugin)
PluginPredicateWill match a plugin according to implementation rules.
This method must not change the state of the plugin.
matches in interface PluginPredicateplugin - the plugin to test against.true if the plugin matches the predicate, false otherwise.Copyright © 2019 Atlassian. All rights reserved.