Uses of Class
hudson.model.Descriptor
Package
Description
Beef up the plain text console output by adding HTML markup.
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Boolean expression over labels.
Code that monitors the health of agents
Jenkins's interface with source code management systems.
QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
Code related to agents.
Built-in
Trigger
s that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of Descriptor in hudson
Modifier and TypeClassDescriptionclass
DescriptorExtensionList<T extends Describable<T>,
D extends Descriptor<T>> ExtensionList
for holding a set ofDescriptor
s, which is a group of descriptors for the same extension point.Modifier and TypeClassDescriptionstatic class
class
Modifier and TypeMethodDescriptionstatic <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Hudson hudson, Class<T> describableType) Deprecated.static <T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> DescriptorExtensionList.createDescriptorList
(Jenkins jenkins, Class<T> describableType) Creates a new instance.Modifier and TypeMethodDescriptionFileSystemProvisioner.getDescriptor()
Deprecated.PluginManager.getProxyDescriptor()
ProxyConfigurationManager.getProxyDescriptor()
Modifier and TypeMethodDescriptionstatic List<Descriptor<AuthorizationStrategy>>
Functions.getAuthorizationStrategyDescriptors()
static List<Descriptor<Builder>>
Functions.getBuilderDescriptors
(AbstractProject<?, ?> project) static List<Descriptor<BuildWrapper>>
Functions.getBuildWrapperDescriptors
(AbstractProject<?, ?> project) static List<Descriptor<CaptchaSupport>>
Functions.getCaptchaSupportDescriptors()
static List<Descriptor<Cloud>>
Functions.getCloudDescriptors()
static List<Descriptor<ComputerLauncher>>
Functions.getComputerLauncherDescriptors()
Deprecated.static List<Descriptor<CrumbIssuer>>
Functions.getCrumbIssuerDescriptors()
static List<Descriptor<MyViewsTabBar>>
Functions.getMyViewsTabBarDescriptors()
static List<Descriptor<Publisher>>
Functions.getPublisherDescriptors
(AbstractProject<?, ?> project) static List<Descriptor<RetentionStrategy<?>>>
Functions.getRetentionStrategyDescriptors()
Deprecated.static List<Descriptor<SecurityRealm>>
Functions.getSecurityRealmDescriptors()
static Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfig
(com.google.common.base.Predicate<GlobalConfigurationCategory> predicate) static Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfigByDescriptor()
LikeFunctions.getSortedDescriptorsForGlobalConfigByDescriptor(Predicate)
but with a constant truth predicate, to include all descriptors.static Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfigByDescriptor
(Predicate<Descriptor> predicate) Gets all the descriptors sorted by their inheritance tree ofDescribable
so that descriptors of similar types come nearby.static Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfigNoSecurity()
Deprecated.This is rather meaningless.static Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfigUnclassified()
Descriptors in the global configuration form that users withJenkins.MANAGE
permission can configure.static Collection<Descriptor>
Descriptors shown in the global configuration form to users withJenkins.SYSTEM_READ
permission.static List<Descriptor<ViewsTabBar>>
Functions.getViewsTabBarDescriptors()
static Iterable<Descriptor>
DescriptorExtensionList.listLegacyInstances()
List up all the legacy instances currently in use.Modifier and TypeMethodDescriptionstatic Collection<Descriptor>
Functions.getSortedDescriptorsForGlobalConfigByDescriptor
(Predicate<Descriptor> predicate) Gets all the descriptors sorted by their inheritance tree ofDescribable
so that descriptors of similar types come nearby. -
Uses of Descriptor in hudson.console
Modifier and TypeClassDescriptionclass
Descriptor forConsoleNote
.static final class
static class
static class
-
Uses of Descriptor in hudson.diagnosis
-
Uses of Descriptor in hudson.markup
Modifier and TypeClassDescriptionstatic class
class
-
Uses of Descriptor in hudson.model
Modifier and TypeClassDescriptionstatic class
AbstractProject
subtypes should implement this base class as a descriptor.static final class
static class
static class
static class
static class
static class
static class
class
Descriptor
forJobProperty
.static class
static final class
static class
class
Participates in the rendering of HTML pages for all pages of Hudson.static class
static class
static class
static final class
static class
static class
static class
static class
static class
static class
class
Descriptor
forTopLevelItem
s.class
class
Descriptor
forUserProperty
.class
Descriptor
forView
.class
Modifier and TypeMethodDescriptionstatic <T extends Descriptor>
List<T>static <T extends Descriptor>
List<T>static <T extends Descriptor>
TDescriptor.find
(Collection<? extends T> list, String string) static <T extends Descriptor>
TDescriptor.findByDescribableClassName
(Collection<? extends T> list, String className) Finds a descriptor from a collection by the class name of theDescribable
it describes.static <T extends Descriptor>
TDescriptor.findById
(Collection<? extends T> list, String id) Finds a descriptor from a collection by its ID.Modifier and TypeMethodDescriptionstatic Descriptor
AbstractDescribableImpl.getDescriptor()
By default looks for a nested class (conventionally namedDescriptorImpl
) implementingDescriptor
and marked withExtension
.ComputerSet.getDescriptor()
Describable.getDescriptor()
Gets the descriptor for this instance.final Descriptor<PageDecorator>
PageDecorator.getDescriptor()
default Descriptor
DescriptorByNameOwner.getDescriptorByName
(String id) Exposes allDescriptor
s by its name to URL.Descriptor.PropertyType.getItemTypeDescriptor()
ReturnsDescriptor
whose 'clazz' is the same asthe item type
.Descriptor.PropertyType.getItemTypeDescriptorOrDie()
Modifier and TypeMethodDescriptionfinal List<Descriptor<ComputerLauncher>>
Slave.SlaveDescriptor.computerLauncherDescriptors
(Slave it) Returns the list ofComputerLauncher
descriptors appropriate to the suppliedSlave
.List<? extends Descriptor>
Descriptor.PropertyType.getApplicableDescriptors()
Returns all the descriptors that produce types assignable to the property type.List<? extends Descriptor>
Descriptor.PropertyType.getApplicableItemDescriptors()
Returns all the descriptors that produce types assignable to the item type for a collection property.Project.getBuildersList()
Project.getBuildWrappers()
BuildableItemWithBuildWrappers.getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.Project.getBuildWrappersList()
ListView.getColumns()
ViewDescriptor.getColumnsDescriptors()
PossibleListViewColumnDescriptor
s that can be used with this view.ListView.getJobFilters()
ViewDescriptor.getJobFiltersDescriptors()
PossibleViewJobFilter
types that can be used with this view.static DescribableList<NodeMonitor,
Descriptor<NodeMonitor>> ComputerSet.getMonitors()
ComputerSet.getNodeMonitorDescriptors()
ExposingNodeMonitor.all()
for Jelly binding.static Map<Descriptor<NodeMonitor>,
NodeMonitor> ComputerSet.getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored.User.getProperties()
Gets the user properties configured for this user.Project.getPublishers()
Deprecated.as of 1.463 We will be soon removing the restriction that only one instance of publisher is allowed per type.abstract DescribableList<Publisher,
Descriptor<Publisher>> AbstractProject.getPublishersList()
Returns the live list of allPublisher
s configured for this project.Project.getPublishersList()
final List<Descriptor<RetentionStrategy<?>>>
Slave.SlaveDescriptor.retentionStrategyDescriptors
(Slave it) Returns the list ofRetentionStrategy
descriptors appropriate to the suppliedSlave
.static <T extends Describable<T>>
Map<Descriptor<T>,T> Modifier and TypeMethodDescriptionabstract boolean
DescriptorVisibilityFilter.filter
(Object context, Descriptor descriptor) Decides if the given descriptor should be visible to the user.boolean
DescriptorVisibilityFilter.filterType
(Class<?> contextClass, Descriptor descriptor) Decides if the given descriptor should be visible to the user.Project.getPublisher
(Descriptor<Publisher> descriptor) boolean
AbstractProject.AbstractProjectDescriptor.isApplicable
(Descriptor descriptor) AbstractProject
subtypes can override this method to veto someDescriptor
s from showing up on their configuration screen.boolean
TopLevelItemDescriptor.isApplicable
(Descriptor descriptor) TopLevelItemDescriptor
s often uses other descriptors to decorate itself.protected final <T extends Describable<T>>
voidAbstractProject.removeFromList
(Descriptor<T> item, List<T> collection) void
Project.removePublisher
(Descriptor<Publisher> descriptor) Deprecated.as of 1.290 UsegetPublishersList().remove(x)
Modifier and TypeMethodDescriptionprotected final <T extends Describable<T>>
List<T>AbstractProject.buildDescribable
(org.kohsuke.stapler.StaplerRequest2 req, List<? extends Descriptor<T>> descriptors) protected final <T extends Describable<T>>
List<T>AbstractProject.buildDescribable
(org.kohsuke.stapler.StaplerRequest req, List<? extends Descriptor<T>> descriptors, String prefix) Deprecated.As of 1.261.static <T extends Describable<T>>
List<T>Descriptor.newInstancesFromHeteroList
(org.kohsuke.stapler.StaplerRequest2 req, Object formData, Collection<? extends Descriptor<T>> descriptors) static <T extends Describable<T>>
List<T>Descriptor.newInstancesFromHeteroList
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData, String key, Collection<? extends Descriptor<T>> descriptors) Used to buildDescribable
instance list from<f:hetero-list>
tag.static <T extends Describable<T>>
List<T>Descriptor.newInstancesFromHeteroList
(org.kohsuke.stapler.StaplerRequest req, Object formData, Collection<? extends Descriptor<T>> descriptors) static <T extends Describable<T>>
List<T>Descriptor.newInstancesFromHeteroList
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, String key, Collection<? extends Descriptor<T>> descriptors) -
Uses of Descriptor in hudson.model.labels
-
Uses of Descriptor in hudson.node_monitors
Modifier and TypeClassDescriptionclass
Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.class
Convenient base class for commonNodeMonitor
implementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.static final class
static class
static class
class
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
static class
static class
static class
Modifier and TypeMethodDescriptionNodeMonitor.all()
Returns all the registeredNodeMonitor
descriptors. -
Uses of Descriptor in hudson.scm
Modifier and TypeClassDescriptionstatic class
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
.Modifier and TypeFieldDescriptionstatic final List<Descriptor<RepositoryBrowser<?>>>
RepositoryBrowsers.LIST
Deprecated.as of 1.286.Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<RepositoryBrowser<?>,
Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()
Returns all the registeredRepositoryBrowser
descriptors.static List<Descriptor<RepositoryBrowser<?>>>
RepositoryBrowsers.filter
(Class<? extends RepositoryBrowser> t) Only returns thoseRepositoryBrowser
descriptors that extend from the given type.SCMDescriptor.getBrowserDescriptors()
Returns the list ofRepositoryBrowser
Descriptor
that can be used with this SCM. -
Uses of Descriptor in hudson.search
-
Uses of Descriptor in hudson.security
Modifier and TypeClassDescriptionstatic final class
static class
static final class
static final class
static final class
static final class
static class
Modifier and TypeFieldDescriptionstatic Descriptor<AuthorizationStrategy>
FullControlOnceLoggedInAuthorizationStrategy.DESCRIPTOR
Deprecated.as of 1.643 Inject descriptor viaInject
.static Descriptor<SecurityRealm>
LegacySecurityRealm.DESCRIPTOR
Deprecated.as of 2.0 Don't use this field, use injection.Modifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalSecurityConfiguration.FILTER
Modifier and TypeMethodDescriptionGlobalSecurityConfiguration.getDescriptor()
SecurityRealm.getDescriptor()
By default looks for a nested class (conventionally namedDescriptorImpl
) implementingDescriptor
and marked withExtension
.Modifier and TypeMethodDescriptionAuthorizationStrategy.all()
Returns all the registeredAuthorizationStrategy
descriptors.SecurityRealm.all()
Returns all the registeredSecurityRealm
descriptors.SecurityRealm.getCaptchaSupportDescriptors()
-
Uses of Descriptor in hudson.security.captcha
Modifier and TypeMethodDescriptionCaptchaSupport.all()
Returns all the registeredCaptchaSupport
descriptors. -
Uses of Descriptor in hudson.security.csrf
Modifier and TypeClassDescriptionclass
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.static final class
class
Show the crumb configuration to the system config page.Modifier and TypeMethodDescriptionCrumbIssuer.all()
Returns all the registeredCrumbIssuer
descriptors. -
Uses of Descriptor in hudson.slaves
Modifier and TypeClassDescriptionclass
static class
static final class
static class
static class
class
Descriptor
forSlave
.class
Descriptor forNodeProperty
.static class
static class
static class
Modifier and TypeFieldDescriptionstatic Descriptor<ComputerLauncher>
JNLPLauncher.DESCRIPTOR
Deprecated.as of 1.XXX UseJenkins.getDescriptor(Class)
Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<Cloud,
Descriptor<Cloud>> Cloud.all()
Returns all the registeredCloud
descriptors.static DescriptorExtensionList<RetentionStrategy<?>,
Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()
Returns all the registeredRetentionStrategy
descriptors.DelegatingComputerLauncher.DescriptorImpl.applicableDescriptors
(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
-
Uses of Descriptor in hudson.tasks
Modifier and TypeClassDescriptionstatic class
static final class
class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
static class
class
Descriptor
forBuildWrapper
.static class
static final class
static final class
static class
static final class
static class
Modifier and TypeFieldDescriptionstatic final List<Descriptor<Builder>>
BuildStep.BUILDERS
Deprecated.as of 1.286.static final List<Descriptor<BuildWrapper>>
BuildWrappers.WRAPPERS
Deprecated.as of 1.281.Modifier and TypeMethodDescriptionBuildStep.PublisherList.get
(int index) Builder.getDescriptor()
Publisher.getDescriptor()
Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<Builder,
Descriptor<Builder>> Builder.all()
Returns all the registeredBuilder
descriptors.BuildWrapper.all()
Returns all the registeredBuildWrapper
descriptors.Publisher.all()
Returns all the registeredPublisher
descriptors.static <T extends BuildStep & Describable<T>>
List<Descriptor<T>>BuildStepDescriptor.filter
(List<Descriptor<T>> base, Class<? extends AbstractProject> type) Filters a descriptor forBuildStep
s by usingBuildStepDescriptor.isApplicable(Class)
.static List<Descriptor<BuildWrapper>>
BuildWrappers.getFor
(AbstractProject<?, ?> project) List up allBuildWrapperDescriptor
s that are applicable for the given project.BuildStep.PublisherList.iterator()
protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) Modifier and TypeMethodDescriptionvoid
BuildStep.PublisherList.add
(int index, Descriptor<Publisher> d) boolean
BuildStep.PublisherList.add
(Descriptor<Publisher> d) void
BuildStep.PublisherList.addNotifier
(Descriptor<Publisher> d) Adds a new publisher descriptor, which (generally speaking) shouldn't alter the build result, but just report the build result by some means, such as e-mail, IRC, etc.void
BuildStep.PublisherList.addRecorder
(Descriptor<Publisher> d) Adds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.Modifier and TypeMethodDescriptionstatic <T extends BuildStep & Describable<T>>
List<Descriptor<T>>BuildStepDescriptor.filter
(List<Descriptor<T>> base, Class<? extends AbstractProject> type) Filters a descriptor forBuildStep
s by usingBuildStepDescriptor.isApplicable(Class)
.protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl.sort
(List<ExtensionComponent<Descriptor<Publisher>>> r) -
Uses of Descriptor in hudson.tasks._maven
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
-
Uses of Descriptor in hudson.tools
Modifier and TypeClassDescriptionstatic class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
static class
static class
static class
class
PropertyDescriptor<P extends Describable<P>,
T> BaseDescriptor
type used forXyzProperty
classes.class
ToolDescriptor<T extends ToolInstallation>
class
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for aToolInstaller
.static class
class
Descriptor forToolProperty
.static class
-
Uses of Descriptor in hudson.triggers
-
Uses of Descriptor in hudson.util
Modifier and TypeClassDescriptionclass
DescribableList<T extends Describable<T>,
D extends Descriptor<T>> Persisted list ofDescribable
s with some operations specific toDescriptor
s.Modifier and TypeMethodDescriptionDeprecated.Underspecified what the parameter is.DescriptorList.findByName
(String id) Finds a descriptor by theirgetId()
.DescriptorList.get
(int index) Modifier and TypeMethodDescriptionvoid
DescriptorList.add
(int index, Descriptor<T> element) Deprecated.As of 1.286.boolean
DescriptorList.add
(Descriptor<T> d) Deprecated.As of 1.286.Modifier and TypeMethodDescriptionvoid
DescribableList.rebuild
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) Rebuilds the list by creating a fresh instances from the submitted form.void
DescribableList.rebuild
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) Deprecated.void
DescribableList.rebuild
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors, String prefix) Deprecated.as of 1.271 UseDescribableList.rebuild(StaplerRequest2, JSONObject, List)
instead.void
DescribableList.rebuildHetero
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key) Rebuilds the list by creating a fresh instances from the submitted form.void
DescribableList.rebuildHetero
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key) ModifierConstructorDescriptionCheckMethod
(Descriptor descriptor, String fieldName) DescriptorList
(Descriptor<T>... descriptors) Deprecated.As of 1.286. -
Uses of Descriptor in hudson.views
Modifier and TypeClassDescriptionstatic class
static class
static class
class
Adds the default view configuration to the system config page.static class
static class
static class
static class
static class
class
Descriptor
forListViewColumn
.static class
ConfiguresViewsTabBar
in the system configuration.class
Descriptor
forMyViewsTabBar
.static class
static class
static class
ConfiguresViewsTabBar
in the system configuration.class
Descriptor
forViewsTabBar
.static class
Modifier and TypeMethodDescriptionListViewColumn.getDescriptor()
For compatibility reason, this method may not return aListViewColumnDescriptor
and instead return a plainDescriptor
instance.ViewJobFilter.getDescriptor()
Modifier and TypeMethodDescriptionListViewColumn.all()
Returns all the registeredListViewColumn
descriptors.MyViewsTabBar.all()
Returns all the registeredListViewColumn
descriptors.ViewJobFilter.all()
Returns all the registeredViewJobFilter
descriptors.ViewsTabBar.all()
Returns all the registeredViewsTabBar
descriptors. -
Uses of Descriptor in jenkins.agents
-
Uses of Descriptor in jenkins.appearance
Modifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
AppearanceGlobalConfiguration.FILTER
-
Uses of Descriptor in jenkins.console
Modifier and TypeClassDescriptionclass
Allows administrators to activate and sortConsoleUrlProvider
extensions to set defaults for all users.static class
static class
Modifier and TypeMethodDescriptiondefault Descriptor<ConsoleUrlProvider>
ConsoleUrlProvider.getDescriptor()
Modifier and TypeMethodDescriptionList<? extends Descriptor<ConsoleUrlProvider>>
ConsoleUrlProviderGlobalConfiguration.getProvidersDescriptors()
-
Uses of Descriptor in jenkins.fingerprints
Modifier and TypeClassDescriptionstatic class
class
Descriptor forFingerprintStorage
.class
Allows configuring the settings of fingerprints. -
Uses of Descriptor in jenkins.formelementpath
-
Uses of Descriptor in jenkins.install
Modifier and TypeClassDescriptionclass
A Jenkins instance used during first-run to provide a limited set of services while initial installation is in progress -
Uses of Descriptor in jenkins.management
Modifier and TypeClassDescriptionclass
class
Show notifications and popups for active administrative monitors on all pages. -
Uses of Descriptor in jenkins.model
Modifier and TypeClassDescriptionclass
List of configuredArtifactManagerFactory
s.class
Definition of a kind of artifact manager.class
Descriptor
forBuildDiscarder
.static class
class
In case there are no other implementations we will fallback to this implementation.class
Global configuration UI for background build discardersclass
class
Configures check interval for computer retention.class
Convenient base class for extensions that contributes to the system configuration page but nothing else, or to manage the global configuration of a plugin implementing several extension points.class
IncludeNodePropertyDescriptor
configurations.class
Include config.jelly defined forPlugin
s.class
Configures the project naming strategy.class
Configures the system-default quiet period.class
Configures global SCM retry count default.static class
static class
static class
class
TheDescriptor
forIdStrategy
static final class
class
Stores the location of Jenkins (e-mail address and the HTTP URL.)static class
class
Adds the configuration regarding building on the built-in node.static class
static final class
static final class
static class
static class
class
Participates in the rendering of the login pageModifier and TypeFieldDescriptionstatic final Descriptor<User.CanonicalIdResolver>
DefaultUserCanonicalIdResolver.DESCRIPTOR
Modifier and TypeMethodDescription<T extends Descriptor>
TJenkins.getDescriptorByType
(Class<T> type) Gets theDescriptor
instance in the current Jenkins by its type.<T extends Describable<T>,
D extends Descriptor<T>>
DescriptorExtensionList<T,D> Jenkins.getDescriptorList
(Class<T> type) ReturnsExtensionList
that retains the discoveredDescriptor
instances for the given kind ofDescribable
.Modifier and TypeMethodDescriptionJenkins.getBuilder
(String shortClassName) Gets the builder descriptor by name.Jenkins.getBuildWrapper
(String shortClassName) Gets the build wrapper descriptor by name.DefaultUserCanonicalIdResolver.getDescriptor()
final Descriptor<GlobalConfiguration>
GlobalConfiguration.getDescriptor()
Jenkins.getDescriptor
(Class<? extends Describable> type) Gets theDescriptor
that corresponds to the givenDescribable
type.Jenkins.getDescriptor
(String id) ExposesDescriptor
by its name to URL.final Descriptor<SimplePageDecorator>
SimplePageDecorator.getDescriptor()
Jenkins.getDescriptorByName
(String id) Alias forJenkins.getDescriptor(String)
.Jenkins.getDescriptorOrDie
(Class<? extends Describable> type) Works just likeJenkins.getDescriptor(Class)
but don't take no for an answer.Jenkins.getPublisher
(String shortClassName) Gets the publisher descriptor by name.Jenkins.getRepositoryBrowser
(String shortClassName) Gets the repository browser descriptor by name.Jenkins.getRetentionStrategy
(String shortClassName) Gets the retention strategy descriptor by name.Gets the SCM descriptor by name.Jenkins.getSecurityRealms
(String shortClassName) Gets theSecurityRealm
descriptors by name.Modifier and TypeMethodDescriptionboolean
BuildDiscarderProperty.ConditionallyHidden.filter
(Object context, Descriptor descriptor) -
Uses of Descriptor in jenkins.model.experimentalflags
-
Uses of Descriptor in jenkins.mvn
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
class
class
class
-
Uses of Descriptor in jenkins.scm
Modifier and TypeClassDescriptionstatic class
class
-
Uses of Descriptor in jenkins.security
Modifier and TypeClassDescriptionstatic final class
class
Adds the 'X-Frame-Options' header to all web pages.static final class
class
Show theQueueItemAuthenticator
configurations on the system config page.class
final class
Configure the resource root URL, an alternative root URL to serve resources from to not need Content-Security-Policy headers, which mess with desired complex output.class
Configuration for update site-provided warnings. -
Uses of Descriptor in jenkins.security.apitoken
Modifier and TypeClassDescriptionclass
Configuration for the new token generation when a user is created -
Uses of Descriptor in jenkins.security.seed
-
Uses of Descriptor in jenkins.slaves
-
Uses of Descriptor in jenkins.tasks.filters
Modifier and TypeClassDescriptionclass
Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderclass
Descriptor for the local rule.Modifier and TypeMethodDescriptiondefault Descriptor<EnvVarsFilterGlobalRule>
EnvVarsFilterGlobalRule.getDescriptor()
-
Uses of Descriptor in jenkins.tasks.filters.impl
-
Uses of Descriptor in jenkins.telemetry
Modifier and TypeClassDescriptionclass
This class stores a UUID identifying this instance for telemetry reporting to allow deduplication or merging of submitted records. -
Uses of Descriptor in jenkins.tools
Modifier and TypeFieldDescriptionstatic final Predicate<Descriptor>
GlobalToolConfiguration.FILTER
-
Uses of Descriptor in jenkins.triggers
ExtensionList.create(Jenkins, Class)