Class SCMSourceAnalyzer
- java.lang.Object
-
- org.jenkinsci.plugins.pluginusage.analyzer.SCMSourceAnalyzer
-
public class SCMSourceAnalyzer extends Object
-
-
Constructor Summary
Constructors Constructor Description SCMSourceAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected PluginWrapper
getPluginFromClass(Class<?> clazz)
protected Set<PluginWrapper>
getPlugins()
protected Set<PluginWrapper>
getPluginsFromBuilder(Builder builder)
protected Set<PluginWrapper>
getPluginsFromBuilders(Item item)
protected Set<PluginWrapper>
getPluginsFromItem(Item item)
protected Set<PluginWrapper>
getPluginsFromParameters(Item item)
protected Set<PluginWrapper>
getPluginsFromPromotedBuilds(Item item)
protected Set<PluginWrapper>
getPluginsFromProperties(Item item)
protected Set<PluginWrapper>
getPluginsFromPublishers(Item item)
protected Set<PluginWrapper>
getPluginsFromScm(Item item)
protected Set<PluginWrapper>
getPluginsFromTriggers(Item item)
protected PluginWrapper
getUsedPlugin(Class<?> clazz)
Deprecated.protected boolean
ignoreJob(Item item)
-
-
-
Method Detail
-
getPluginsFromBuilders
protected Set<PluginWrapper> getPluginsFromBuilders(Item item)
-
getPluginFromClass
protected PluginWrapper getPluginFromClass(Class<?> clazz)
-
getUsedPlugin
@Deprecated protected PluginWrapper getUsedPlugin(Class<?> clazz)
Deprecated.
-
getPlugins
protected Set<PluginWrapper> getPlugins()
-
getPluginsFromItem
protected Set<PluginWrapper> getPluginsFromItem(Item item)
-
ignoreJob
protected boolean ignoreJob(Item item)
-
getPluginsFromPromotedBuilds
protected Set<PluginWrapper> getPluginsFromPromotedBuilds(Item item)
-
getPluginsFromParameters
protected Set<PluginWrapper> getPluginsFromParameters(Item item)
-
getPluginsFromScm
protected Set<PluginWrapper> getPluginsFromScm(Item item)
-
getPluginsFromPublishers
protected Set<PluginWrapper> getPluginsFromPublishers(Item item)
-
getPluginsFromTriggers
protected Set<PluginWrapper> getPluginsFromTriggers(Item item)
-
getPluginsFromProperties
protected Set<PluginWrapper> getPluginsFromProperties(Item item)
-
getPluginsFromBuilder
protected Set<PluginWrapper> getPluginsFromBuilder(Builder builder)
-
-