com.atlassian.jira.plugin.ha
Class PluginCompositePredicate

java.lang.Object
  extended by com.atlassian.jira.plugin.ha.PluginCompositePredicate
All Implemented Interfaces:
com.google.common.base.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

Nested Class Summary
static class PluginCompositePredicate.Builder
           
 
Method Summary
 boolean apply(PluginOperation input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Method Detail

apply

public boolean apply(@Nullable
                     PluginOperation input)
Specified by:
apply in interface com.google.common.base.Predicate<PluginOperation>


Copyright © 2002-2014 Atlassian. All Rights Reserved.