Uses of Class
hudson.slaves.ComputerListener

Packages that use ComputerListener
hudson.maven Maven support. 
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   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of ComputerListener in hudson.maven
 

Subclasses of ComputerListener in hudson.maven
 class MavenComputerListener
          When a slave is connected, copy maven-agent.jar and maven-intercepter.jar
 

Uses of ComputerListener in hudson.model
 

Subclasses of ComputerListener in hudson.model
static class Node.InternalComputerListener
          Let Nodes be aware of the lifecycle of their own Computer.
 

Methods in hudson.model that return types with arguments of type ComputerListener
 CopyOnWriteList<ComputerListener> Hudson.getComputerListeners()
          Deprecated. as of 1.286. Use all().
 

Uses of ComputerListener in hudson.node_monitors
 

Subclasses of ComputerListener in hudson.node_monitors
 class NodeMonitorUpdater
          When a slave is connected, redo the node monitoring.
 

Uses of ComputerListener in hudson.slaves
 

Subclasses of ComputerListener in hudson.slaves
 class ChannelPinger
          Establish a periodic ping to keep connections between slaves and the main Jenkins node alive.
 

Methods in hudson.slaves that return types with arguments of type ComputerListener
static ExtensionList<ComputerListener> ComputerListener.all()
          All the registered ComputerListeners.
 

Uses of ComputerListener in jenkins.slaves
 

Subclasses of ComputerListener in jenkins.slaves
 class StandardOutputSwapper
           
 

Uses of ComputerListener in org.jvnet.hudson.test
 

Subclasses of ComputerListener in org.jvnet.hudson.test
static class HudsonTestCase.ComputerListenerImpl
           
static class JenkinsRule.ComputerListenerImpl
           
 



Copyright © 2004-2013. All Rights Reserved.