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, use Predicate.and(Predicate) instead.
  • Constructor Details

    • ConjunctionModuleDescriptorPredicate

      public ConjunctionModuleDescriptorPredicate()
      Deprecated.
  • Method Details

    • matches

      public boolean matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
      Deprecated.
      Specified by:
      matches in interface com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
    • test

      public boolean test(com.atlassian.plugin.ModuleDescriptor<T> moduleDescriptor)
      Deprecated.
      Specified by:
      test in interface Predicate<T>
    • 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.