public interface PluginPredicate
boolean matches(Plugin plugin)
Will match a plugin according to implementation rules.
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 © 2014 Atlassian. All rights reserved.