public abstract class SystemConfiguration extends AdvancedProcFilesRetriever
Modifier and Type | Class and Description |
---|---|
static class |
SystemConfiguration.Agents |
static class |
SystemConfiguration.GetDmiInfo |
static class |
SystemConfiguration.Master |
AdvancedProcFilesRetriever.ProcFile
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
SystemConfiguration() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterAddUnixContents(Container container,
Node node,
String name)
Override this method if you want to hook some code after
ProcFilesRetriever.addUnixContents(Container, Node) . |
String |
getDmiInfo(Node node) |
Set<AdvancedProcFilesRetriever.ProcFile> |
getProcFilesToRetrieve()
The method to define the files to include in the bundle.
|
addUnixContents, getFilesToRetrieve
addContents, addContents, getNodeName, getNodes, getRequiredPermissions, getSystemPlatform, isApplicable
allInstances, for_, getDescriptor, isApplicable, isSelectedByDefault
getDisplayName, getDisplayPermissions, getId, isEnabled, isSelectedByDefault, start
public Set<AdvancedProcFilesRetriever.ProcFile> getProcFilesToRetrieve()
AdvancedProcFilesRetriever
AdvancedProcFilesRetriever.ProcFile
to be able to specify file by
file whether its content should be filtered or not.getProcFilesToRetrieve
in class AdvancedProcFilesRetriever
protected void afterAddUnixContents(@NonNull Container container, @NonNull Node node, String name)
ProcFilesRetriever
ProcFilesRetriever.addUnixContents(Container, Node)
.afterAddUnixContents
in class ProcFilesRetriever
container
- the support Container
.node
- the node for which the method is called.name
- the node name, "master" if Controller, and slave/${nodeName} if an agent.Copyright © 2016–2022. All rights reserved.