Uses of Class
hudson.util.DescribableList

Packages that use DescribableList
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.tasks.junit Model objects that represent JUnit test reports. 
hudson.tools   
jenkins.model   
 

Uses of DescribableList in hudson.matrix
 

Methods in hudson.matrix that return DescribableList
 DescribableList<Builder,Descriptor<Builder>> MatrixConfiguration.getBuildersList()
           
 DescribableList<Builder,Descriptor<Builder>> MatrixProject.getBuildersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MatrixConfiguration.getBuildWrappersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MatrixProject.getBuildWrappersList()
           
 DescribableList<Publisher,Descriptor<Publisher>> MatrixConfiguration.getPublishersList()
           
 DescribableList<Publisher,Descriptor<Publisher>> MatrixProject.getPublishersList()
           
 

Uses of DescribableList in hudson.maven
 

Methods in hudson.maven that return DescribableList
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MavenModuleSet.getBuildWrappers()
          Deprecated. as of 1.335 Use MavenModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject.
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> MavenModuleSet.getBuildWrappersList()
           
 DescribableList<Builder,Descriptor<Builder>> MavenModuleSet.getPostbuilders()
          Builders that are run after the main Maven execution.
 DescribableList<Builder,Descriptor<Builder>> MavenModuleSet.getPrebuilders()
          Builders that are run before the main Maven execution.
 DescribableList<Publisher,Descriptor<Publisher>> MavenModuleSet.getPublishers()
          List of active Publishers.
 DescribableList<Publisher,Descriptor<Publisher>> MavenModule.getPublishersList()
           
 DescribableList<Publisher,Descriptor<Publisher>> MavenModuleSet.getPublishersList()
           
 DescribableList<MavenReporter,Descriptor<MavenReporter>> MavenModule.getReporters()
          List of active MavenReporters configured for this module.
 DescribableList<MavenReporter,Descriptor<MavenReporter>> MavenModuleSet.getReporters()
          List of active MavenReporters that should be applied to all module builds.
 DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> MavenTestDataPublisher.getTestDataPublishers()
           
 

Constructors in hudson.maven with parameters of type DescribableList
MavenTestDataPublisher(DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
           
 

Uses of DescribableList in hudson.model
 

Subclasses of DescribableList in hudson.model
static class Hudson.CloudList
          Deprecated. only here for backward comp
static class View.PropertyList
           
 

Methods in hudson.model that return DescribableList
 DescribableList<Builder,Descriptor<Builder>> Project.getBuildersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> Project.getBuildWrappersList()
           
 DescribableList<BuildWrapper,Descriptor<BuildWrapper>> BuildableItemWithBuildWrappers.getBuildWrappersList()
          BuildWrappers associated with this AbstractProject.
 DescribableList<ListViewColumn,Descriptor<ListViewColumn>> ListView.getColumns()
           
 DescribableList<ViewJobFilter,Descriptor<ViewJobFilter>> ListView.getJobFilters()
           
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>> ComputerSet.getMonitors()
           
abstract  DescribableList<NodeProperty<?>,NodePropertyDescriptor> Node.getNodeProperties()
          Gets the NodeProperty instances configured for this Node.
 DescribableList<NodeProperty<?>,NodePropertyDescriptor> Slave.getNodeProperties()
           
 DescribableList<ViewProperty,ViewPropertyDescriptor> View.getProperties()
          Gets the view properties configured for this view.
 DescribableList<Publisher,Descriptor<Publisher>> Project.getPublishersList()
           
abstract  DescribableList<Publisher,Descriptor<Publisher>> AbstractProject.getPublishersList()
          Returns the live list of all Publishers configured for this project.
 

Uses of DescribableList in hudson.model.labels
 

Methods in hudson.model.labels that return DescribableList
 DescribableList<LabelAtomProperty,LabelAtomPropertyDescriptor> LabelAtom.getProperties()
          Properties associated with this label.
 

Uses of DescribableList in hudson.tasks.junit
 

Methods in hudson.tasks.junit that return DescribableList
 DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> JUnitResultArchiver.getTestDataPublishers()
           
 

Constructors in hudson.tasks.junit with parameters of type DescribableList
JUnitResultArchiver(String testResults, boolean keepLongStdio, DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
           
JUnitResultArchiver(String testResults, DescribableList<TestDataPublisher,Descriptor<TestDataPublisher>> testDataPublishers)
          Deprecated. 
 

Uses of DescribableList in hudson.tools
 

Fields in hudson.tools declared as DescribableList
 DescribableList<ToolInstaller,Descriptor<ToolInstaller>> InstallSourceProperty.installers
           
 

Methods in hudson.tools that return DescribableList
 DescribableList<ToolProperty<?>,ToolPropertyDescriptor> ToolDescriptor.getDefaultProperties()
          Default value for ToolInstallation.getProperties() used in the form binding.
 DescribableList<ToolProperty<?>,ToolPropertyDescriptor> ToolInstallation.getProperties()
           
 

Uses of DescribableList in jenkins.model
 

Subclasses of DescribableList in jenkins.model
static class Jenkins.CloudList
           
 

Methods in jenkins.model that return DescribableList
 DescribableList<NodeProperty<?>,NodePropertyDescriptor> Jenkins.getGlobalNodeProperties()
           
 DescribableList<NodeProperty<?>,NodePropertyDescriptor> Jenkins.getNodeProperties()
           
 



Copyright © 2004-2013. All Rights Reserved.