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
Constructors Constructor Description CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate()
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor)
Deprecated.CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull String capabilityKey)
CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate(@NotNull String capabilityKey, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule> md)
-
-
-
Constructor Detail
-
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 Detail
-
test
public boolean test(com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule> md)
- Specified by:
test
in interfacePredicate<com.atlassian.plugin.ModuleDescriptor<CapabilityConfiguratorPluginModule>>
-
-