Uses of Class
hudson.util.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
Modifier and TypeClassDescriptionstatic class
Deprecated.only here for backward compstatic class
Modifier and TypeFieldDescriptionprotected DescribableList<Trigger<?>,
TriggerDescriptor> AbstractProject.triggers
List of allTrigger
s for this project.Modifier 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
Modifier and TypeMethodDescriptionLabelAtom.getProperties()
Properties associated with this label. -
Uses of DescribableList in hudson.tools
Modifier and TypeMethodDescriptionToolDescriptor.getDefaultProperties()
Default value forToolInstallation.getProperties()
used in the form binding.ToolInstallation.getProperties()
-
Uses of DescribableList in jenkins.model
Modifier and TypeMethodDescriptionArtifactManagerConfiguration.getArtifactManagerFactories()
GlobalBuildDiscarderConfiguration.getConfiguredBuildDiscarders()
Jenkins.getGlobalNodeProperties()
Jenkins.getNodeProperties()
-
Uses of DescribableList in jenkins.security
Modifier and TypeMethodDescriptionQueueItemAuthenticatorConfiguration.getAuthenticators()
Provides all user-configured authenticators.