Class NodeExecutors
java.lang.Object
com.cloudbees.jenkins.support.api.Component
com.cloudbees.jenkins.support.api.ObjectComponent<Computer>
com.cloudbees.jenkins.support.impl.NodeExecutors
- All Implemented Interfaces:
- ExtensionPoint,- Describable<ObjectComponent<Computer>>
Gather information about the node executors.
- 
Nested Class SummaryNested ClassesNested 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 container) Add contents to a containervoidaddContents(Container container, Computer computer) Add contents from a specific item 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.booleanisApplicable(Computer item) Return if this component is applicable to a specific item.<C extends AbstractModelObject>
 booleanisApplicable(Class<C> clazz) Return if this component is applicable to a specific class of item.booleanMethods inherited from class com.cloudbees.jenkins.support.api.ObjectComponentallInstances, for_, isSelectedByDefaultMethods inherited from class com.cloudbees.jenkins.support.api.ComponentcanBeGeneratedAsync, getDisplayPermissions, getId, isEnabled, start, supersedes
- 
Constructor Details- 
NodeExecutors@DataBoundConstructor public NodeExecutors()
 
- 
- 
Method Details- 
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.
 
- 
getDisplayName- Specified by:
- getDisplayNamein class- Component
 
- 
addContentsDescription copied from class:ObjectComponentAdd contents to a container- Overrides:
- addContentsin class- ObjectComponent<Computer>
- Parameters:
- container- a- Container
 
- 
addContentsDescription copied from class:ObjectComponentAdd contents from a specific item to a container- Specified by:
- addContentsin class- ObjectComponent<Computer>
- Parameters:
- container- the- Container
- computer- the item
 
- 
getCategoryDescription copied from class:ComponentSpecify in whichComponent.ComponentCategorythe current component is related.- Overrides:
- getCategoryin class- Component
- Returns:
- An enum value of Component.ComponentCategory.
 
- 
isSelectedByDefaultpublic boolean isSelectedByDefault()- Overrides:
- isSelectedByDefaultin class- Component
 
- 
isApplicableDescription copied from class:ObjectComponentReturn if this component is applicable to a specific class of item.- Overrides:
- isApplicablein class- ObjectComponent<Computer>
- Type Parameters:
- C- Object that extends- AbstractModelObject
- Parameters:
- clazz- the class
- Returns:
- trueif applicable to this class
 
- 
isApplicableDescription copied from class:ObjectComponentReturn if this component is applicable to a specific item.- Overrides:
- isApplicablein class- ObjectComponent<Computer>
- Parameters:
- item- the item
- Returns:
- true if applicable
 
- 
getDescriptorDescription copied from class:ObjectComponent- Specified by:
- getDescriptorin interface- Describable<ObjectComponent<Computer>>
- Overrides:
- getDescriptorin class- ObjectComponent<Computer>
 
 
-