Uses of Class
hudson.model.listeners.SCMListener
-
Packages that use SCMListener Package Description hudson.model.listeners Listener interfaces for various events that occur inside the server.jenkins.model -
-
Uses of SCMListener in hudson.model.listeners
Methods in hudson.model.listeners that return types with arguments of type SCMListener Modifier and Type Method Description static Collection<? extends SCMListener>
SCMListener. all()
-
Uses of SCMListener in jenkins.model
Methods in jenkins.model that return types with arguments of type SCMListener Modifier and Type Method Description CopyOnWriteList<SCMListener>
Jenkins. getSCMListeners()
Deprecated.Useall()
instead.
-