Class CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
java.lang.Object
com.atlassian.bamboo.plugin.descriptor.predicate.CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
- All Implemented Interfaces:
Predicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
public class CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
extends Object
implements Predicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
-
Constructor Summary
ConstructorDescriptionCapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated.CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
(@NotNull String capabilityKey) CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
(@NotNull String capabilityKey, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule> md)
-
Constructor Details
-
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
public CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate() -
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
public CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate(@NotNull @NotNull String capabilityKey) -
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
@Deprecated public CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate(@NotNull @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor) Deprecated. -
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate
@Deprecated public CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate(@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>>
-
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate()