public class

PluginCompositePredicate

extends Object
implements Predicate<T>
java.lang.Object
   ↳ com.atlassian.jira.plugin.ha.PluginCompositePredicate

Class Overview

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

Summary

Nested Classes
class PluginCompositePredicate.Builder  
Public Methods
boolean apply(PluginOperation input)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.common.base.Predicate

Public Methods

public boolean apply (PluginOperation input)