Class CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
java.lang.Object
com.atlassian.bamboo.plugin.descriptor.predicate.CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
- All Implemented Interfaces:
Predicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
public class CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
extends Object
implements Predicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
-
Constructor Summary
ConstructorDescriptionCapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated.CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
(@NotNull String capabilityKey) CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
(@NotNull String capabilityKey, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule> md)
-
Constructor Details
-
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
public CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate() -
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
public CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull @NotNull String capabilityKey) -
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
@Deprecated public CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate
@Deprecated public CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull @NotNull String capabilityKey, @NotNull @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated.
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
-
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate()