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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
-
-
Constructor Details
-
LogoContributor
public LogoContributor()
-
-
Method Details
-
apply
- Specified by:
applyin interfaceContributor
-