Package | Description |
---|---|
hudson.logging | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.node_monitors |
Code that monitors the health of slaves
|
hudson.slaves |
Code related to slaves.
|
jenkins.slaves | |
jenkins.slaves.restarter |
Modifier and Type | Class and Description |
---|---|
static class |
LogRecorder.ComputerLogInitializer |
Modifier and Type | Class and Description |
---|---|
static class |
Computer.DisplayExecutor.InternalComputerListener |
static class |
Node.InternalComputerListener
Let Nodes be aware of the lifecycle of their own
Computer . |
Modifier and Type | Method and Description |
---|---|
CopyOnWriteList<ComputerListener> |
Hudson.getComputerListeners()
Deprecated.
as of 1.286.
Use
all() . |
Modifier and Type | Class and Description |
---|---|
class |
NodeMonitorUpdater
When a slave is connected, redo the node monitoring.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelPinger
Establish a periodic ping to keep connections between
slaves
and the main Jenkins node alive. |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<ComputerListener> |
ComputerListener.all()
All the registered
ComputerListener s. |
Modifier and Type | Class and Description |
---|---|
class |
StandardOutputSwapper |
Modifier and Type | Class and Description |
---|---|
class |
JnlpSlaveRestarterInstaller
Actual slave restart logic.
|
Copyright © 2018. All rights reserved.