Uses of Class
hudson.DescriptorExtensionList
-
Packages that use DescriptorExtensionList Package Description hudson hudson.console Beef up the plain text console output by adding HTML markup.hudson.markup hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.labels Boolean expression over labels.hudson.node_monitors Code that monitors the health of agentshudson.scm Jenkins's interface with source code management systems.hudson.security Security-related code.hudson.security.captcha hudson.security.csrf hudson.slaves Code related to agents.hudson.tasks hudson.tools hudson.triggers Built-inTrigger
s that run periodically to kick a new build.hudson.views jenkins.fingerprints jenkins.model jenkins.mvn jenkins.scm jenkins.security -
-
Uses of DescriptorExtensionList in hudson
Methods in hudson that return DescriptorExtensionList Modifier and Type Method Description static <T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T,D>DescriptorExtensionList. createDescriptorList(Hudson hudson, Class<T> describableType)
Deprecated.as of 1.416 UseExtensionList.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 Modifier and Type Method Description static DescriptorExtensionList<ConsoleNote<?>,ConsoleAnnotationDescriptor>
ConsoleAnnotationDescriptor. all()
Returns all the registeredConsoleAnnotationDescriptor
descriptors. -
Uses of DescriptorExtensionList in hudson.markup
Methods in hudson.markup that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<MarkupFormatter,MarkupFormatterDescriptor>
MarkupFormatterDescriptor. all()
Returns all the registeredMarkupFormatterDescriptor
s. -
Uses of DescriptorExtensionList in hudson.model
Methods in hudson.model that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<TopLevelItem,TopLevelItemDescriptor>
Items. all()
Returns all the registeredTopLevelItemDescriptor
s.static DescriptorExtensionList<ParameterDefinition,ParameterDefinition.ParameterDescriptor>
ParameterDefinition. all()
Returns all the registeredParameterDefinition
descriptors.static DescriptorExtensionList<UserProperty,UserPropertyDescriptor>
UserProperty. all()
Returns all the registeredUserPropertyDescriptor
s.static DescriptorExtensionList<View,ViewDescriptor>
View. all()
Returns all the registeredViewDescriptor
s.static DescriptorExtensionList<ViewProperty,ViewPropertyDescriptor>
ViewProperty. all()
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getNodeMonitorDescriptors()
ExposingNodeMonitor.all()
for Jelly binding. -
Uses of DescriptorExtensionList in hudson.model.labels
Methods in hudson.model.labels that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<LabelAtomProperty,LabelAtomPropertyDescriptor>
LabelAtomProperty. all()
Lists up all the registeredLabelAtomPropertyDescriptor
s in the system. -
Uses of DescriptorExtensionList in hudson.node_monitors
Methods in hudson.node_monitors that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
NodeMonitor. all()
Returns all the registeredNodeMonitor
descriptors. -
Uses of DescriptorExtensionList in hudson.scm
Methods in hudson.scm that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>>
RepositoryBrowser. all()
Returns all the registeredRepositoryBrowser
descriptors.static DescriptorExtensionList<SCM,SCMDescriptor<?>>
SCM. all()
Returns all the registeredSCMDescriptor
s. -
Uses of DescriptorExtensionList in hudson.security
Methods in hudson.security that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<AuthorizationStrategy,Descriptor<AuthorizationStrategy>>
AuthorizationStrategy. all()
Returns all the registeredAuthorizationStrategy
descriptors.static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>>
SecurityRealm. all()
Returns all the registeredSecurityRealm
descriptors. -
Uses of DescriptorExtensionList in hudson.security.captcha
Methods in hudson.security.captcha that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>>
CaptchaSupport. all()
Returns all the registeredCaptchaSupport
descriptors. -
Uses of DescriptorExtensionList in hudson.security.csrf
Methods in hudson.security.csrf that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>>
CrumbIssuer. all()
Returns all the registeredCrumbIssuer
descriptors. -
Uses of DescriptorExtensionList in hudson.slaves
Methods in hudson.slaves that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<Cloud,Descriptor<Cloud>>
Cloud. all()
Returns all the registeredCloud
descriptors.static DescriptorExtensionList<ComputerConnector,ComputerConnectorDescriptor>
ComputerConnectorDescriptor. all()
static DescriptorExtensionList<Node,NodeDescriptor>
NodeDescriptor. all()
Returns all the registeredNodeDescriptor
descriptors.static DescriptorExtensionList<NodeProperty<?>,NodePropertyDescriptor>
NodeProperty. all()
Lists up all the registeredNodeDescriptor
s in the system.static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>>
RetentionStrategy. all()
Returns all the registeredRetentionStrategy
descriptors. -
Uses of DescriptorExtensionList in hudson.tasks
Subclasses of DescriptorExtensionList in hudson.tasks Modifier and Type Class Description static class
Publisher.DescriptorExtensionListImpl
Publisher
has a special sort semantics that requires a subtype.Methods in hudson.tasks that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<Builder,Descriptor<Builder>>
Builder. all()
Returns all the registeredBuilder
descriptors.static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>>
BuildWrapper. all()
Returns all the registeredBuildWrapper
descriptors.static DescriptorExtensionList<Publisher,Descriptor<Publisher>>
Publisher. all()
Returns all the registeredPublisher
descriptors. -
Uses of DescriptorExtensionList in hudson.tools
Methods in hudson.tools that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>>
ToolInstallation. all()
Returns all the registeredToolDescriptor
s.static DescriptorExtensionList<ToolInstaller,ToolInstallerDescriptor<?>>
ToolInstallerDescriptor. all()
static DescriptorExtensionList<ToolProperty<?>,ToolPropertyDescriptor>
ToolProperty. all()
Lists up all the registeredToolPropertyDescriptor
s in the system.DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>>
ToolLocationNodeProperty.DescriptorImpl. getToolDescriptors()
-
Uses of DescriptorExtensionList in hudson.triggers
Methods in hudson.triggers that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<Trigger<?>,TriggerDescriptor>
Trigger. all()
Returns all the registeredTrigger
descriptors. -
Uses of DescriptorExtensionList in hudson.views
Methods in hudson.views that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>>
ListViewColumn. all()
Returns all the registeredListViewColumn
descriptors.static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>>
MyViewsTabBar. all()
Returns all the registeredListViewColumn
descriptors.static DescriptorExtensionList<ViewJobFilter,Descriptor<ViewJobFilter>>
ViewJobFilter. all()
Returns all the registeredViewJobFilter
descriptors.static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>>
ViewsTabBar. all()
Returns all the registeredViewsTabBar
descriptors. -
Uses of DescriptorExtensionList in jenkins.fingerprints
Methods in jenkins.fingerprints that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<FingerprintStorage,FingerprintStorageDescriptor>
FingerprintStorageDescriptor. all()
DescriptorExtensionList<FingerprintStorage,FingerprintStorageDescriptor>
GlobalFingerprintConfiguration. getFingerprintStorageDescriptors()
-
Uses of DescriptorExtensionList in jenkins.model
-
Uses of DescriptorExtensionList in jenkins.mvn
Methods in jenkins.mvn that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<GlobalSettingsProvider,GlobalSettingsProviderDescriptor>
GlobalSettingsProviderDescriptor. all()
static DescriptorExtensionList<SettingsProvider,SettingsProviderDescriptor>
SettingsProviderDescriptor. all()
-
Uses of DescriptorExtensionList in jenkins.scm
Methods in jenkins.scm that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<SCMCheckoutStrategy,SCMCheckoutStrategyDescriptor>
SCMCheckoutStrategyDescriptor. all()
Returns all the registeredSCMCheckoutStrategy
s. -
Uses of DescriptorExtensionList in jenkins.security
Methods in jenkins.security that return DescriptorExtensionList Modifier and Type Method Description static DescriptorExtensionList<QueueItemAuthenticator,QueueItemAuthenticatorDescriptor>
QueueItemAuthenticatorDescriptor. all()
-