Package org.jenkinsci.plugins.pubsub.listeners
package org.jenkinsci.plugins.pubsub.listeners
Jenkins Listener implementations.
The Jenkins core "listener" model is typically synchronous in nature i.e. they look for
ExtensionPoint implementations and call them synchronously from one Thread. This model obviously
does not scale.
-
ClassesClassDescriptionJob CRUD event listener.Jenkins Queue event listener.Jenkins Run event listener.