@ExperimentalApi public class PluginKeyExcludePatternsPredicate extends Object implements PluginPredicate
| Constructor and Description |
|---|
PluginKeyExcludePatternsPredicate(Collection<String> excluded) |
public PluginKeyExcludePatternsPredicate(Collection<String> excluded)
public boolean matches(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 © 2014 Atlassian. All rights reserved.