Class LogoContributor

java.lang.Object
io.jenkins.plugins.customizable_header.LogoContributor
All Implemented Interfaces:
ExtensionPoint, Contributor

@SuppressRestrictedWarnings({jenkins.security.csp.Contributor.class,jenkins.security.csp.CspBuilder.class}) @Extension public class LogoContributor extends Object implements Contributor
Add the image logo URLs to CSP. This is permission-aware, i.e., you only get added to your CSP header the logos of the links you have access to.
  • Field Details

    • LOGGER

      public static final Logger LOGGER
  • Constructor Details

    • LogoContributor

      public LogoContributor()
  • Method Details