Class ModuleWithCompleteKeyPredicate<T>
java.lang.Object
com.atlassian.bamboo.plugin.descriptor.predicate.ModuleWithCompleteKeyPredicate<T>
- All Implemented Interfaces:
Predicate<com.atlassian.plugin.ModuleDescriptor<T>>
-
Constructor Summary
ConstructorDescriptionModuleWithCompleteKeyPredicate
(@NotNull org.hamcrest.Matcher<String> completeKeyMatcher) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ModuleWithCompleteKeyPredicate<T>
inList
(@NotNull Collection<String> whitelist) boolean
-
Constructor Details
-
ModuleWithCompleteKeyPredicate
public ModuleWithCompleteKeyPredicate(@NotNull @NotNull org.hamcrest.Matcher<String> completeKeyMatcher)
-
-
Method Details
-
test
-
inList
public static <T> ModuleWithCompleteKeyPredicate<T> inList(@NotNull @NotNull Collection<String> whitelist)
-