@ExperimentalApi public class PluginKeyPatternsPredicate extends Object implements PluginPredicate
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginKeyPatternsPredicate.MatchType |
| Constructor and Description |
|---|
PluginKeyPatternsPredicate(PluginKeyPatternsPredicate.MatchType matchType,
Collection<String> parts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Plugin plugin)
Will match a plugin according to implementation rules.
|
public PluginKeyPatternsPredicate(PluginKeyPatternsPredicate.MatchType matchType, Collection<String> parts)
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 © 2019 Atlassian. All rights reserved.