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 hudsonMethods in hudson that return CopyOnWriteListModifier and TypeMethodDescriptionstatic <T> CopyOnWriteList<T> ExtensionListView.createCopyOnWriteList(Class<T> type) Creates a seriously hacked upCopyOnWriteListthat acts as a view to the currentExtensionList.
- 
Uses of CopyOnWriteList in hudson.modelFields in hudson.model declared as CopyOnWriteListModifier and TypeFieldDescriptionprotected CopyOnWriteList<JobProperty<? super JobT>> Job.propertiesList 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.listenersFields in hudson.model.listeners declared as CopyOnWriteListModifier and TypeFieldDescriptionstatic final CopyOnWriteList<RunListener> RunListener.LISTENERSDeprecated.as of 1.281 UseRunListener.all()for read access, and useExtensionfor registration.
- 
Uses of CopyOnWriteList in hudson.scmFields in hudson.scm declared as CopyOnWriteListModifier and TypeFieldDescriptionstatic final CopyOnWriteList<ChangeLogAnnotator> ChangeLogAnnotator.annotatorsDeprecated.as of 1.286 UseChangeLogAnnotator.all()for read access, andExtensionfor registration.
- 
Uses of CopyOnWriteList in hudson.utilFields 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 TypeMethodDescriptionvoidCopyOnWriteList.replaceBy(CopyOnWriteList<? extends E> that) Completely replaces this list by the contents of the given list.
- 
Uses of CopyOnWriteList in jenkins.modelMethods in jenkins.model that return CopyOnWriteListModifier and TypeMethodDescriptionJenkins.getSCMListeners()Deprecated.UseSCMListener.all()instead.