Package jenkins.telemetry.impl
Class ContentSecurityPolicy
java.lang.Object
jenkins.telemetry.Telemetry
jenkins.telemetry.impl.ContentSecurityPolicy
- All Implemented Interfaces:
ExtensionPoint
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
@Extension
public class ContentSecurityPolicy
extends Telemetry
Collect information about Content Security Policy configuration.
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.telemetry.Telemetry
Telemetry.TelemetryReporterNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jenkins.telemetry.Telemetry
all, buildComponentInformation, getId, isActivePeriod, isAnyTrialActive, isDisabled
-
Constructor Details
-
ContentSecurityPolicy
public ContentSecurityPolicy()
-
-
Method Details
-
getDisplayName
Description copied from class:TelemetryUser friendly display name for this telemetry collector, ideally localized.- Specified by:
getDisplayNamein classTelemetry- Returns:
- display name, never null or empty
-
getStart
Description copied from class:TelemetryStart date for the collection. Will be checked in Jenkins to not collect outside the defined time span. This does not have to be precise enough for time zones to be a consideration. -
getEnd
Description copied from class:TelemetryEnd date for the collection. Will be checked in Jenkins to not collect outside the defined time span. This does not have to be precise enough for time zones to be a consideration. -
createContent
public net.sf.json.JSONObject createContent()Description copied from class:TelemetryReturns the content to be sent to the telemetry service. This method is called periodically, once per content submission.- Specified by:
createContentin classTelemetry- Returns:
- The JSON payload, or null if no content should be submitted.
-