Uses of Class
hudson.model.Descriptor
Packages that use 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
Triggers that run periodically to kick a new build.Other miscellaneous utility code
-
Uses of Descriptor in hudson
Classes in hudson with type parameters of type DescriptorModifier and TypeClassDescriptionclassDescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>> ExtensionListfor holding a set ofDescriptors, which is a group of descriptors for the same extension point.Subclasses of Descriptor in hudsonModifier and TypeClassDescriptionstatic classclassMethods in hudson with type parameters of type DescriptorModifier 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.Methods in hudson that return DescriptorModifier and TypeMethodDescriptionFileSystemProvisioner.getDescriptor()Deprecated.PluginManager.getProxyDescriptor()ProxyConfigurationManager.getProxyDescriptor()Methods in hudson that return types with arguments of type DescriptorModifier 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 ofDescribableso 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.MANAGEpermission can configure.static Collection<Descriptor> Descriptors shown in the global configuration form to users withJenkins.SYSTEM_READpermission.static List<Descriptor<ViewsTabBar>> Functions.getViewsTabBarDescriptors()static Iterable<Descriptor> DescriptorExtensionList.listLegacyInstances()List up all the legacy instances currently in use.Method parameters in hudson with type arguments of type DescriptorModifier and TypeMethodDescriptionstatic Collection<Descriptor> Functions.getSortedDescriptorsForGlobalConfigByDescriptor(Predicate<Descriptor> predicate) Gets all the descriptors sorted by their inheritance tree ofDescribableso that descriptors of similar types come nearby. -
Uses of Descriptor in hudson.console
Subclasses of Descriptor in hudson.consoleModifier and TypeClassDescriptionclassDescriptor forConsoleNote.static final classstatic classstatic class -
Uses of Descriptor in hudson.diagnosis
Methods in hudson.diagnosis that return types with arguments of type Descriptor -
Uses of Descriptor in hudson.markup
Subclasses of Descriptor in hudson.markupModifier and TypeClassDescriptionstatic classclass -
Uses of Descriptor in hudson.model
Subclasses of Descriptor in hudson.modelModifier and TypeClassDescriptionstatic classAbstractProjectsubtypes should implement this base class as a descriptor.static final classstatic classstatic classstatic classstatic classstatic classstatic classclassDescriptorforJobProperty.static classstatic final classstatic classclassParticipates in the rendering of HTML pages for all pages of Hudson.static classstatic classstatic classstatic final classstatic classstatic classstatic classstatic classstatic classstatic classclassDescriptorforTopLevelItems.classclassDescriptorforUserProperty.classDescriptorforView.classMethods in hudson.model with type parameters of type DescriptorModifier 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 theDescribableit describes.static <T extends Descriptor>
TDescriptor.findById(Collection<? extends T> list, String id) Finds a descriptor from a collection by its ID.Methods in hudson.model that return DescriptorModifier and TypeMethodDescriptionstatic DescriptorComputerSet.getDescriptor()default Descriptor<T> Describable.getDescriptor()Gets the descriptor for this instance.final Descriptor<PageDecorator> PageDecorator.getDescriptor()default DescriptorDescriptorByNameOwner.getDescriptorByName(String id) Exposes allDescriptors by its name to URL.Descriptor.PropertyType.getItemTypeDescriptor()ReturnsDescriptorwhose 'clazz' is the same asthe item type.Descriptor.PropertyType.getItemTypeDescriptorOrDie()Methods in hudson.model that return types with arguments of type DescriptorModifier and TypeMethodDescriptionfinal List<Descriptor<ComputerLauncher>> Slave.SlaveDescriptor.computerLauncherDescriptors(Slave it) Returns the list ofComputerLauncherdescriptors 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()BuildWrappers associated with thisAbstractProject.Project.getBuildWrappersList()ListView.getColumns()ViewDescriptor.getColumnsDescriptors()PossibleListViewColumnDescriptors that can be used with this view.ListView.getJobFilters()ViewDescriptor.getJobFiltersDescriptors()PossibleViewJobFiltertypes 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 allPublishers configured for this project.Project.getPublishersList()final List<Descriptor<RetentionStrategy<?>>> Slave.SlaveDescriptor.retentionStrategyDescriptors(Slave it) Returns the list ofRetentionStrategydescriptors appropriate to the suppliedSlave.static <T extends Describable<T>>
Map<Descriptor<T>, T> Methods in hudson.model with parameters of type DescriptorModifier and TypeMethodDescriptionabstract booleanDescriptorVisibilityFilter.filter(Object context, Descriptor descriptor) Decides if the given descriptor should be visible to the user.booleanDescriptorVisibilityFilter.filterType(Class<?> contextClass, Descriptor descriptor) Decides if the given descriptor should be visible to the user.Project.getPublisher(Descriptor<Publisher> descriptor) booleanAbstractProject.AbstractProjectDescriptor.isApplicable(Descriptor descriptor) AbstractProjectsubtypes can override this method to veto someDescriptors from showing up on their configuration screen.booleanTopLevelItemDescriptor.isApplicable(Descriptor descriptor) TopLevelItemDescriptors often uses other descriptors to decorate itself.protected final <T extends Describable<T>>
voidAbstractProject.removeFromList(Descriptor<T> item, List<T> collection) voidProject.removePublisher(Descriptor<Publisher> descriptor) Deprecated.as of 1.290 UsegetPublishersList().remove(x)Method parameters in hudson.model with type arguments of type DescriptorModifier 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 buildDescribableinstance 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
Subclasses of Descriptor in hudson.model.labels -
Uses of Descriptor in hudson.node_monitors
Subclasses of Descriptor in hudson.node_monitorsModifier and TypeClassDescriptionclassSophisticated version ofAbstractNodeMonitorDescriptorthat performs monitoring on all agents concurrently and asynchronously.classConvenient base class for commonNodeMonitorimplementation where the "monitoring" consists of executing something periodically on every node and taking some action based on its result.static final classstatic classstatic classclassAbstractNodeMonitorDescriptorforNodeMonitorthat checks a free disk space of some directory.static classstatic classstatic classstatic classMethods in hudson.node_monitors that return types with arguments of type DescriptorModifier and TypeMethodDescriptionNodeMonitor.all()Returns all the registeredNodeMonitordescriptors. -
Uses of Descriptor in hudson.scm
Subclasses of Descriptor in hudson.scmModifier and TypeClassDescriptionstatic classclassSCMDescriptor<T extends SCM>DescriptorforSCM.Fields in hudson.scm with type parameters of type DescriptorModifier and TypeFieldDescriptionstatic final List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.LISTDeprecated.as of 1.286.Methods in hudson.scm that return types with arguments of type DescriptorModifier and TypeMethodDescriptionstatic DescriptorExtensionList<RepositoryBrowser<?>, Descriptor<RepositoryBrowser<?>>> RepositoryBrowser.all()Returns all the registeredRepositoryBrowserdescriptors.static List<Descriptor<RepositoryBrowser<?>>> RepositoryBrowsers.filter(Class<? extends RepositoryBrowser> t) Only returns thoseRepositoryBrowserdescriptors that extend from the given type.SCMDescriptor.getBrowserDescriptors()Returns the list ofRepositoryBrowserDescriptorthat can be used with this SCM. -
Uses of Descriptor in hudson.search
Subclasses of Descriptor in hudson.search -
Uses of Descriptor in hudson.security
Subclasses of Descriptor in hudson.securityModifier and TypeClassDescriptionstatic final classstatic classstatic final classstatic final classstatic final classstatic final classstatic classFields in hudson.security declared as DescriptorModifier and TypeFieldDescriptionstatic Descriptor<AuthorizationStrategy> FullControlOnceLoggedInAuthorizationStrategy.DESCRIPTORDeprecated.as of 1.643 Inject descriptor viaInject.static Descriptor<SecurityRealm> LegacySecurityRealm.DESCRIPTORDeprecated.as of 2.0 Don't use this field, use injection.Fields in hudson.security with type parameters of type DescriptorModifier and TypeFieldDescriptionstatic final Predicate<Descriptor> GlobalSecurityConfiguration.FILTERMethods in hudson.security that return DescriptorModifier and TypeMethodDescriptionGlobalSecurityConfiguration.getDescriptor()SecurityRealm.getDescriptor()Gets the descriptor for this instance.Methods in hudson.security that return types with arguments of type DescriptorModifier and TypeMethodDescriptionAuthorizationStrategy.all()Returns all the registeredAuthorizationStrategydescriptors.SecurityRealm.all()Returns all the registeredSecurityRealmdescriptors.SecurityRealm.getCaptchaSupportDescriptors() -
Uses of Descriptor in hudson.security.captcha
Subclasses of Descriptor in hudson.security.captchaMethods in hudson.security.captcha that return types with arguments of type DescriptorModifier and TypeMethodDescriptionCaptchaSupport.all()Returns all the registeredCaptchaSupportdescriptors. -
Uses of Descriptor in hudson.security.csrf
Subclasses of Descriptor in hudson.security.csrfModifier and TypeClassDescriptionclassCrumbIssuerDescriptor<T extends CrumbIssuer>Describes global configuration for crumb issuers.static final classclassShow the crumb configuration to the system config page.Methods in hudson.security.csrf that return types with arguments of type DescriptorModifier and TypeMethodDescriptionCrumbIssuer.all()Returns all the registeredCrumbIssuerdescriptors. -
Uses of Descriptor in hudson.slaves
Subclasses of Descriptor in hudson.slavesModifier and TypeClassDescriptionclassstatic classstatic final classstatic classstatic classclassDescriptorforSlave.classDescriptor forNodeProperty.static classstatic classstatic classFields in hudson.slaves declared as DescriptorModifier and TypeFieldDescriptionstatic Descriptor<ComputerLauncher> JNLPLauncher.DESCRIPTORDeprecated.as of 1.XXX UseJenkins.getDescriptor(Class)Methods in hudson.slaves that return DescriptorMethods in hudson.slaves that return types with arguments of type DescriptorModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Cloud, Descriptor<Cloud>> Cloud.all()Returns all the registeredClouddescriptors.static DescriptorExtensionList<RetentionStrategy<?>, Descriptor<RetentionStrategy<?>>> RetentionStrategy.all()Returns all the registeredRetentionStrategydescriptors.DelegatingComputerLauncher.DescriptorImpl.applicableDescriptors(Slave it, Slave.SlaveDescriptor itDescriptor) Returns the applicable nested computer launcher types.DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors() -
Uses of Descriptor in hudson.tasks
Subclasses of Descriptor in hudson.tasksModifier and TypeClassDescriptionstatic classstatic final classclassBuildStepDescriptor<T extends BuildStep & Describable<T>>static classclassDescriptorforBuildWrapper.static classstatic final classstatic final classstatic classstatic final classstatic classFields in hudson.tasks with type parameters of type DescriptorModifier and TypeFieldDescriptionstatic final List<Descriptor<Builder>> BuildStep.BUILDERSDeprecated.as of 1.286.static final List<Descriptor<BuildWrapper>> BuildWrappers.WRAPPERSDeprecated.as of 1.281.Methods in hudson.tasks that return DescriptorModifier and TypeMethodDescriptionBuildStep.PublisherList.get(int index) Builder.getDescriptor()Publisher.getDescriptor()Methods in hudson.tasks that return types with arguments of type DescriptorModifier and TypeMethodDescriptionstatic DescriptorExtensionList<Builder, Descriptor<Builder>> Builder.all()Returns all the registeredBuilderdescriptors.BuildWrapper.all()Returns all the registeredBuildWrapperdescriptors.Publisher.all()Returns all the registeredPublisherdescriptors.static <T extends BuildStep & Describable<T>>
List<Descriptor<T>> BuildStepDescriptor.filter(List<Descriptor<T>> base, Class<? extends AbstractProject> type) Filters a descriptor forBuildSteps by usingBuildStepDescriptor.isApplicable(Class).static List<Descriptor<BuildWrapper>> BuildWrappers.getFor(AbstractProject<?, ?> project) List up allBuildWrapperDescriptors that are applicable for the given project.BuildStep.PublisherList.iterator()protected List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r) Methods in hudson.tasks with parameters of type DescriptorModifier and TypeMethodDescriptionvoidBuildStep.PublisherList.add(int index, Descriptor<Publisher> d) booleanBuildStep.PublisherList.add(Descriptor<Publisher> d) voidBuildStep.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.voidBuildStep.PublisherList.addRecorder(Descriptor<Publisher> d) Adds a new publisher descriptor, which (generally speaking) alter the build result based on some artifacts of the build.Method parameters in hudson.tasks with type arguments of type DescriptorModifier and TypeMethodDescriptionstatic <T extends BuildStep & Describable<T>>
List<Descriptor<T>> BuildStepDescriptor.filter(List<Descriptor<T>> base, Class<? extends AbstractProject> type) Filters a descriptor forBuildSteps by usingBuildStepDescriptor.isApplicable(Class).protected List<ExtensionComponent<Descriptor<Publisher>>> Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r) -
Uses of Descriptor in hudson.tasks._maven
Subclasses of Descriptor in hudson.tasks._mavenModifier and TypeClassDescriptionstatic final classstatic final classstatic final classstatic final class -
Uses of Descriptor in hudson.tools
Subclasses of Descriptor in hudson.toolsModifier and TypeClassDescriptionstatic classAbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>static classstatic classstatic classstatic classclassPropertyDescriptor<P extends Describable<P>,T> BaseDescriptortype used forXyzPropertyclasses.classToolDescriptor<T extends ToolInstallation>classToolInstallerDescriptor<T extends ToolInstaller>Descriptor for aToolInstaller.static classclassDescriptor forToolProperty.static classFields in hudson.tools with type parameters of type Descriptor -
Uses of Descriptor in hudson.triggers
Subclasses of Descriptor in hudson.triggers -
Uses of Descriptor in hudson.util
Classes in hudson.util with type parameters of type DescriptorModifier and TypeClassDescriptionclassDescribableList<T extends Describable<T>,D extends Descriptor<T>> Persisted list ofDescribables with some operations specific toDescriptors.Methods in hudson.util that return DescriptorModifier and TypeMethodDescriptionDeprecated.Underspecified what the parameter is.DescriptorList.findByName(String id) Finds a descriptor by theirgetId().DescriptorList.get(int index) Methods in hudson.util that return types with arguments of type DescriptorMethods in hudson.util with parameters of type DescriptorModifier and TypeMethodDescriptionvoidDescriptorList.add(int index, Descriptor<T> element) Deprecated.As of 1.286.booleanDescriptorList.add(Descriptor<T> d) Deprecated.As of 1.286.Method parameters in hudson.util with type arguments of type DescriptorModifier and TypeMethodDescriptionvoidDescribableList.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.voidDescribableList.rebuild(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json, List<? extends Descriptor<T>> descriptors) Deprecated.voidDescribableList.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.voidDescribableList.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.voidDescribableList.rebuildHetero(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, Collection<? extends Descriptor<T>> descriptors, String key) Constructors in hudson.util with parameters of type DescriptorModifierConstructorDescriptionCheckMethod(Descriptor descriptor, String fieldName) DescriptorList(Descriptor<T>... descriptors) Deprecated.As of 1.286. -
Uses of Descriptor in hudson.views
Subclasses of Descriptor in hudson.viewsModifier and TypeClassDescriptionstatic classstatic classDeprecated.static classclassAdds the default view configuration to the system config page.static classstatic classstatic classstatic classstatic classclassDescriptorforListViewColumn.static classDeprecated.ConfiguresViewsTabBarin the system configuration.classDescriptorforMyViewsTabBar.static classstatic classstatic classConfiguresViewsTabBarin the system configuration.classDescriptorforViewsTabBar.static classMethods in hudson.views that return DescriptorModifier and TypeMethodDescriptionListViewColumn.getDescriptor()For compatibility reason, this method may not return aListViewColumnDescriptorand instead return a plainDescriptorinstance.ViewJobFilter.getDescriptor()Methods in hudson.views that return types with arguments of type DescriptorModifier and TypeMethodDescriptionListViewColumn.all()Returns all the registeredListViewColumndescriptors.MyViewsTabBar.all()Deprecated.Returns all the registeredListViewColumndescriptors.ViewJobFilter.all()Returns all the registeredViewJobFilterdescriptors.ViewsTabBar.all()Returns all the registeredViewsTabBardescriptors. -
Uses of Descriptor in jenkins.agents
Subclasses of Descriptor in jenkins.agentsMethods in jenkins.agents that return Descriptor -
Uses of Descriptor in jenkins.appearance
Fields in jenkins.appearance with type parameters of type DescriptorModifier and TypeFieldDescriptionstatic final Predicate<Descriptor> AppearanceGlobalConfiguration.FILTER -
Uses of Descriptor in jenkins.console
Subclasses of Descriptor in jenkins.consoleModifier and TypeClassDescriptionclassAllows administrators to activate and sortConsoleUrlProviderextensions to set defaults for all users.static classstatic classMethods in jenkins.console that return DescriptorModifier and TypeMethodDescriptiondefault Descriptor<ConsoleUrlProvider> ConsoleUrlProvider.getDescriptor()Methods in jenkins.console that return types with arguments of type DescriptorModifier and TypeMethodDescriptionList<? extends Descriptor<ConsoleUrlProvider>> ConsoleUrlProviderGlobalConfiguration.getProvidersDescriptors() -
Uses of Descriptor in jenkins.fingerprints
Subclasses of Descriptor in jenkins.fingerprintsModifier and TypeClassDescriptionstatic classclassDescriptor forFingerprintStorage.classAllows configuring the settings of fingerprints. -
Uses of Descriptor in jenkins.formelementpath
Subclasses of Descriptor in jenkins.formelementpath -
Uses of Descriptor in jenkins.install
Subclasses of Descriptor in jenkins.installModifier and TypeClassDescriptionclassA 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
Subclasses of Descriptor in jenkins.management -
Uses of Descriptor in jenkins.model
Subclasses of Descriptor in jenkins.modelModifier and TypeClassDescriptionclassList of configuredArtifactManagerFactorys.classDefinition of a kind of artifact manager.classDescriptorforBuildDiscarder.static classclassIn case there are no other implementations we will fallback to this implementation.classGlobal configuration UI for background build discardersclassclassConfigures check interval for computer retention.classConvenient 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.classIncludeNodePropertyDescriptorconfigurations.classInclude config.jelly defined forPlugins.classConfigures the project naming strategy.classConfigures the system-default quiet period.classConfigures global SCM retry count default.static classstatic classstatic classclassTheDescriptorforIdStrategystatic final classclassStores the location of Jenkins (e-mail address and the HTTP URL.)static classclassAdds the configuration regarding building on the built-in node.static classstatic final classstatic final classstatic classstatic classclassParticipates in the rendering of the login pageFields in jenkins.model declared as DescriptorModifier and TypeFieldDescriptionstatic final Descriptor<User.CanonicalIdResolver> DefaultUserCanonicalIdResolver.DESCRIPTORMethods in jenkins.model with type parameters of type DescriptorModifier and TypeMethodDescription<T extends Descriptor>
TJenkins.getDescriptorByType(Class<T> type) Gets theDescriptorinstance in the current Jenkins by its type.<T extends Describable<T>,D extends Descriptor<T>>
DescriptorExtensionList<T, D> Jenkins.getDescriptorList(Class<T> type) ReturnsExtensionListthat retains the discoveredDescriptorinstances for the given kind ofDescribable.Methods in jenkins.model that return DescriptorModifier 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 theDescriptorthat corresponds to the givenDescribabletype.Jenkins.getDescriptor(String id) ExposesDescriptorby 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 theSecurityRealmdescriptors by name.Methods in jenkins.model with parameters of type DescriptorModifier and TypeMethodDescriptionbooleanBuildDiscarderProperty.ConditionallyHidden.filter(Object context, Descriptor descriptor) -
Uses of Descriptor in jenkins.model.experimentalflags
Subclasses of Descriptor in jenkins.model.experimentalflags -
Uses of Descriptor in jenkins.mvn
Subclasses of Descriptor in jenkins.mvnModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classclassclassclass -
Uses of Descriptor in jenkins.scm
Subclasses of Descriptor in jenkins.scmModifier and TypeClassDescriptionstatic classclass -
Uses of Descriptor in jenkins.security
Subclasses of Descriptor in jenkins.securityModifier and TypeClassDescriptionstatic final classclassAdds the 'X-Frame-Options' header to all web pages.static final classclassShow theQueueItemAuthenticatorconfigurations on the system config page.classfinal classConfigure 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.classConfiguration for update site-provided warnings. -
Uses of Descriptor in jenkins.security.apitoken
Subclasses of Descriptor in jenkins.security.apitokenModifier and TypeClassDescriptionclassConfiguration for the new token generation when a user is created -
Uses of Descriptor in jenkins.security.seed
Subclasses of Descriptor in jenkins.security.seed -
Uses of Descriptor in jenkins.slaves
Subclasses of Descriptor in jenkins.slavesMethods in jenkins.slaves that return Descriptor -
Uses of Descriptor in jenkins.tasks.filters
Subclasses of Descriptor in jenkins.tasks.filtersModifier and TypeClassDescriptionclassConfiguration of the filter rules that are applied globally, after filtering which rule applies on which builderclassDescriptor for the local rule.Methods in jenkins.tasks.filters that return DescriptorModifier and TypeMethodDescriptiondefault Descriptor<EnvVarsFilterGlobalRule> EnvVarsFilterGlobalRule.getDescriptor()Methods in jenkins.tasks.filters that return types with arguments of type Descriptor -
Uses of Descriptor in jenkins.tasks.filters.impl
Subclasses of Descriptor in jenkins.tasks.filters.impl -
Uses of Descriptor in jenkins.telemetry
Subclasses of Descriptor in jenkins.telemetryModifier and TypeClassDescriptionclassThis class stores a UUID identifying this instance for telemetry reporting to allow deduplication or merging of submitted records.Methods in jenkins.telemetry that return Descriptor -
Uses of Descriptor in jenkins.tools
Fields in jenkins.tools with type parameters of type DescriptorModifier and TypeFieldDescriptionstatic final Predicate<Descriptor> GlobalToolConfiguration.FILTER -
Uses of Descriptor in jenkins.triggers
Subclasses of Descriptor in jenkins.triggers -
Uses of Descriptor in jenkins.views
Subclasses of Descriptor in jenkins.views
ExtensionList.create(Jenkins, Class)