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.since 7.0 as it implements deprecated interface, usePredicate.and(Predicate)
instead.
-
-
Constructor Summary
Constructors Constructor Description ConjunctionModuleDescriptorPredicate()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConjunctionModuleDescriptorPredicate<T>
append(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T> predicate)
Deprecated.ConjunctionModuleDescriptorPredicate<T>
append(Predicate<com.atlassian.plugin.ModuleDescriptor<T>> predicate)
Deprecated.boolean
matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
Deprecated.boolean
test(com.atlassian.plugin.ModuleDescriptor<T> moduleDescriptor)
Deprecated.
-
-
-
Method Detail
-
matches
public boolean matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
Deprecated.- Specified by:
matches
in interfacecom.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
-
test
public boolean test(com.atlassian.plugin.ModuleDescriptor<T> moduleDescriptor)
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.
-
-