Uses of Class
hudson.model.Descriptor
-
-
Uses of Descriptor in hudson
Classes in hudson with type parameters of type Descriptor Modifier and Type Class Description class
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.Subclasses of Descriptor in hudson Modifier and Type Class Description static class
ProxyConfiguration.DescriptorImpl
Methods in hudson with type parameters of type Descriptor 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.Methods in hudson that return Descriptor Modifier and Type Method Description Descriptor
FileSystemProvisioner. getDescriptor()
Deprecated.Descriptor<ProxyConfiguration>
PluginManager. getProxyDescriptor()
Method parameters in hudson with type arguments of type Descriptor Modifier and Type Method Description 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. -
Uses of Descriptor in hudson.console
Subclasses of Descriptor in hudson.console Modifier and Type Class Description class
ConsoleAnnotationDescriptor
Descriptor forConsoleNote
.static class
ExpandableDetailsNote.DescriptorImpl
static class
HyperlinkNote.DescriptorImpl
static class
ModelHyperlinkNote.DescriptorImpl
-
Uses of Descriptor in hudson.diagnosis
Methods in hudson.diagnosis that return types with arguments of type Descriptor Modifier and Type Method Description List<Descriptor>
NullIdDescriptorMonitor. getProblems()
-
Uses of Descriptor in hudson.markup
Subclasses of Descriptor in hudson.markup Modifier and Type Class Description static class
EscapedMarkupFormatter.DescriptorImpl
class
MarkupFormatterDescriptor
-
Uses of Descriptor in hudson.model
Methods in hudson.model with type parameters of type Descriptor Modifier and Type Method Description static <T extends Descriptor>
List<T>DescriptorVisibilityFilter. apply(Object context, Iterable<T> source)
static <T extends Descriptor>
List<T>DescriptorVisibilityFilter. applyType(Class<?> contextClass, Iterable<T> source)
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.Methods in hudson.model that return Descriptor Modifier and Type Method Description static Descriptor
Descriptor. find(String className)
Descriptor<T>
AbstractDescribableImpl. getDescriptor()
By default looks for a nested class (conventionally namedDescriptorImpl
) implementingDescriptor
and marked withExtension
.Descriptor<ComputerSet>
ComputerSet. getDescriptor()
Descriptor<T>
Describable. getDescriptor()
Gets the descriptor for this instance.Descriptor<PageDecorator>
PageDecorator. getDescriptor()
default Descriptor
DescriptorByNameOwner. getDescriptorByName(String id)
Exposes allDescriptor
s by its name to URL.Descriptor
Descriptor.PropertyType. getItemTypeDescriptor()
ReturnsDescriptor
whose 'clazz' is the same asthe item type
.Descriptor
Descriptor.PropertyType. getItemTypeDescriptorOrDie()
Methods in hudson.model that return types with arguments of type Descriptor Modifier and Type Method Description 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.DescribableList<Builder,Descriptor<Builder>>
Project. getBuildersList()
Map<Descriptor<BuildWrapper>,BuildWrapper>
Project. getBuildWrappers()
DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
BuildableItemWithBuildWrappers. getBuildWrappersList()
BuildWrapper
s associated with thisAbstractProject
.DescribableList<BuildWrapper,Descriptor<BuildWrapper>>
Project. getBuildWrappersList()
DescribableList<ListViewColumn,Descriptor<ListViewColumn>>
ListView. getColumns()
List<Descriptor<ListViewColumn>>
ViewDescriptor. getColumnsDescriptors()
PossibleListViewColumnDescriptor
s that can be used with this view.DescribableList<ViewJobFilter,Descriptor<ViewJobFilter>>
ListView. getJobFilters()
List<Descriptor<ViewJobFilter>>
ViewDescriptor. getJobFiltersDescriptors()
PossibleViewJobFilter
types that can be used with this view.static DescribableList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getMonitors()
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
ComputerSet. getNodeMonitorDescriptors()
ExposingNodeMonitor.all()
for Jelly binding.static Map<Descriptor<NodeMonitor>,NodeMonitor>
ComputerSet. getNonIgnoredMonitors()
Returns a subset pfComputerSet.getMonitors()
that are not ignored.Map<Descriptor<UserProperty>,UserProperty>
User. getProperties()
Gets the user properties configured for this user.Map<Descriptor<Publisher>,Publisher>
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.DescribableList<Publisher,Descriptor<Publisher>>
Project. getPublishersList()
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>Descriptor. toMap(Iterable<T> describables)
Methods in hudson.model with parameters of type Descriptor Modifier and Type Method Description abstract 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.Publisher
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 <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)
Method parameters in hudson.model with type arguments of type Descriptor Modifier and Type Method Description protected <T extends Describable<T>>
List<T>AbstractProject. buildDescribable(org.kohsuke.stapler.StaplerRequest req, List<? extends Descriptor<T>> descriptors)
protected <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.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)
Used to buildDescribable
instance list from<f:hetero-list>
tag. -
Uses of Descriptor in hudson.model.labels
Subclasses of Descriptor in hudson.model.labels Modifier and Type Class Description class
LabelAtomPropertyDescriptor
Descriptor
forLabelAtom
. -
Uses of Descriptor in hudson.node_monitors
Subclasses of Descriptor in hudson.node_monitors Modifier and Type Class Description class
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version ofAbstractNodeMonitorDescriptor
that performs monitoring on all agents concurrently and asynchronously.class
AbstractNodeMonitorDescriptor<T>
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 class
ArchitectureMonitor.DescriptorImpl
static class
ClockMonitor.DescriptorImpl
class
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor
forNodeMonitor
that checks a free disk space of some directory.static class
SwapSpaceMonitor.DescriptorImpl
static class
TemporarySpaceMonitor.DescriptorImpl
Methods in hudson.node_monitors that return types with arguments of type Descriptor Modifier and Type Method Description static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>>
NodeMonitor. all()
Returns all the registeredNodeMonitor
descriptors. -
Uses of Descriptor in hudson.scm
Subclasses of Descriptor in hudson.scm Modifier and Type Class Description static class
NullSCM.DescriptorImpl
class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
.Fields in hudson.scm with type parameters of type Descriptor Modifier and Type Field Description static List<Descriptor<RepositoryBrowser<?>>>
RepositoryBrowsers. LIST
Deprecated.as of 1.286.Methods in hudson.scm that return types with arguments of type Descriptor Modifier and Type Method Description static 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.List<Descriptor<RepositoryBrowser<?>>>
SCMDescriptor. getBrowserDescriptors()
Returns the list ofRepositoryBrowser
Descriptor
that can be used with this SCM. -
Uses of Descriptor in hudson.search
Subclasses of Descriptor in hudson.search Modifier and Type Class Description static class
UserSearchProperty.DescriptorImpl
-
Uses of Descriptor in hudson.security
Subclasses of Descriptor in hudson.security Modifier and Type Class Description static class
AuthorizationStrategy.Unsecured.DescriptorImpl
static class
FullControlOnceLoggedInAuthorizationStrategy.DescriptorImpl
static class
GlobalSecurityConfiguration.DescriptorImpl
static class
HudsonPrivateSecurityRealm.DescriptorImpl
static class
HudsonPrivateSecurityRealm.Details.DescriptorImpl
static class
LegacyAuthorizationStrategy.DescriptorImpl
static class
LegacySecurityRealm.DescriptorImpl
Fields in hudson.security declared as Descriptor Modifier and Type Field Description static 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.Fields in hudson.security with type parameters of type Descriptor Modifier and Type Field Description static Predicate<Descriptor>
GlobalSecurityConfiguration. FILTER
Methods in hudson.security that return Descriptor Modifier and Type Method Description Descriptor<GlobalSecurityConfiguration>
GlobalSecurityConfiguration. getDescriptor()
Descriptor<SecurityRealm>
SecurityRealm. getDescriptor()
By default looks for a nested class (conventionally namedDescriptorImpl
) implementingDescriptor
and marked withExtension
.Methods in hudson.security that return types with arguments of type Descriptor 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.List<Descriptor<CaptchaSupport>>
SecurityRealm. getCaptchaSupportDescriptors()
-
Uses of Descriptor in hudson.security.captcha
Subclasses of Descriptor in hudson.security.captcha Modifier and Type Class Description class
CaptchaSupportDescriptor
Descriptor
forCaptchaSupport
.Methods in hudson.security.captcha that return types with arguments of type Descriptor Modifier and Type Method Description static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>>
CaptchaSupport. all()
Returns all the registeredCaptchaSupport
descriptors. -
Uses of Descriptor in hudson.security.csrf
Subclasses of Descriptor in hudson.security.csrf Modifier and Type Class Description class
CrumbIssuerDescriptor<T extends CrumbIssuer>
Describes global configuration for crumb issuers.static class
DefaultCrumbIssuer.DescriptorImpl
class
GlobalCrumbIssuerConfiguration
Show the crumb configuration to the system config page.Methods in hudson.security.csrf that return types with arguments of type Descriptor Modifier and Type Method Description static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>>
CrumbIssuer. all()
Returns all the registeredCrumbIssuer
descriptors. -
Uses of Descriptor in hudson.slaves
Subclasses of Descriptor in hudson.slaves Modifier and Type Class Description class
ComputerConnectorDescriptor
static class
DelegatingComputerLauncher.DescriptorImpl
static class
DumbSlave.DescriptorImpl
static class
EnvironmentVariablesNodeProperty.DescriptorImpl
static class
JNLPLauncher.DescriptorImpl
class
NodeDescriptor
Descriptor
forSlave
.class
NodePropertyDescriptor
Descriptor forNodeProperty
.static class
RetentionStrategy.Always.DescriptorImpl
static class
RetentionStrategy.Demand.DescriptorImpl
static class
SimpleScheduledRetentionStrategy.DescriptorImpl
Fields in hudson.slaves declared as Descriptor Modifier and Type Field Description static Descriptor<ComputerLauncher>
JNLPLauncher. DESCRIPTOR
Deprecated.as of 1.XXX UseJenkins.getDescriptor(Class)
Methods in hudson.slaves that return Descriptor Modifier and Type Method Description Descriptor<Cloud>
Cloud. getDescriptor()
Descriptor<ComputerLauncher>
ComputerLauncherFilter. getDescriptor()
Methods in hudson.slaves that return types with arguments of type Descriptor Modifier and Type Method Description static DescriptorExtensionList<Cloud,Descriptor<Cloud>>
Cloud. all()
Returns all the registeredCloud
descriptors.static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>>
RetentionStrategy. all()
Returns all the registeredRetentionStrategy
descriptors.List<Descriptor<ComputerLauncher>>
DelegatingComputerLauncher.DescriptorImpl. applicableDescriptors(Slave it, Slave.SlaveDescriptor itDescriptor)
Returns the applicable nested computer launcher types.List<Descriptor<ComputerLauncher>>
DelegatingComputerLauncher.DescriptorImpl. getApplicableDescriptors()
-
Uses of Descriptor in hudson.tasks
Subclasses of Descriptor in hudson.tasks Modifier and Type Class Description static class
ArtifactArchiver.DescriptorImpl
static class
BatchFile.DescriptorImpl
class
BuildStepDescriptor<T extends BuildStep & Describable<T>>
static class
BuildTrigger.DescriptorImpl
class
BuildWrapperDescriptor
Descriptor
forBuildWrapper
.static class
Fingerprinter.DescriptorImpl
static class
LogRotator.LRDescriptor
static class
Maven.DescriptorImpl
static class
Maven.MavenInstallation.DescriptorImpl
static class
Maven.MavenInstaller.DescriptorImpl
static class
Shell.DescriptorImpl
Fields in hudson.tasks with type parameters of type Descriptor Modifier and Type Field Description static List<Descriptor<Builder>>
BuildStep. BUILDERS
Deprecated.as of 1.286.static List<Descriptor<BuildWrapper>>
BuildWrappers. WRAPPERS
Deprecated.as of 1.281.Methods in hudson.tasks that return Descriptor Modifier and Type Method Description Descriptor<Publisher>
BuildStep.PublisherList. get(int index)
Descriptor<Builder>
Builder. getDescriptor()
Descriptor<Publisher>
Publisher. getDescriptor()
Methods in hudson.tasks that return types with arguments of type Descriptor 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.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.Iterator<Descriptor<Publisher>>
BuildStep.PublisherList. iterator()
protected List<ExtensionComponent<Descriptor<Publisher>>>
Publisher.DescriptorExtensionListImpl. sort(List<ExtensionComponent<Descriptor<Publisher>>> r)
Methods in hudson.tasks with parameters of type Descriptor Modifier and Type Method Description void
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.Method parameters in hudson.tasks with type arguments of type Descriptor Modifier and Type Method Description int
Publisher.DescriptorExtensionListImpl. compare(ExtensionComponent<Descriptor<Publisher>> lhs, ExtensionComponent<Descriptor<Publisher>> rhs)
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)
.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._maven Modifier and Type Class Description static class
Maven3MojoNote.DescriptorImpl
static class
MavenErrorNote.DescriptorImpl
static class
MavenMojoNote.DescriptorImpl
static class
MavenWarningNote.DescriptorImpl
-
Uses of Descriptor in hudson.tools
Subclasses of Descriptor in hudson.tools Modifier and Type Class Description static class
AbstractCommandInstaller.Descriptor<TInstallerClass extends AbstractCommandInstaller>
static class
BatchCommandInstaller.DescriptorImpl
static class
CommandInstaller.DescriptorImpl
static class
DownloadFromUrlInstaller.DescriptorImpl<T extends DownloadFromUrlInstaller>
static class
InstallSourceProperty.DescriptorImpl
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
ToolLocationNodeProperty.DescriptorImpl
class
ToolPropertyDescriptor
Descriptor forToolProperty
.static class
ZipExtractionInstaller.DescriptorImpl
Fields in hudson.tools with type parameters of type Descriptor Modifier and Type Field Description DescribableList<ToolInstaller,Descriptor<ToolInstaller>>
InstallSourceProperty. installers
-
Uses of Descriptor in hudson.triggers
Subclasses of Descriptor in hudson.triggers Modifier and Type Class Description static class
SCMTrigger.DescriptorImpl
static class
TimerTrigger.DescriptorImpl
class
TriggerDescriptor
Descriptor
for Trigger. -
Uses of Descriptor in hudson.util
Classes in hudson.util with type parameters of type Descriptor Modifier and Type Class Description class
DescribableList<T extends Describable<T>,D extends Descriptor<T>>
Persisted list ofDescribable
s with some operations specific toDescriptor
s.Methods in hudson.util that return Descriptor Modifier and Type Method Description Descriptor<T>
DescriptorList. find(String fqcn)
Deprecated.Underspecified what the parameter is.Descriptor<T>
DescriptorList. findByName(String id)
Finds a descriptor by theirgetId()
.Descriptor<T>
DescriptorList. get(int index)
Methods in hudson.util that return types with arguments of type Descriptor Modifier and Type Method Description Iterator<Descriptor<T>>
DescriptorList. iterator()
Methods in hudson.util with parameters of type Descriptor Modifier and Type Method Description void
DescriptorList. add(int index, Descriptor<T> element)
Deprecated.As of 1.286.boolean
DescriptorList. add(Descriptor<T> d)
Deprecated.As of 1.286.Method parameters in hudson.util with type arguments of type Descriptor Modifier and Type Method Description void
DescribableList. rebuild(org.kohsuke.stapler.StaplerRequest 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, String prefix)
Deprecated.as of 1.271 UseDescribableList.rebuild(StaplerRequest, JSONObject, List)
instead.void
DescribableList. rebuildHetero(org.kohsuke.stapler.StaplerRequest 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.Constructors in hudson.util with parameters of type Descriptor Constructor Description CheckMethod(Descriptor descriptor, String fieldName)
DescriptorList(Descriptor<T>... descriptors)
Deprecated.As of 1.286. -
Uses of Descriptor in hudson.views
Methods in hudson.views that return Descriptor Modifier and Type Method Description Descriptor<ListViewColumn>
ListViewColumn. getDescriptor()
For compatibility reason, this method may not return aListViewColumnDescriptor
and instead return a plainDescriptor
instance.Descriptor<ViewJobFilter>
ViewJobFilter. getDescriptor()
Methods in hudson.views that return types with arguments of type Descriptor 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 Descriptor in jenkins.fingerprints
Subclasses of Descriptor in jenkins.fingerprints Modifier and Type Class Description static class
FileFingerprintStorage.DescriptorImpl
class
FingerprintStorageDescriptor
Descriptor forFingerprintStorage
.class
GlobalFingerprintConfiguration
Allows configuring the settings of fingerprints. -
Uses of Descriptor in jenkins.formelementpath
Subclasses of Descriptor in jenkins.formelementpath Modifier and Type Class Description class
FormElementPathPageDecorator
-
Uses of Descriptor in jenkins.install
Subclasses of Descriptor in jenkins.install Modifier and Type Class Description class
SetupWizard
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
Subclasses of Descriptor in jenkins.management Modifier and Type Class Description class
AdministrativeMonitorsConfiguration
class
AdministrativeMonitorsDecorator
Show notifications and popups for active administrative monitors on all pages. -
Uses of Descriptor in jenkins.model
Subclasses of Descriptor in jenkins.model Modifier and Type Class Description class
ArtifactManagerConfiguration
List of configuredArtifactManagerFactory
s.class
ArtifactManagerFactoryDescriptor
Definition of a kind of artifact manager.class
BuildDiscarderDescriptor
Descriptor
forBuildDiscarder
.static class
BuildDiscarderProperty.DescriptorImpl
class
DefaultSimplePageDecorator
In case there are no other implementations we will fallback to this implementation.class
GlobalBuildDiscarderConfiguration
Global configuration UI for background build discardersclass
GlobalBuildDiscarderStrategyDescriptor
class
GlobalConfiguration
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
GlobalNodePropertiesConfiguration
IncludeNodePropertyDescriptor
configurations.class
GlobalPluginConfiguration
Include config.jelly defined forPlugin
s.class
GlobalProjectNamingStrategyConfiguration
Configures the project naming strategy.class
GlobalQuietPeriodConfiguration
Configures the system-default quiet period.class
GlobalSCMRetryCountConfiguration
Configures global SCM retry count default.static class
IdStrategy.CaseInsensitive.DescriptorImpl
static class
IdStrategy.CaseSensitive.DescriptorImpl
static class
IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl
class
IdStrategyDescriptor
TheDescriptor
forIdStrategy
static class
Jenkins.DescriptorImpl
class
JenkinsLocationConfiguration
Stores the location of Jenkins (e-mail address and the HTTP URL.)static class
JobGlobalBuildDiscarderStrategy.DescriptorImpl
class
MasterBuildConfiguration
Adds the configuration regarding building on the built-in node.static class
OptionalJobProperty.OptionalJobPropertyDescriptor
static class
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl
static class
ProjectNamingStrategy.ProjectNamingStrategyDescriptor
static class
SimpleGlobalBuildDiscarderStrategy.DescriptorImpl
class
SimplePageDecorator
Participates in the rendering of the login pageFields in jenkins.model declared as Descriptor Modifier and Type Field Description static Descriptor<User.CanonicalIdResolver>
DefaultUserCanonicalIdResolver. DESCRIPTOR
Methods in jenkins.model with type parameters of type Descriptor Modifier and Type Method Description <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
.Methods in jenkins.model that return Descriptor Modifier and Type Method Description Descriptor<Builder>
Jenkins. getBuilder(String shortClassName)
Gets the builder descriptor by name.Descriptor<BuildWrapper>
Jenkins. getBuildWrapper(String shortClassName)
Gets the build wrapper descriptor by name.Descriptor<User.CanonicalIdResolver>
DefaultUserCanonicalIdResolver. getDescriptor()
Descriptor<GlobalConfiguration>
GlobalConfiguration. getDescriptor()
Descriptor
Jenkins. getDescriptor(Class<? extends Describable> type)
Gets theDescriptor
that corresponds to the givenDescribable
type.Descriptor
Jenkins. getDescriptor(String id)
ExposesDescriptor
by its name to URL.Descriptor<SimplePageDecorator>
SimplePageDecorator. getDescriptor()
Descriptor
Jenkins. getDescriptorByName(String id)
Alias forJenkins.getDescriptor(String)
.Descriptor
Jenkins. getDescriptorOrDie(Class<? extends Describable> type)
Works just likeJenkins.getDescriptor(Class)
but don't take no for an answer.Descriptor<Publisher>
Jenkins. getPublisher(String shortClassName)
Gets the publisher descriptor by name.Descriptor<RepositoryBrowser<?>>
Jenkins. getRepositoryBrowser(String shortClassName)
Gets the repository browser descriptor by name.Descriptor<RetentionStrategy<?>>
Jenkins. getRetentionStrategy(String shortClassName)
Gets the retention strategy descriptor by name.Descriptor<SCM>
Jenkins. getScm(String shortClassName)
Gets the SCM descriptor by name.Descriptor<SecurityRealm>
Jenkins. getSecurityRealms(String shortClassName)
Gets theSecurityRealm
descriptors by name.Methods in jenkins.model with parameters of type Descriptor Modifier and Type Method Description boolean
BuildDiscarderProperty.ConditionallyHidden. filter(Object context, Descriptor descriptor)
-
Uses of Descriptor in jenkins.model.experimentalflags
Subclasses of Descriptor in jenkins.model.experimentalflags Modifier and Type Class Description static class
UserExperimentalFlagsProperty.DescriptorImpl
-
Uses of Descriptor in jenkins.mvn
Subclasses of Descriptor in jenkins.mvn Modifier and Type Class Description static class
DefaultGlobalSettingsProvider.DescriptorImpl
static class
DefaultSettingsProvider.DescriptorImpl
static class
FilePathGlobalSettingsProvider.DescriptorImpl
static class
FilePathSettingsProvider.DescriptorImpl
class
GlobalMavenConfig
class
GlobalSettingsProviderDescriptor
class
SettingsProviderDescriptor
-
Uses of Descriptor in jenkins.scm
Subclasses of Descriptor in jenkins.scm Modifier and Type Class Description static class
DefaultSCMCheckoutStrategyImpl.DescriptorImpl
class
SCMCheckoutStrategyDescriptor
-
Uses of Descriptor in jenkins.security
Subclasses of Descriptor in jenkins.security Modifier and Type Class Description static class
ApiTokenProperty.DescriptorImpl
class
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.static class
LastGrantedAuthoritiesProperty.DescriptorImpl
class
QueueItemAuthenticatorConfiguration
Show theQueueItemAuthenticator
configurations on the system config page.class
QueueItemAuthenticatorDescriptor
class
ResourceDomainConfiguration
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
UpdateSiteWarningsConfiguration
Configuration for update site-provided warnings. -
Uses of Descriptor in jenkins.security.apitoken
Subclasses of Descriptor in jenkins.security.apitoken Modifier and Type Class Description class
ApiTokenPropertyConfiguration
Configuration for the new token generation when a user is created -
Uses of Descriptor in jenkins.security.seed
Subclasses of Descriptor in jenkins.security.seed Modifier and Type Class Description static class
UserSeedProperty.DescriptorImpl
-
Uses of Descriptor in jenkins.slaves
Subclasses of Descriptor in jenkins.slaves Modifier and Type Class Description static class
RemotingWorkDirSettings.DescriptorImpl
Methods in jenkins.slaves that return Descriptor Modifier and Type Method Description Descriptor<RemotingWorkDirSettings>
RemotingWorkDirSettings. getDescriptor()
-
Uses of Descriptor in jenkins.tasks.filters
Subclasses of Descriptor in jenkins.tasks.filters Modifier and Type Class Description class
EnvVarsFilterGlobalConfiguration
Configuration of the filter rules that are applied globally, after filtering which rule applies on which builderclass
EnvVarsFilterLocalRuleDescriptor
Descriptor for the local rule.Methods in jenkins.tasks.filters that return Descriptor Modifier and Type Method Description default Descriptor<EnvVarsFilterGlobalRule>
EnvVarsFilterGlobalRule. getDescriptor()
Methods in jenkins.tasks.filters that return types with arguments of type Descriptor Modifier and Type Method Description static ExtensionList<Descriptor<EnvVarsFilterGlobalRule>>
EnvVarsFilterGlobalConfiguration. getAllGlobalRules()
-
Uses of Descriptor in jenkins.tasks.filters.impl
Subclasses of Descriptor in jenkins.tasks.filters.impl Modifier and Type Class Description static class
RetainVariablesLocalRule.DescriptorImpl
-
Uses of Descriptor in jenkins.telemetry
Subclasses of Descriptor in jenkins.telemetry Modifier and Type Class Description class
Correlator
This 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 Modifier and Type Method Description Descriptor<Correlator>
Correlator. getDescriptor()
-
Uses of Descriptor in jenkins.tools
Fields in jenkins.tools with type parameters of type Descriptor Modifier and Type Field Description static Predicate<Descriptor>
GlobalToolConfiguration. FILTER
-
Uses of Descriptor in jenkins.triggers
Subclasses of Descriptor in jenkins.triggers Modifier and Type Class Description static class
ReverseBuildTrigger.DescriptorImpl
-