| Class | Description |
|---|---|
| AntClassLoader |
Used to load classes within ant with a different classpath from
that used to start ant.
|
| AtmostOneTaskExecutor<V> |
Executor-like class that executes a single task repeatedly, in such a way that a single execution
can cover multiple pending queued requests. |
| BuildListenerAdapter |
Wraps a
TaskListener as a BuildListener for compatibility with APIs which historically expected the latter. |
| ContextResettingExecutorService |
ExecutorService wrapper that resets the context classloader. |
| DirectedGraph<N> |
A possible cyclic directed graph.
|
| DirectedGraph.SCC<N> |
Strongly connected component (SCC) of a graph.
|
| InterceptingExecutorService |
ExecutorService that wraps all the tasks that run inside. |
| JSONSignatureValidator | |
| MarkFindingOutputStream |
Filtering
OutputStream that looks for MarkFindingOutputStream.MARK in the output stream and notifies the callback. |
| NonLocalizable |
Localizable implementation that actually doesn't localize. |
| ProgressiveRendering |
A helper thread which does some computation in the background and displays incremental results using JavaScript.
|
| ServerTcpPort |
Used in conjunction with /lib/form/serverTcpPort tag to parse the submitted JSON back into a port number.
|
| TimeDuration |
Represents a length of something, like
3sec. |
| TimeDuration.StaplerConverterImpl | |
| Timer |
Holds the
ScheduledExecutorService for running all background tasks in Jenkins. |
| TreeString |
TreeString is an alternative string representation that saves the
memory when you have a large number of strings that share common prefixes
(such as various file names.) |
| TreeString.ConverterImpl |
Default
Converter implementation for XStream that does interning
scoped to one unmarshalling. |
| TreeStringBuilder |
Builds
TreeStrings that share common prefixes. |
| VirtualFile |
Copyright © 2019. All rights reserved.