Uses of Class
edu.umd.cs.findbugs.cloud.CloudPlugin
-
Packages that use CloudPlugin Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.cloud edu.umd.cs.findbugs.cloud.username edu.umd.cs.findbugs.gui2 -
-
Uses of CloudPlugin in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type CloudPlugin Modifier and Type Method Description java.util.Set<CloudPlugin>Plugin. getCloudPlugins()java.util.Map<java.lang.String,CloudPlugin>DetectorFactoryCollection. getRegisteredClouds()Methods in edu.umd.cs.findbugs with parameters of type CloudPlugin Modifier and Type Method Description voidPlugin. addCloudPlugin(CloudPlugin cloudPlugin) -
Uses of CloudPlugin in edu.umd.cs.findbugs.cloud
Fields in edu.umd.cs.findbugs.cloud declared as CloudPlugin Modifier and Type Field Description protected CloudPluginAbstractCloud. pluginMethods in edu.umd.cs.findbugs.cloud that return CloudPlugin Modifier and Type Method Description CloudPluginCloudPluginBuilder. createCloudPlugin()static CloudPluginCloudFactory. getCloudPlugin(BugCollection bc)CloudPluginAbstractCloud. getPlugin()CloudPluginCloud. getPlugin()CloudPluginDoNothingCloud. getPlugin()Methods in edu.umd.cs.findbugs.cloud with parameters of type CloudPlugin Modifier and Type Method Description static CloudCloudFactory. handleInitializationException(BugCollection bc, CloudPlugin plugin, java.lang.Throwable e)Constructors in edu.umd.cs.findbugs.cloud with parameters of type CloudPlugin Constructor Description AbstractCloud(CloudPlugin plugin, BugCollection bugs, java.util.Properties properties)BugCollectionStorageCloud(CloudPlugin plugin, BugCollection bc, java.util.Properties properties)Constructor is not protected to allow CloudFactory.createCloudWithoutInitializing() create a new instance of this cloudDoNothingCloud(CloudPlugin plugin, BugCollection bc, java.util.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 CloudPlugin Modifier and Type Method Description voidWebCloudNameLookup. loadProperties(CloudPlugin plugin)booleanLocalNameLookup. signIn(CloudPlugin plugin, BugCollection bugCollection)booleanNameLookup. signIn(CloudPlugin plugin, BugCollection bugCollection)tries to obtain a user name.booleanNoNameLookup. signIn(CloudPlugin plugin, BugCollection bugCollection)booleanPromptForNameLookup. signIn(CloudPlugin plugin, BugCollection bugCollection)booleanWebCloudNameLookup. 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 CloudPlugin Modifier and Type Method Description protected abstract booleanCloudCommentsPane. isDisabled(CloudPlugin plugin)protected booleanCloudCommentsPaneSwing. isDisabled(CloudPlugin plugin)Method parameters in edu.umd.cs.findbugs.gui2 with type arguments of type CloudPlugin Modifier and Type Method Description protected abstract voidCloudCommentsPane. showCloudChooser(java.util.List<CloudPlugin> plugins, java.util.List<java.lang.String> descriptions)protected voidCloudCommentsPaneSwing. showCloudChooser(java.util.List<CloudPlugin> plugins, java.util.List<java.lang.String> descriptions)
-