Class UpdateSiteWarningsMonitor

All Implemented Interfaces:
ExtensionPoint, ModelObject, SearchableModelObject, SearchItem, org.kohsuke.stapler.StaplerProxy

@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class UpdateSiteWarningsMonitor extends AdministrativeMonitor
Administrative monitor showing plugin/core warnings published by the configured update site to the user.

Terminology overview:

  • Applicable warnings are those relevant to currently installed components
  • Active warnings are those actually shown to users.
  • Hidden warnings are those _not_ shown to users due to them being configured to be hidden.
  • Inapplicable warnings are those that are not applicable.

The following sets may be non-empty:

  • Intersection of applicable and active
  • Intersection of applicable and hidden
  • Intersection of hidden and inapplicable (although not really relevant)
  • Intersection of inapplicable and neither hidden nor active

The following sets must necessarily be empty:

  • Intersection of applicable and inapplicable
  • Intersection of active and hidden
  • Intersection of active and inapplicable
Since:
2.40