@Extension public static class SystemConfiguration.Master extends SystemConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
SystemConfiguration.Master.DescriptorImpl |
SystemConfiguration.Agents, SystemConfiguration.GetDmiInfo, SystemConfiguration.Master
AdvancedProcFilesRetriever.ProcFile
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
Master() |
Modifier and Type | Method and Description |
---|---|
SystemConfiguration.Master.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
String |
getId()
Returns the component id.
|
protected List<Node> |
getNodes() |
<C extends AbstractModelObject> |
isApplicable(Class<C> clazz)
Return if this component is applicable to a specific class of item.
|
boolean |
isApplicable(Computer item)
Return if this component is applicable to a specific item.
|
afterAddUnixContents, getDmiInfo, getProcFilesToRetrieve
addUnixContents, getFilesToRetrieve
addContents, addContents, getNodeName, getRequiredPermissions, getSystemPlatform
allInstances, for_, isSelectedByDefault
getDisplayPermissions, isEnabled, isSelectedByDefault, start
@NonNull public String getDisplayName()
getDisplayName
in class Component
protected List<Node> getNodes()
getNodes
in class ProcFilesRetriever
public <C extends AbstractModelObject> boolean isApplicable(Class<C> clazz)
ObjectComponent
isApplicable
in class ProcFilesRetriever
C
- Object that extends AbstractModelObject
clazz
- the classtrue
if applicable to this classpublic boolean isApplicable(Computer item)
ObjectComponent
isApplicable
in class ObjectComponent<Computer>
item
- the itempublic SystemConfiguration.Master.DescriptorImpl getDescriptor()
ObjectComponent
getDescriptor
in interface Describable<ObjectComponent<Computer>>
getDescriptor
in class ObjectComponent<Computer>
@NonNull public String getId()
Component
getId
in class Component
Class.getSimpleName()
of the component implementation.Copyright © 2016–2022. All rights reserved.