Uses of Class
hudson.util.PersistedList
-
Packages that use PersistedList Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.util Other miscellaneous utility codejenkins.model -
-
Uses of PersistedList in hudson.model
Subclasses of PersistedList in hudson.model Modifier and Type Class Description static class
Hudson.CloudList
Deprecated.only here for backward compstatic class
View.PropertyList
Methods in hudson.model that return PersistedList Modifier and Type Method Description PersistedList<FingerprintFacet>
Fingerprint. getPersistedFacets()
Returns the persisted facets.PersistedList<UpdateSite>
UpdateCenter. getSites()
Returns the list ofUpdateSite
s to be used. -
Uses of PersistedList in hudson.util
Subclasses of PersistedList in hudson.util Modifier and Type Class Description class
DescribableList<T extends Describable<T>,D extends Descriptor<T>>
Persisted list ofDescribable
s with some operations specific toDescriptor
s. -
Uses of PersistedList in jenkins.model
Subclasses of PersistedList in jenkins.model Modifier and Type Class Description static class
Jenkins.CloudList
-