Uses of Class
hudson.util.DescribableList
Packages that use DescribableList
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
-
Uses of DescribableList in hudson.model
Subclasses of DescribableList in hudson.modelModifier and TypeClassDescriptionstatic class
Deprecated.only here for backward compstatic class
Fields in hudson.model declared as DescribableListModifier and TypeFieldDescriptionprotected DescribableList<Trigger<?>,
TriggerDescriptor> AbstractProject.triggers
List of allTrigger
s for this project.Methods in hudson.model that return DescribableListModifier and TypeMethodDescriptionProject.getBuildersList()
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.Project.getBuildWrappersList()
ListView.getColumns()
ListView.getJobFilters()
static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
abstract DescribableList<NodeProperty<?>,
NodePropertyDescriptor> Node.getNodeProperties()
Gets theNodeProperty
instances configured for thisNode
.Slave.getNodeProperties()
View.getProperties()
Gets the view properties configured for this view.abstract DescribableList<Publisher,
Descriptor<Publisher>> AbstractProject.getPublishersList()
Returns the live list of allPublisher
s configured for this project.Project.getPublishersList()
protected DescribableList<Trigger<?>,
TriggerDescriptor> AbstractProject.triggers()
-
Uses of DescribableList in hudson.model.labels
Methods in hudson.model.labels that return DescribableListModifier and TypeMethodDescriptionLabelAtom.getProperties()
Properties associated with this label. -
Uses of DescribableList in hudson.tools
Fields in hudson.tools declared as DescribableListMethods in hudson.tools that return DescribableListModifier and TypeMethodDescriptionToolDescriptor.getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.ToolInstallation.getProperties()
-
Uses of DescribableList in jenkins.model
Subclasses of DescribableList in jenkins.modelMethods in jenkins.model that return DescribableListModifier and TypeMethodDescriptionArtifactManagerConfiguration.getArtifactManagerFactories()
GlobalBuildDiscarderConfiguration.getConfiguredBuildDiscarders()
Jenkins.getGlobalNodeProperties()
Jenkins.getNodeProperties()
-
Uses of DescribableList in jenkins.security
Methods in jenkins.security that return DescribableListModifier and TypeMethodDescriptionQueueItemAuthenticatorConfiguration.getAuthenticators()
Provides all user-configured authenticators.