Uses of Class
hudson.slaves.ComputerListener
Packages that use ComputerListener
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code that monitors the health of agents
Code related to agents.
-
Uses of ComputerListener in hudson.logging
Subclasses of ComputerListener in hudson.logging -
Uses of ComputerListener in hudson.model
Subclasses of ComputerListener in hudson.modelMethods in hudson.model that return types with arguments of type ComputerListener -
Uses of ComputerListener in hudson.node_monitors
Subclasses of ComputerListener in hudson.node_monitorsModifier and TypeClassDescriptionclass
When an agent is connected, redo the node monitoring. -
Uses of ComputerListener in hudson.slaves
Subclasses of ComputerListener in hudson.slavesModifier and TypeClassDescriptionclass
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 ComputerListenerModifier and TypeMethodDescriptionstatic ExtensionList<ComputerListener>
ComputerListener.all()
All the registeredComputerListener
s. -
Uses of ComputerListener in jenkins.slaves
Subclasses of ComputerListener in jenkins.slaves -
Uses of ComputerListener in jenkins.slaves.restarter
Subclasses of ComputerListener in jenkins.slaves.restarter -
Uses of ComputerListener in jenkins.util
Subclasses of ComputerListener in jenkins.util