Package com.atlassian.jira.plugin.ha
Class PluginCompositePredicate
java.lang.Object
com.atlassian.jira.plugin.ha.PluginCompositePredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<PluginOperation>
,Predicate<PluginOperation>
public class PluginCompositePredicate
extends Object
implements com.google.common.base.Predicate<PluginOperation>
Plugin events such as PluginEnable wil also cause lots of PluginModule events - to prevent raising these twice this
predicate allows us to exclude these module events
- Since:
- v6.1
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<PluginOperation>
-