Uses of Interface
hudson.model.ExecutorListener
-
Packages that use ExecutorListener Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents.jenkins.model -
-
Uses of ExecutorListener in hudson.model
Classes in hudson.model that implement ExecutorListener Modifier and Type Class Description class
Computer
Represents the running state of a remote computer that holdsExecutor
s.static class
Hudson.MasterComputer
Deprecated.only here for backward comp -
Uses of ExecutorListener in hudson.slaves
Classes in hudson.slaves that implement ExecutorListener Modifier and Type Class Description class
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation ofComputer
to be used in conjunction withAbstractCloudSlave
.class
SlaveComputer
-
Uses of ExecutorListener in jenkins.model
Classes in jenkins.model that implement ExecutorListener Modifier and Type Class Description static class
Jenkins.MasterComputer
-