Uses of Class
hudson.util.CopyOnWriteList
Packages that use CopyOnWriteList
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Listener interfaces for various events that occur inside the server.
Jenkins's interface with source code management systems.
Other miscellaneous utility code
-
Uses of CopyOnWriteList in hudson
Methods in hudson that return CopyOnWriteListModifier and TypeMethodDescriptionstatic <T> CopyOnWriteList<T>
ExtensionListView.createCopyOnWriteList
(Class<T> type) Creates a seriously hacked upCopyOnWriteList
that acts as a view to the currentExtensionList
. -
Uses of CopyOnWriteList in hudson.logging
Fields in hudson.logging declared as CopyOnWriteList -
Uses of CopyOnWriteList in hudson.model
Fields in hudson.model declared as CopyOnWriteListModifier and TypeFieldDescriptionprotected CopyOnWriteList<JobProperty<? super JobT>>
Job.properties
List of properties configured for this project.Methods in hudson.model that return CopyOnWriteListModifier and TypeMethodDescriptionHudson.getComputerListeners()
Deprecated.as of 1.286.Hudson.getJobListeners()
Deprecated.as of 1.286. -
Uses of CopyOnWriteList in hudson.model.listeners
Fields in hudson.model.listeners declared as CopyOnWriteListModifier and TypeFieldDescriptionstatic final CopyOnWriteList<RunListener>
RunListener.LISTENERS
Deprecated.as of 1.281 UseRunListener.all()
for read access, and useExtension
for registration. -
Uses of CopyOnWriteList in hudson.scm
Fields in hudson.scm declared as CopyOnWriteListModifier and TypeFieldDescriptionstatic final CopyOnWriteList<ChangeLogAnnotator>
ChangeLogAnnotator.annotators
Deprecated.as of 1.286 UseChangeLogAnnotator.all()
for read access, andExtension
for registration. -
Uses of CopyOnWriteList in hudson.util
Fields in hudson.util declared as CopyOnWriteListMethods in hudson.util that return CopyOnWriteListModifier and TypeMethodDescriptionCopyOnWriteList.ConverterImpl.unmarshal
(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Methods in hudson.util with parameters of type CopyOnWriteListModifier and TypeMethodDescriptionvoid
CopyOnWriteList.replaceBy
(CopyOnWriteList<? extends E> that) Completely replaces this list by the contents of the given list. -
Uses of CopyOnWriteList in jenkins.model
Methods in jenkins.model that return CopyOnWriteListModifier and TypeMethodDescriptionJenkins.getSCMListeners()
Deprecated.UseSCMListener.all()
instead.
LogRecorder.getLoggers()