Uses of Class
hudson.util.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
Modifier 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
-
Uses of CopyOnWriteList in hudson.model
Modifier and TypeFieldDescriptionprotected CopyOnWriteList<JobProperty<? super JobT>>
Job.properties
List of properties configured for this project.Modifier and TypeMethodDescriptionHudson.getComputerListeners()
Deprecated.as of 1.286.Hudson.getJobListeners()
Deprecated.as of 1.286. -
Uses of CopyOnWriteList in hudson.model.listeners
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCopyOnWriteList.ConverterImpl.unmarshal
(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context) Modifier 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
Modifier and TypeMethodDescriptionJenkins.getSCMListeners()
Deprecated.UseSCMListener.all()
instead.
LogRecorder.getLoggers()