Package jenkins.telemetry.impl
Class StaplerDispatches
java.lang.Object
jenkins.telemetry.Telemetry
jenkins.telemetry.impl.StaplerDispatches
- All Implemented Interfaces:
ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class StaplerDispatches
extends Telemetry
Telemetry implementation gathering information about Stapler dispatch routes.
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.telemetry.Telemetry
Telemetry.TelemetryReporter
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Methods inherited from class jenkins.telemetry.Telemetry
all, buildComponentInformation, getId, isActivePeriod, isDisabled
-
Constructor Details
-
StaplerDispatches
public StaplerDispatches()
-
-
Method Details
-
getStart
Description copied from class:Telemetry
Start 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:Telemetry
End 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. -
getDisplayName
Description copied from class:Telemetry
User friendly display name for this telemetry collector, ideally localized.- Specified by:
getDisplayName
in classTelemetry
- Returns:
- display name, never null or empty
-
createContent
public net.sf.json.JSONObject createContent()Description copied from class:Telemetry
Returns the content to be sent to the telemetry service. This method is called periodically, once per content submission.- Specified by:
createContent
in classTelemetry
- Returns:
- The JSON payload, or null if no content should be submitted.
-