Class JVMProcessSystemMetricsContents
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.api.ObjectComponent<Computer>
com.cloudbees.jenkins.support.impl.ProcFilesRetriever
com.cloudbees.jenkins.support.impl.AdvancedProcFilesRetriever
com.cloudbees.jenkins.support.impl.JVMProcessSystemMetricsContents
- All Implemented Interfaces:
- ExtensionPoint,- Describable<ObjectComponent<Computer>>
- Direct Known Subclasses:
- JVMProcessSystemMetricsContents.Agents,- JVMProcessSystemMetricsContents.Master
System metrics of the JVM process. Only supports Unix. We use the advanced retriever to specify which files will be
 filtered.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class com.cloudbees.jenkins.support.impl.AdvancedProcFilesRetrieverAdvancedProcFilesRetriever.ProcFileNested 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 TypeMethodDescriptionThe method to define the files to include in the bundle.Methods inherited from class com.cloudbees.jenkins.support.impl.AdvancedProcFilesRetrieveraddUnixContents, getCategory, getFilesToRetrieveMethods inherited from class com.cloudbees.jenkins.support.impl.ProcFilesRetrieveraddContents, addContents, afterAddUnixContents, getNodeName, getNodes, getRequiredPermissions, getSystemPlatform, isApplicableMethods inherited from class com.cloudbees.jenkins.support.api.ObjectComponentallInstances, for_, getDescriptor, isApplicable, isSelectedByDefaultMethods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayName, getDisplayPermissions, getId, isEnabled, isSelectedByDefault, start, supersedes
- 
Constructor Details- 
JVMProcessSystemMetricsContentspublic JVMProcessSystemMetricsContents()
 
- 
- 
Method Details- 
getProcFilesToRetrieveDescription copied from class:AdvancedProcFilesRetrieverThe method to define the files to include in the bundle. You addAdvancedProcFilesRetriever.ProcFileto be able to specify file by file whether its content should be filtered or not.- Specified by:
- getProcFilesToRetrievein class- AdvancedProcFilesRetriever
- Returns:
- a set of files to be included in the bundle
 
 
-