Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.slaves |
Code related to slaves.
|
Modifier and Type | Method and Description |
---|---|
Slave |
Hudson.getSlave(String name)
Deprecated.
Use
Jenkins.getNode(String) . Since 1.252. |
Modifier and Type | Method and Description |
---|---|
List<Slave> |
Hudson.getSlaves()
Deprecated.
Use
Jenkins.getNodes() . Since 1.252. |
Modifier and Type | Method and Description |
---|---|
void |
Hudson.setSlaves(List<Slave> slaves)
Deprecated.
Use
Jenkins.setNodes(List) . Since 1.252. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCloudSlave
Partial implementation of
Slave to be used by AbstractCloudImpl . |
class |
DumbSlave
Default
Slave implementation for computers that do not belong to a higher level structure,
like grid or cloud. |
Modifier and Type | Method and Description |
---|---|
Slave |
SlaveComputer.getNode() |
Constructor and Description |
---|
SlaveComputer(Slave slave) |
Copyright © 2016. All rights reserved.