Uses of Class
hudson.DescriptorExtensionList

Packages that use DescriptorExtensionList
hudson   
hudson.console Beef up the plain text console output by adding HTML markup. 
hudson.markup   
hudson.matrix Matrix project 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.labels Boolean expression over labels. 
hudson.node_monitors Code that monitors the health of slaves 
hudson.scm Hudson's interface with source code management systems. 
hudson.security Security-related code. 
hudson.security.captcha   
hudson.security.csrf   
hudson.slaves Code related to slaves. 
hudson.tasks Built-in Builders and Publishers that perform the actual heavy-lifting of a build. 
hudson.tasks.junit Model objects that represent JUnit test reports. 
hudson.tools   
hudson.triggers Built-in Triggers that run periodically to kick a new build. 
hudson.views   
jenkins.model   
jenkins.mvn   
jenkins.plugins.ui_samples   
jenkins.scm   
 

Uses of DescriptorExtensionList in hudson
 

Methods in hudson that return DescriptorExtensionList
static DescriptorExtensionList<FileSystemProvisioner,FileSystemProvisionerDescriptor> FileSystemProvisioner.all()
          Returns all the registered FileSystemProvisioner descriptors.
static
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
DescriptorExtensionList.createDescriptorList(Hudson hudson, Class<T> describableType)
          Deprecated. as of 1.416 Use ExtensionList.create(Jenkins, Class)
static
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
DescriptorExtensionList.createDescriptorList(Jenkins jenkins, Class<T> describableType)
          Creates a new instance.
 

Uses of DescriptorExtensionList in hudson.console
 

Methods in hudson.console that return DescriptorExtensionList
static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor> ConsoleAnnotationDescriptor.all()
          Returns all the registered ConsoleAnnotationDescriptor descriptors.
 

Uses of DescriptorExtensionList in hudson.markup
 

Methods in hudson.markup that return DescriptorExtensionList
static DescriptorExtensionList<MarkupFormatter,MarkupFormatterDescriptor> MarkupFormatterDescriptor.all()
          Returns all the registered MarkupFormatterDescriptors.
 

Uses of DescriptorExtensionList in hudson.matrix
 

Methods in hudson.matrix that return DescriptorExtensionList
static DescriptorExtensionList<Axis,AxisDescriptor> Axis.all()
          Returns all the registered AxisDescriptors.
static DescriptorExtensionList<MatrixConfigurationSorter,MatrixConfigurationSorterDescriptor> MatrixConfigurationSorterDescriptor.all()
          Returns all the registered MatrixConfigurationSorterDescriptors.
static DescriptorExtensionList<MatrixExecutionStrategy,MatrixExecutionStrategyDescriptor> MatrixExecutionStrategyDescriptor.all()
          Returns all the registered MatrixExecutionStrategyDescriptors.
 

Uses of DescriptorExtensionList in hudson.model
 

Methods in hudson.model that return DescriptorExtensionList
static DescriptorExtensionList<ParameterDefinition,ParameterDefinition.ParameterDescriptor> ParameterDefinition.all()
          Returns all the registered ParameterDefinition descriptors.
static DescriptorExtensionList<UserProperty,UserPropertyDescriptor> UserProperty.all()
          Returns all the registered UserPropertyDescriptors.
static DescriptorExtensionList<TopLevelItem,TopLevelItemDescriptor> Items.all()
          Returns all the registered TopLevelItemDescriptors.
static DescriptorExtensionList<ViewProperty,ViewPropertyDescriptor> ViewProperty.all()
           
static DescriptorExtensionList<View,ViewDescriptor> View.all()
          Returns all the registered ViewDescriptors.
 DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> ComputerSet.getNodeMonitorDescriptors()
          Exposing NodeMonitor.all() for Jelly binding.
 

Uses of DescriptorExtensionList in hudson.model.labels
 

Methods in hudson.model.labels that return DescriptorExtensionList
static DescriptorExtensionList<LabelAtomProperty,LabelAtomPropertyDescriptor> LabelAtomProperty.all()
          Lists up all the registered LabelAtomPropertyDescriptors in the system.
 

Uses of DescriptorExtensionList in hudson.node_monitors
 

Methods in hudson.node_monitors that return DescriptorExtensionList
static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> NodeMonitor.all()
          Returns all the registered NodeMonitor descriptors.
 

Uses of DescriptorExtensionList in hudson.scm
 

Methods in hudson.scm that return DescriptorExtensionList
static DescriptorExtensionList<SCM,SCMDescriptor<?>> SCM.all()
          Returns all the registered SCMDescriptors.
static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
          Returns all the registered RepositoryBrowser descriptors.
 

Uses of DescriptorExtensionList in hudson.security
 

Methods in hudson.security that return DescriptorExtensionList
static DescriptorExtensionList<AuthorizationStrategy,Descriptor<AuthorizationStrategy>> AuthorizationStrategy.all()
          Returns all the registered AuthorizationStrategy descriptors.
static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>> SecurityRealm.all()
          Returns all the registered SecurityRealm descriptors.
 

Uses of DescriptorExtensionList in hudson.security.captcha
 

Methods in hudson.security.captcha that return DescriptorExtensionList
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> CaptchaSupport.all()
          Returns all the registered CaptchaSupport descriptors.
 

Uses of DescriptorExtensionList in hudson.security.csrf
 

Methods in hudson.security.csrf that return DescriptorExtensionList
static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>> CrumbIssuer.all()
          Returns all the registered CrumbIssuer descriptors.
 

Uses of DescriptorExtensionList in hudson.slaves
 

Methods in hudson.slaves that return DescriptorExtensionList
static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor> NodeProperty.all()
          Lists up all the registered NodeDescriptors in the system.
static DescriptorExtensionList<Node,NodeDescriptor> NodeDescriptor.all()
          Returns all the registered NodeDescriptor descriptors.
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> Cloud.all()
          Returns all the registered Cloud descriptors.
static DescriptorExtensionList<ComputerConnector,ComputerConnectorDescriptor> ComputerConnectorDescriptor.all()
           
static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()
          Returns all the registered RetentionStrategy descriptors.
 

Uses of DescriptorExtensionList in hudson.tasks
 

Subclasses of DescriptorExtensionList in hudson.tasks
static class Publisher.DescriptorExtensionListImpl
          Publisher has a special sort semantics that requires a subtype.
 

Methods in hudson.tasks that return DescriptorExtensionList
static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>> BuildWrapper.all()
          Returns all the registered BuildWrapper descriptors.
static DescriptorExtensionList<Builder,Descriptor<Builder>> Builder.all()
          Returns all the registered Builder descriptors.
static DescriptorExtensionList<Publisher,Descriptor<Publisher>> Publisher.all()
          Returns all the registered Publisher descriptors.
 

Uses of DescriptorExtensionList in hudson.tasks.junit
 

Methods in hudson.tasks.junit that return DescriptorExtensionList
static DescriptorExtensionList<TestDataPublisher,Descriptor<TestDataPublisher>> TestDataPublisher.all()
           
 

Uses of DescriptorExtensionList in hudson.tools
 

Methods in hudson.tools that return DescriptorExtensionList
static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor> ToolProperty.all()
          Lists up all the registered ToolPropertyDescriptors in the system.
static DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> ToolInstallation.all()
          Returns all the registered ToolDescriptors.
static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>> ToolInstallerDescriptor.all()
           
 DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> ToolLocationNodeProperty.DescriptorImpl.getToolDescriptors()
           
 

Uses of DescriptorExtensionList in hudson.triggers
 

Methods in hudson.triggers that return DescriptorExtensionList
static DescriptorExtensionList<Trigger<?>,TriggerDescriptor> Trigger.all()
          Returns all the registered Trigger descriptors.
 

Uses of DescriptorExtensionList in hudson.views
 

Methods in hudson.views that return DescriptorExtensionList
static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>> ViewsTabBar.all()
          Returns all the registered ViewsTabBar descriptors.
static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>> MyViewsTabBar.all()
          Returns all the registered ListViewColumn descriptors.
static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>> ListViewColumn.all()
          Returns all the registered ListViewColumn descriptors.
static DescriptorExtensionList<ViewJobFilter,Descriptor<ViewJobFilter>> ViewJobFilter.all()
          Returns all the registered ViewJobFilter descriptors.
 

Uses of DescriptorExtensionList in jenkins.model
 

Methods in jenkins.model that return DescriptorExtensionList
static DescriptorExtensionList<ProjectNamingStrategy,ProjectNamingStrategy.ProjectNamingStrategyDescriptor> ProjectNamingStrategy.all()
           
static DescriptorExtensionList<BuildDiscarder,BuildDiscarderDescriptor> BuildDiscarderDescriptor.all()
          Returns all the registered BuildDiscarderDescriptors.
<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>
Jenkins.getDescriptorList(Class<T> type)
          Returns ExtensionList that retains the discovered Descriptor instances for the given kind of Describable.
 

Uses of DescriptorExtensionList in jenkins.mvn
 

Methods in jenkins.mvn that return DescriptorExtensionList
static DescriptorExtensionList<SettingsProvider,SettingsProviderDescriptor> SettingsProviderDescriptor.all()
           
static DescriptorExtensionList<GlobalSettingsProvider,GlobalSettingsProviderDescriptor> GlobalSettingsProviderDescriptor.all()
           
 

Uses of DescriptorExtensionList in jenkins.plugins.ui_samples
 

Methods in jenkins.plugins.ui_samples that return DescriptorExtensionList
 DescriptorExtensionList<DropdownList.Fruit,Descriptor<DropdownList.Fruit>> DropdownList.getFruitDescriptors()
           
 

Uses of DescriptorExtensionList in jenkins.scm
 

Methods in jenkins.scm that return DescriptorExtensionList
static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor> SCMCheckoutStrategyDescriptor.all()
          Returns all the registered MatrixExecutionStrategyDescriptors.
 



Copyright © 2004-2013. All Rights Reserved.