Uses of Class
hudson.util.DescribableList
-
Packages that use DescribableList Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.hudson.tools jenkins.model jenkins.security -
-
Uses of DescribableList in hudson.model
Subclasses of DescribableList in hudson.model Modifier and Type Class Description static class
Hudson.CloudList
Deprecated.only here for backward compstatic class
View.PropertyList
Fields in hudson.model declared as DescribableList Modifier and Type Field Description protected DescribableList<Trigger<?>,TriggerDescriptor>
AbstractProject. triggers
List of allTrigger
s for this project. -
Uses of DescribableList in hudson.model.labels
Methods in hudson.model.labels that return DescribableList Modifier and Type Method Description DescribableList<LabelAtomProperty,LabelAtomPropertyDescriptor>
LabelAtom. getProperties()
Properties associated with this label. -
Uses of DescribableList in hudson.tools
Fields in hudson.tools declared as DescribableList Modifier and Type Field Description DescribableList<ToolInstaller,Descriptor<ToolInstaller>>
InstallSourceProperty. installers
Methods in hudson.tools that return DescribableList Modifier and Type Method Description DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolDescriptor. getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.DescribableList<ToolProperty<?>,ToolPropertyDescriptor>
ToolInstallation. getProperties()
-
Uses of DescribableList in jenkins.model
Subclasses of DescribableList in jenkins.model Modifier and Type Class Description static class
Jenkins.CloudList
Methods in jenkins.model that return DescribableList Modifier and Type Method Description DescribableList<ArtifactManagerFactory,ArtifactManagerFactoryDescriptor>
ArtifactManagerConfiguration. getArtifactManagerFactories()
DescribableList<GlobalBuildDiscarderStrategy,GlobalBuildDiscarderStrategyDescriptor>
GlobalBuildDiscarderConfiguration. getConfiguredBuildDiscarders()
DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getGlobalNodeProperties()
DescribableList<NodeProperty<?>,NodePropertyDescriptor>
Jenkins. getNodeProperties()
-
Uses of DescribableList in jenkins.security
Methods in jenkins.security that return DescribableList Modifier and Type Method Description DescribableList<QueueItemAuthenticator,QueueItemAuthenticatorDescriptor>
QueueItemAuthenticatorConfiguration. getAuthenticators()
Provides all user-configured authenticators.
-