Class Metrics
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.impl.Metrics
- All Implemented Interfaces:
- ExtensionPoint
Metrics from the different nodes.
- Author:
- Stephen Connolly
- 
Nested Class SummaryNested classes/interfaces inherited from class com.cloudbees.jenkins.support.api.ComponentComponent.ComponentCategoryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddContents(Container result) Add contents to a containerSpecify in whichComponent.ComponentCategorythe current component is related.Returns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.Methods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayPermissions, getId, isApplicable, isEnabled, isSelectedByDefault, start, supersedes
- 
Constructor Details- 
Metricspublic Metrics()
 
- 
- 
Method Details- 
getDisplayName- Specified by:
- getDisplayNamein class- Component
 
- 
getRequiredPermissionsDescription copied from class:ComponentReturns the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle. An empty list indicates that any user can include this bundle.- Specified by:
- getRequiredPermissionsin class- Component
- Returns:
- the (possibly empty, never null) list of permissions that are required for the user to include this in a bundle.
 
- 
addContentsDescription copied from class:ComponentAdd contents to a container- Specified by:
- addContentsin class- Component
- Parameters:
- result- a- Container
 
- 
getCategoryDescription copied from class:ComponentSpecify in whichComponent.ComponentCategorythe current component is related.- Overrides:
- getCategoryin class- Component
- Returns:
- An enum value of Component.ComponentCategory.
 
 
-