Uses of Class
hudson.model.UpdateSite.Warning
-
Packages that use UpdateSite.Warning Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.security -
-
Uses of UpdateSite.Warning in hudson
Methods in hudson that return types with arguments of type UpdateSite.Warning Modifier and Type Method Description List<UpdateSite.Warning>
PluginWrapper. getActiveWarnings()
-
Uses of UpdateSite.Warning in hudson.model
Methods in hudson.model that return types with arguments of type UpdateSite.Warning Modifier and Type Method Description Set<UpdateSite.Warning>
UpdateSite.Data. getWarnings()
Returns the set of warningsSet<UpdateSite.Warning>
UpdateSite.Plugin. getWarnings()
-
Uses of UpdateSite.Warning in jenkins.security
Methods in jenkins.security that return types with arguments of type UpdateSite.Warning Modifier and Type Method Description List<UpdateSite.Warning>
UpdateSiteWarningsMonitor. getActiveCoreWarnings()
Map<PluginWrapper,List<UpdateSite.Warning>>
UpdateSiteWarningsMonitor. getActivePluginWarningsByPlugin()
Set<UpdateSite.Warning>
UpdateSiteWarningsConfiguration. getAllWarnings()
Set<UpdateSite.Warning>
UpdateSiteWarningsConfiguration. getApplicableWarnings()
Methods in jenkins.security with parameters of type UpdateSite.Warning Modifier and Type Method Description PluginWrapper
UpdateSiteWarningsConfiguration. getPlugin(UpdateSite.Warning warning)
boolean
UpdateSiteWarningsConfiguration. isIgnored(UpdateSite.Warning warning)
-