Class ConjunctionModuleDescriptorPredicate<T>
java.lang.Object
com.atlassian.bamboo.plugin.descriptor.predicate.ConjunctionModuleDescriptorPredicate<T>
- All Implemented Interfaces:
com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
,Predicate<com.atlassian.plugin.ModuleDescriptor<T>>
@Deprecated
public class ConjunctionModuleDescriptorPredicate<T>
extends Object
implements com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>, Predicate<com.atlassian.plugin.ModuleDescriptor<T>>
Deprecated.
-
Constructor Details
-
ConjunctionModuleDescriptorPredicate
public ConjunctionModuleDescriptorPredicate()Deprecated.
-
-
Method Details
-
matches
Deprecated.- Specified by:
matches
in interfacecom.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
-
test
Deprecated. -
append
public ConjunctionModuleDescriptorPredicate<T> append(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T> predicate) Deprecated. -
append
public ConjunctionModuleDescriptorPredicate<T> append(Predicate<com.atlassian.plugin.ModuleDescriptor<T>> predicate) Deprecated.
-
Predicate.and(Predicate)
instead.