Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static <T> CopyOnWriteList<T> |
ExtensionListView.createCopyOnWriteList(Class<T> type)
Creates a seriously hacked up
CopyOnWriteList that acts as a view to the current ExtensionList . |
Modifier and Type | Field and Description |
---|---|
CopyOnWriteList<LogRecorder.Target> |
LogRecorder.targets |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteList<JobProperty<? super JobT>> |
Job.properties
List of properties configured for this project.
|
Modifier and Type | Method and Description |
---|---|
CopyOnWriteList<ComputerListener> |
Hudson.getComputerListeners()
Deprecated.
as of 1.286.
Use
ComputerListener.all() . |
CopyOnWriteList<ItemListener> |
Hudson.getJobListeners()
Deprecated.
as of 1.286.
Use
ItemListener.all() . |
Modifier and Type | Field and Description |
---|---|
static CopyOnWriteList<RunListener> |
RunListener.LISTENERS
Deprecated.
as of 1.281
Use
RunListener.all() for read access, and use Extension for registration. |
Modifier and Type | Field and Description |
---|---|
static CopyOnWriteList<ChangeLogAnnotator> |
ChangeLogAnnotator.annotators
Deprecated.
as of 1.286
Use
ChangeLogAnnotator.all() for read access, and Extension for registration. |
Modifier and Type | Field and Description |
---|---|
protected CopyOnWriteList<T> |
PersistedList.data |
Modifier and Type | Method and Description |
---|---|
CopyOnWriteList |
CopyOnWriteList.ConverterImpl.unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CopyOnWriteList.replaceBy(CopyOnWriteList<? extends E> that)
Completely replaces this list by the contents of the given list.
|
Modifier and Type | Method and Description |
---|---|
CopyOnWriteList<SCMListener> |
Jenkins.getSCMListeners()
Deprecated.
Use
SCMListener.all() instead. |
Copyright © 2017. All rights reserved.