|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Slave | |
|---|---|
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.slaves | Code related to slaves. |
| org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
| Uses of Slave in hudson.model |
|---|
| Methods in hudson.model that return Slave | |
|---|---|
Slave |
Hudson.getSlave(String name)
Deprecated. Use Jenkins.getNode(String). Since 1.252. |
| Methods in hudson.model that return types with arguments of type Slave | |
|---|---|
List<Slave> |
Hudson.getSlaves()
Deprecated. Use Jenkins.getNodes(). Since 1.252. |
| Method parameters in hudson.model with type arguments of type Slave | |
|---|---|
void |
Hudson.setSlaves(List<Slave> slaves)
Deprecated. Use Jenkins.setNodes(List). Since 1.252. |
| Uses of Slave in hudson.slaves |
|---|
| Subclasses of Slave in hudson.slaves | |
|---|---|
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. |
| Methods in hudson.slaves that return Slave | |
|---|---|
Slave |
SlaveComputer.getNode()
|
| Constructors in hudson.slaves with parameters of type Slave | |
|---|---|
SlaveComputer(Slave slave)
|
|
| Uses of Slave in org.jvnet.hudson.test |
|---|
| Subclasses of Slave in org.jvnet.hudson.test | |
|---|---|
class |
PretendSlave
Slave that pretends to fork processes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||