|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use hudson.util | |
---|---|
hudson | |
hudson.diagnosis | |
hudson.logging | |
hudson.matrix | Matrix project |
hudson.maven | Maven support. |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.model.labels | Boolean expression over labels. |
hudson.model.listeners | Listener interfaces for various events that occur inside the server. |
hudson.node_monitors | Code that monitors the health of slaves |
hudson.os.windows | |
hudson.scm | Hudson's interface with source code management systems. |
hudson.security | Security-related code. |
hudson.security.csrf | |
hudson.slaves | Code related to slaves. |
hudson.tasks | Built-in Builders and Publishers that perform the actual heavy-lifting of a build. |
hudson.tasks.junit | Model objects that represent JUnit test reports. |
hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
hudson.tools | |
hudson.triggers | Built-in Triggers that run periodically to kick a new build. |
hudson.util | Other miscellaneous utility code |
hudson.util.io | |
hudson.views | |
jenkins.model | |
jenkins.plugins.ui_samples | |
jenkins.util | |
jenkins.util.xstream | |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Classes in hudson.util used by hudson | |
---|---|
Area
Represents a two dimensional area. |
|
ArgumentListBuilder
Used to build up arguments for a process invocation. |
|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
|
DelegatingOutputStream
Works like FilterOutputStream except its performance problem. |
|
DirScanner
Visits a directory and its contents and pass them to the FileVisitor . |
|
FormValidation
Represents the result of the form field validation. |
|
OneShotEvent
Concurrency primitive. |
|
VariableResolver
Resolves variables to its value, while encapsulating how that resolution happens. |
Classes in hudson.util used by hudson.diagnosis | |
---|---|
FormValidation
Represents the result of the form field validation. |
Classes in hudson.util used by hudson.logging | |
---|---|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
Classes in hudson.util used by hudson.matrix | |
---|---|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
RobustCollectionConverter
CollectionConverter that ignores CannotResolveClassException . |
Classes in hudson.util used by hudson.maven | |
---|---|
ArgumentListBuilder
Used to build up arguments for a process invocation. |
|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
InvocationInterceptor
Interceptor around InvocationHandler . |
|
RemotingDiagnostics.HeapDump
Heap dump, exposable to URL via Stapler. |
Classes in hudson.util used by hudson.model | |
---|---|
AbstractTaskListener
Partial default implementation of TaskListener |
|
AlternativeUiTextProvider.Message
Each instance of this class represents a text that can be replaced by AlternativeUiTextProvider . |
|
ByteBuffer
Deprecated. since 2008-05-28. Moved to stapler |
|
ClockDifference
Represents a clock difference. |
|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
DescriptorList
List of Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
Function1
Unary function y=f(x). |
|
Graph
A JFreeChart-generated graph that's bound to UI. |
|
KeyedDataStorage
Convenient base class for implementing data storage. |
|
PersistedList
Collection whose change is notified to the parent object for persistence. |
|
RemotingDiagnostics.HeapDump
Heap dump, exposable to URL via Stapler. |
|
RunList
List of Run s, sorted in the descending date order. |
|
Secret
Glorified String that uses encryption in the persisted form, to avoid accidental exposure of a secret. |
|
StreamTaskListener
TaskListener that generates output into a single stream. |
|
TagCloud
Represents an order-preserving tag cloud (http://en.wikipedia.org/wiki/Tag_cloud) where each keyword gets a weight and displayed according to their weight. |
|
TextFile
Represents a text file. |
|
VariableResolver
Resolves variables to its value, while encapsulating how that resolution happens. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
|
XStream2.PassthruConverter
Create a nested ConverterImpl subclass that extends this class to run some
callback code just after a type is unmarshalled by RobustReflectionConverter. |
Classes in hudson.util used by hudson.model.labels | |
---|---|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
VariableResolver
Resolves variables to its value, while encapsulating how that resolution happens. |
Classes in hudson.util used by hudson.model.listeners | |
---|---|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
Classes in hudson.util used by hudson.node_monitors | |
---|---|
ClockDifference
Represents a clock difference. |
|
DescriptorList
List of Descriptor s. |
Classes in hudson.util used by hudson.os.windows | |
---|---|
Secret
Glorified String that uses encryption in the persisted form, to avoid accidental exposure of a secret. |
Classes in hudson.util used by hudson.scm | |
---|---|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
Classes in hudson.util used by hudson.security | |
---|---|
DescriptorList
List of Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
|
XStream2.PassthruConverter
Create a nested ConverterImpl subclass that extends this class to run some
callback code just after a type is unmarshalled by RobustReflectionConverter. |
Classes in hudson.util used by hudson.security.csrf | |
---|---|
MultipartFormDataParser
Wraps commons file-upload and handles a "multipart/form-data" form submisison (that often includes file upload.) |
Classes in hudson.util used by hudson.slaves | |
---|---|
ClasspathBuilder
Used to build up an argument in the classpath format. |
|
DescriptorList
List of Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
JVMBuilder
Used to build up launch parameters for a Java virtual machine. |
|
RobustCollectionConverter
CollectionConverter that ignores CannotResolveClassException . |
|
StreamTaskListener
TaskListener that generates output into a single stream. |
Classes in hudson.util used by hudson.tasks | |
---|---|
ArgumentListBuilder
Used to build up arguments for a process invocation. |
|
FormValidation
Represents the result of the form field validation. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
|
XStream2.PassthruConverter
Create a nested ConverterImpl subclass that extends this class to run some
callback code just after a type is unmarshalled by RobustReflectionConverter. |
Classes in hudson.util used by hudson.tasks.junit | |
---|---|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
Graph
A JFreeChart-generated graph that's bound to UI. |
Classes in hudson.util used by hudson.tasks.test | |
---|---|
FormValidation
Represents the result of the form field validation. |
Classes in hudson.util used by hudson.tools | |
---|---|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
Secret
Glorified String that uses encryption in the persisted form, to avoid accidental exposure of a secret. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
|
XStream2.PassthruConverter
Create a nested ConverterImpl subclass that extends this class to run some
callback code just after a type is unmarshalled by RobustReflectionConverter. |
Classes in hudson.util used by hudson.triggers | |
---|---|
FormValidation
Represents the result of the form field validation. |
Classes in hudson.util used by hudson.util | |
---|---|
AbstractTaskListener
Partial default implementation of TaskListener |
|
AlternativeUiTextProvider
Provides the alternative text to be rendered in the UI. |
|
AlternativeUiTextProvider.Message
Each instance of this class represents a text that can be replaced by AlternativeUiTextProvider . |
|
Area
Represents a two dimensional area. |
|
ArgumentListBuilder
Used to build up arguments for a process invocation. |
|
ChartUtil.NumberOnlyBuildLabel
Can be used as a graph label. |
|
ClasspathBuilder
Used to build up an argument in the classpath format. |
|
ClockDifference
Represents a clock difference. |
|
ConsistentHash.Hash
Hashes an object to some value. |
|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
|
CopyOnWriteMap
Map that has copy-on-write semantics. |
|
CyclicGraphDetector.CycleDetectedException
|
|
DelegatingOutputStream
Works like FilterOutputStream except its performance problem. |
|
DescribableList.Owner
Deprecated. since 2008-08-15. Just implement Saveable . |
|
DirScanner
Visits a directory and its contents and pass them to the FileVisitor . |
|
DirScanner.Full
Scans everything recursively. |
|
ErrorObject
Basis for error model objects. |
|
FileVisitor
Visits files in a directory recursively. |
|
FormFieldValidator
Deprecated. as of 1.294 Use FormValidation as a return value in your check method. |
|
FormFieldValidator.URLCheck
Deprecated. as of 1.294 Use FormValidation.URLCheck |
|
FormFieldValidator.WorkspaceFilePath
Deprecated. as of 1.294. Use FilePath.validateRelativePath(String, boolean, boolean) |
|
FormValidation
Represents the result of the form field validation. |
|
FormValidation.FileValidator
Performs an application-specific validation on the given file. |
|
FormValidation.Kind
Indicates the kind of result. |
|
HudsonFailedToLoad
Model object used to display the generic error when Hudson start up fails fatally during initialization. |
|
Iterators.CountingPredicate
|
|
Iterators.FilterIterator
Creates a filtered view of another iterator. |
|
JVMBuilder
Used to build up launch parameters for a Java virtual machine. |
|
ListBoxModel
Model object of dynamically filled list box. |
|
ListBoxModel.Option
|
|
NoOverlapCategoryAxis
This class implements X-axis label skipping algorithm to avoid drawing overlapping labels. |
|
PackedMap
Read-only map implementation that uses less memory than HashMap /TreeMap . |
|
PersistedList
Collection whose change is notified to the parent object for persistence. |
|
ProcessKiller
Extension point that defines more elaborate way of killing processes, such as sudo or pfexec, for ProcessTree . |
|
ProcessTree
Represents a snapshot of the process tree of the current system. |
|
ProcessTree.OSProcess
Represents a process. |
|
ProcessTree.ProcessCallable
Code that gets executed on the machine where the ProcessTree.OSProcess is local. |
|
ProcessTreeKiller
Deprecated. as of 1.315. Use ProcessTree . |
|
ProcessTreeRemoting.IOSProcess
|
|
ProcessTreeRemoting.IProcessTree
|
|
ReflectionUtils.Parameter
|
|
RunList
List of Run s, sorted in the descending date order. |
|
Secret
Glorified String that uses encryption in the persisted form, to avoid accidental exposure of a secret. |
|
StreamTaskListener
TaskListener that generates output into a single stream. |
|
TagCloud.Entry
|
|
TagCloud.WeightFunction
|
|
TimeUnit2
A TimeUnit represents time durations at a given unit of granularity and provides utility methods to convert across units, and to perform timing and delay operations in these units. |
|
VariableResolver
Resolves variables to its value, while encapsulating how that resolution happens. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
Classes in hudson.util used by hudson.util.io | |
---|---|
FileVisitor
Visits files in a directory recursively. |
Classes in hudson.util used by hudson.views | |
---|---|
DescriptorList
List of Descriptor s. |
Classes in hudson.util used by jenkins.model | |
---|---|
ClockDifference
Represents a clock difference. |
|
CopyOnWriteList
List -like implementation that has copy-on-write semantics. |
|
DescribableList
Persisted list of Describable s with some operations specific
to Descriptor s. |
|
FormValidation
Represents the result of the form field validation. |
|
PersistedList
Collection whose change is notified to the parent object for persistence. |
|
RemotingDiagnostics.HeapDump
Heap dump, exposable to URL via Stapler. |
|
XStream2
XStream enhanced for additional Java5 support and improved robustness. |
Classes in hudson.util used by jenkins.plugins.ui_samples | |
---|---|
ComboBoxModel
Model object for dynamically filed combo box, which is really just ArrayList<String> |
|
FormValidation
Represents the result of the form field validation. |
|
ListBoxModel
Model object of dynamically filled list box. |
Classes in hudson.util used by jenkins.util | |
---|---|
FormValidation
Represents the result of the form field validation. |
Classes in hudson.util used by jenkins.util.xstream | |
---|---|
VariableResolver
Resolves variables to its value, while encapsulating how that resolution happens. |
Classes in hudson.util used by org.jvnet.hudson.test | |
---|---|
FormValidation
Represents the result of the form field validation. |
|
FormValidation.Kind
Indicates the kind of result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |