|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CopyOnWriteList | |
|---|---|
| hudson | |
| hudson.logging | |
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.model.listeners | Listener interfaces for various events that occur inside the server. |
| hudson.scm | Hudson's interface with source code management systems. |
| hudson.util | Other miscellaneous utility code |
| jenkins.model | |
| Uses of CopyOnWriteList in hudson |
|---|
| Methods in hudson that return CopyOnWriteList | ||
|---|---|---|
static
|
ExtensionListView.createCopyOnWriteList(Class<T> type)
Creates a seriously hacked up CopyOnWriteList that acts as a view to the current ExtensionList. |
|
| Uses of CopyOnWriteList in hudson.logging |
|---|
| Fields in hudson.logging declared as CopyOnWriteList | |
|---|---|
CopyOnWriteList<LogRecorder.Target> |
LogRecorder.targets
|
| Uses of CopyOnWriteList in hudson.model |
|---|
| Fields in hudson.model declared as CopyOnWriteList | |
|---|---|
protected CopyOnWriteList<JobProperty<? super JobT>> |
Job.properties
List of UserPropertys configured for this project. |
| Methods in hudson.model that return CopyOnWriteList | |
|---|---|
CopyOnWriteList<ComputerListener> |
Hudson.getComputerListeners()
Deprecated. as of 1.286. Use ComputerListener.all(). |
CopyOnWriteList<ItemListener> |
Hudson.getJobListeners()
Deprecated. as of 1.286. Use ItemListener.all(). |
| Uses of CopyOnWriteList in hudson.model.listeners |
|---|
| Fields in hudson.model.listeners declared as CopyOnWriteList | |
|---|---|
static CopyOnWriteList<RunListener> |
RunListener.LISTENERS
Deprecated. as of 1.281 Use RunListener.all() for read access, and use Extension for registration. |
| Uses of CopyOnWriteList in hudson.scm |
|---|
| Fields in hudson.scm declared as CopyOnWriteList | |
|---|---|
static CopyOnWriteList<ChangeLogAnnotator> |
ChangeLogAnnotator.annotators
Deprecated. as of 1.286 Use ChangeLogAnnotator.all() for read access, and Extension for registration. |
| Uses of CopyOnWriteList in hudson.util |
|---|
| Fields in hudson.util declared as CopyOnWriteList | |
|---|---|
protected CopyOnWriteList<T> |
PersistedList.data
|
| Methods in hudson.util that return CopyOnWriteList | |
|---|---|
CopyOnWriteList |
CopyOnWriteList.ConverterImpl.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context)
|
| Methods in hudson.util with parameters of type CopyOnWriteList | |
|---|---|
void |
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 CopyOnWriteList | |
|---|---|
CopyOnWriteList<SCMListener> |
Jenkins.getSCMListeners()
Gets all the installed SCMListeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||