Uses of Class
edu.umd.cs.findbugs.cloud.CloudPlugin
Packages that use CloudPlugin
Package
Description
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
-
Uses of CloudPlugin in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type CloudPluginModifier and TypeMethodDescriptionPlugin.getCloudPlugins()
DetectorFactoryCollection.getRegisteredClouds()
Methods in edu.umd.cs.findbugs with parameters of type CloudPlugin -
Uses of CloudPlugin in edu.umd.cs.findbugs.cloud
Fields in edu.umd.cs.findbugs.cloud declared as CloudPluginMethods in edu.umd.cs.findbugs.cloud that return CloudPluginModifier and TypeMethodDescriptionCloudPluginBuilder.createCloudPlugin()
static CloudPlugin
CloudFactory.getCloudPlugin
(BugCollection bc) AbstractCloud.getPlugin()
Cloud.getPlugin()
DoNothingCloud.getPlugin()
Methods in edu.umd.cs.findbugs.cloud with parameters of type CloudPluginModifier and TypeMethodDescriptionstatic Cloud
CloudFactory.handleInitializationException
(BugCollection bc, CloudPlugin plugin, Throwable e) Constructors in edu.umd.cs.findbugs.cloud with parameters of type CloudPluginModifierConstructorDescriptionprotected
AbstractCloud
(CloudPlugin plugin, BugCollection bugs, Properties properties) BugCollectionStorageCloud
(CloudPlugin plugin, BugCollection bc, Properties properties) Constructor is not protected to allow CloudFactory.createCloudWithoutInitializing() create a new instance of this cloudDoNothingCloud
(CloudPlugin plugin, BugCollection bc, Properties props) Invoked via reflection -
Uses of CloudPlugin in edu.umd.cs.findbugs.cloud.username
Methods in edu.umd.cs.findbugs.cloud.username with parameters of type CloudPluginModifier and TypeMethodDescriptionvoid
WebCloudNameLookup.loadProperties
(CloudPlugin plugin) boolean
LocalNameLookup.signIn
(CloudPlugin plugin, BugCollection bugCollection) boolean
NameLookup.signIn
(CloudPlugin plugin, BugCollection bugCollection) tries to obtain a user name.boolean
NoNameLookup.signIn
(CloudPlugin plugin, BugCollection bugCollection) boolean
PromptForNameLookup.signIn
(CloudPlugin plugin, BugCollection bugCollection) boolean
WebCloudNameLookup.signIn
(CloudPlugin plugin, BugCollection bugCollection) -
Uses of CloudPlugin in edu.umd.cs.findbugs.gui2
Methods in edu.umd.cs.findbugs.gui2 with parameters of type CloudPluginModifier and TypeMethodDescriptionprotected abstract boolean
CloudCommentsPane.isDisabled
(CloudPlugin plugin) protected boolean
CloudCommentsPaneSwing.isDisabled
(CloudPlugin plugin) Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type CloudPluginModifier and TypeMethodDescriptionprotected abstract void
CloudCommentsPane.showCloudChooser
(List<CloudPlugin> plugins, List<String> descriptions) protected void
CloudCommentsPaneSwing.showCloudChooser
(List<CloudPlugin> plugins, List<String> descriptions)