Class | Description |
---|---|
AntClassLoader |
Used to load classes within ant with a different classpath from
that used to start ant.
|
AntWithFindResourceClassLoader |
As of 1.8.0,
AntClassLoader doesn't implement AntWithFindResourceClassLoader.findResource(String)
in any meaningful way, which breaks fast lookup. |
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.
|
FullDuplexHttpService |
Server-side counterpart to
FullDuplexHttpStream . |
HttpSessionListener |
HttpSessionListener ExtensionPoint for Jenkins. |
InterceptingExecutorService |
ExecutorService that wraps all the tasks that run inside. |
InterceptingScheduledExecutorService |
Generalization of
InterceptingExecutorService to scheduled services. |
JenkinsJVM |
A utility class to identify if the current JVM is the one that is running
Jenkins |
JSONSignatureValidator | |
MarkFindingOutputStream |
Filtering
OutputStream that looks for MarkFindingOutputStream.MARK in the output stream and notifies the callback. |
MemoryReductionUtil |
Utilities to reduce memory footprint
|
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.
|
ResourceBundleUtil |
Simple
ResourceBundle utility class. |
ServerTcpPort |
Used in conjunction with /lib/form/serverTcpPort tag to parse the submitted JSON back into a port number.
|
SystemProperties |
Centralizes calls to
System.getProperty(String) and related calls. |
SystemProperties.Listener | |
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
TreeString s that share common prefixes. |
UrlHelper |
Objective is to validate an URL in a lenient way sufficiently strict to avoid too weird URL
but to still allow particular internal URL to be accepted
|
VirtualFile |
Exception | Description |
---|---|
FullDuplexHttpService.Response |
HTTP response that allows a client to use this service.
|
Copyright © 2004–2019. All rights reserved.