@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class SecuritySystemProperties extends Telemetry
Telemetry.TelemetryReporter
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
SecuritySystemProperties() |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
createContent()
Returns the content to be sent to the telemetry service.
|
String |
getDisplayName()
User friendly display name for this telemetry collector, ideally localized.
|
LocalDate |
getEnd()
End date for the collection.
|
String |
getId()
ID of this collector, typically an alphanumeric string (and punctuation).
|
LocalDate |
getStart()
Start date for the collection.
|
all, isActivePeriod, isDisabled
@NonNull public String getId()
Telemetry
@NonNull public LocalDate getStart()
Telemetry
@NonNull public LocalDate getEnd()
Telemetry
@NonNull public String getDisplayName()
Telemetry
getDisplayName
in class Telemetry
@NonNull public net.sf.json.JSONObject createContent()
Telemetry
createContent
in class Telemetry
Copyright © 2004–2021. All rights reserved.