Uses of Class
hudson.model.listeners.ItemListener
-
Packages that use ItemListener Package Description hudson.diagnosis hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.tasks jenkins.model.lazy jenkins.triggers -
-
Uses of ItemListener in hudson.diagnosis
Fields in hudson.diagnosis declared as ItemListener Modifier and Type Field Description static ItemListener
OldDataMonitor. itemDeleteListener
-
Uses of ItemListener in hudson.model
Subclasses of ItemListener in hudson.model Modifier and Type Class Description class
DisplayNameListener
static class
Fingerprint.ProjectRenameListener
static class
Job.LastItemListener
static class
Job.SubItemBuildsLocationImpl
static class
ListView.Listener
Methods in hudson.model that return types with arguments of type ItemListener Modifier and Type Method Description CopyOnWriteList<ItemListener>
Hudson. getJobListeners()
Deprecated.as of 1.286. -
Uses of ItemListener in hudson.model.listeners
Methods in hudson.model.listeners that return types with arguments of type ItemListener Modifier and Type Method Description static ExtensionList<ItemListener>
ItemListener. all()
All the registeredItemListener
s. -
Uses of ItemListener in hudson.tasks
Subclasses of ItemListener in hudson.tasks Modifier and Type Class Description static class
ArtifactArchiver.Migrator
static class
BuildTrigger.DescriptorImpl.ItemListenerImpl
-
Uses of ItemListener in jenkins.model.lazy
Subclasses of ItemListener in jenkins.model.lazy Modifier and Type Class Description static class
LazyBuildMixIn.ItemListenerImpl
-
Uses of ItemListener in jenkins.triggers
Subclasses of ItemListener in jenkins.triggers Modifier and Type Class Description static class
ReverseBuildTrigger.ItemListenerImpl
-