Uses of Class
hudson.slaves.ComputerListener
-
Packages that use ComputerListener Package Description hudson.logging hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.node_monitors Code that monitors the health of agentshudson.slaves Code related to agents.jenkins.slaves jenkins.slaves.restarter jenkins.util -
-
Uses of ComputerListener in hudson.logging
Subclasses of ComputerListener in hudson.logging Modifier and Type Class Description static class
LogRecorder.ComputerLogInitializer
-
Uses of ComputerListener in hudson.model
Subclasses of ComputerListener in hudson.model Modifier and Type Class Description static class
Computer.DisplayExecutor.InternalComputerListener
static class
Node.InternalComputerListener
Let Nodes be aware of the lifecycle of their ownComputer
.Methods in hudson.model that return types with arguments of type ComputerListener Modifier and Type Method Description CopyOnWriteList<ComputerListener>
Hudson. getComputerListeners()
Deprecated.as of 1.286. -
Uses of ComputerListener in hudson.node_monitors
Subclasses of ComputerListener in hudson.node_monitors Modifier and Type Class Description class
NodeMonitorUpdater
When an agent is connected, redo the node monitoring. -
Uses of ComputerListener in hudson.slaves
Subclasses of ComputerListener in hudson.slaves Modifier and Type Class Description class
ChannelPinger
Establish a periodic ping to keep connections betweenagents
and the main Jenkins node alive.Methods in hudson.slaves that return types with arguments of type ComputerListener Modifier and Type Method Description static ExtensionList<ComputerListener>
ComputerListener. all()
All the registeredComputerListener
s. -
Uses of ComputerListener in jenkins.slaves
Subclasses of ComputerListener in jenkins.slaves Modifier and Type Class Description class
StandardOutputSwapper
-
Uses of ComputerListener in jenkins.slaves.restarter
Subclasses of ComputerListener in jenkins.slaves.restarter Modifier and Type Class Description class
JnlpSlaveRestarterInstaller
Actual agent restart logic. -
Uses of ComputerListener in jenkins.util
Subclasses of ComputerListener in jenkins.util Modifier and Type Class Description static class
SystemProperties.AgentCopier
-