Package | Description |
---|---|
hudson | |
hudson.console |
Beef up the plain text console output by adding HTML markup.
|
hudson.diagnosis | |
hudson.markup | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.labels |
Boolean expression over labels.
|
hudson.node_monitors |
Code that monitors the health of slaves
|
hudson.scm |
Hudson's interface with source code management systems.
|
hudson.search |
QuickSilver-like
search/jump capability for better navigation around the website.
|
hudson.security |
Security-related code.
|
hudson.security.captcha | |
hudson.security.csrf | |
hudson.slaves |
Code related to slaves.
|
hudson.tasks | |
hudson.tasks._maven | |
hudson.tools | |
hudson.triggers |
Built-in Triggers that run periodically to kick a new build.
|
hudson.util |
Other miscellaneous utility code
|
hudson.views | |
jenkins.model | |
jenkins.mvn | |
jenkins.scm | |
jenkins.security | |
jenkins.security.s2m |
Slave -> master security.
|
jenkins.triggers |
Modifier and Type | Class and Description |
---|---|
class |
DescriptorExtensionList<T extends Describable<T>,D extends Descriptor<T>>
ExtensionList for holding a set of Descriptor s, which is a group of descriptors for
the same extension point. |
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemProvisioner.Default.DescriptorImpl |
class |
FileSystemProvisionerDescriptor
|
static class |
ProxyConfiguration.DescriptorImpl |
Modifier and Type | Method and Description |
---|---|
static <T extends Describable<T>,D extends Descriptor<T>> |
DescriptorExtensionList.createDescriptorList(Hudson hudson,
Class<T> describableType)
Deprecated.
as of 1.416
Use
ExtensionList.create(Jenkins, Class) |
static <T extends Describable<T>,D extends Descriptor<T>> |
DescriptorExtensionList.createDescriptorList(Jenkins jenkins,
Class<T> describableType)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Descriptor<ProxyConfiguration> |
PluginManager.getProxyDescriptor() |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleAnnotationDescriptor
Descriptor for
ConsoleNote . |
static class |
ExpandableDetailsNote.DescriptorImpl |
static class |
HudsonExceptionNote.DescriptorImpl |
static class |
HyperlinkNote.DescriptorImpl |
static class |
ModelHyperlinkNote.DescriptorImpl |
Modifier and Type | Method and Description |
---|---|
List<Descriptor> |
NullIdDescriptorMonitor.getProblems() |
Modifier and Type | Class and Description |
---|---|
static class |
EscapedMarkupFormatter.DescriptorImpl |
class |
MarkupFormatterDescriptor
|
Modifier and Type | Method and Description |
---|---|
static <T extends Descriptor> |
DescriptorVisibilityFilter.apply(Object context,
Iterable<T> source) |
static <T extends Descriptor> |
Descriptor.find(Collection<? extends T> list,
String string)
|
static <T extends Descriptor> |
Descriptor.findByDescribableClassName(Collection<? extends T> list,
String className)
Finds a descriptor from a collection by the class name of the
Describable it describes. |
static <T extends Descriptor> |
Descriptor.findById(Collection<? extends T> list,
String id)
Finds a descriptor from a collection by its ID.
|
Modifier and Type | Method and Description |
---|---|
static Descriptor |
Descriptor.find(String className)
|
Descriptor<T> |
AbstractDescribableImpl.getDescriptor()
By default looks for a nested class (conventionally named
DescriptorImpl ) implementing Descriptor and marked with Extension . |
Descriptor<T> |
Describable.getDescriptor()
Gets the descriptor for this instance.
|
Descriptor<ComputerSet> |
ComputerSet.getDescriptor() |
Descriptor<PageDecorator> |
PageDecorator.getDescriptor() |
Descriptor |
Run.getDescriptorByName(String className) |
Descriptor |
User.getDescriptorByName(String className) |
Descriptor |
DescriptorByNameOwner.getDescriptorByName(String id)
Exposes all
Descriptor s by its name to URL. |
Descriptor |
AbstractItem.getDescriptorByName(String className) |
Descriptor |
Descriptor.PropertyType.getItemTypeDescriptor()
Returns
Descriptor whose 'clazz' is the same as the item type . |
Descriptor |
Descriptor.PropertyType.getItemTypeDescriptorOrDie() |
Modifier and Type | Method and Description |
---|---|
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 this AbstractProject . |
DescribableList<BuildWrapper,Descriptor<BuildWrapper>> |
Project.getBuildWrappersList() |
DescribableList<ListViewColumn,Descriptor<ListViewColumn>> |
ListView.getColumns() |
List<Descriptor<ListViewColumn>> |
ViewDescriptor.getColumnsDescriptors()
Possible
ListViewColumnDescriptor s that can be used with this view. |
DescribableList<ViewJobFilter,Descriptor<ViewJobFilter>> |
ListView.getJobFilters() |
List<Descriptor<ViewJobFilter>> |
ViewDescriptor.getJobFiltersDescriptors()
Possible
ViewJobFilter types that can be used with this view. |
static DescribableList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getMonitors() |
DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
ComputerSet.getNodeMonitorDescriptors()
Exposing
NodeMonitor.all() for Jelly binding. |
static Map<Descriptor<NodeMonitor>,NodeMonitor> |
ComputerSet.getNonIgnoredMonitors()
Returns a subset pf
ComputerSet.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.
Use
Project.getPublishersList() instead. |
abstract DescribableList<Publisher,Descriptor<Publisher>> |
AbstractProject.getPublishersList()
Returns the live list of all
Publisher s configured for this project. |
DescribableList<Publisher,Descriptor<Publisher>> |
Project.getPublishersList() |
static <T extends Describable<T>> |
Descriptor.toMap(Iterable<T> describables) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
DescriptorVisibilityFilter.filter(Object context,
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 some Descriptor 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>> |
AbstractProject.removeFromList(Descriptor<T> item,
List<T> collection) |
void |
Project.removePublisher(Descriptor<Publisher> descriptor)
Deprecated.
as of 1.290
Use
getPublishersList().remove(x) |
Modifier and Type | Method and Description |
---|---|
protected <T extends Describable<T>> |
AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest req,
List<? extends Descriptor<T>> descriptors) |
protected <T extends Describable<T>> |
AbstractProject.buildDescribable(org.kohsuke.stapler.StaplerRequest req,
List<? extends Descriptor<T>> descriptors,
String prefix)
Deprecated.
As of 1.261. Use
AbstractProject.buildDescribable(StaplerRequest, List) instead. |
static <T extends Describable<T>> |
Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData,
String key,
Collection<? extends Descriptor<T>> descriptors)
Used to build
Describable instance list from <f:hetero-list> tag. |
static <T extends Describable<T>> |
Descriptor.newInstancesFromHeteroList(org.kohsuke.stapler.StaplerRequest req,
Object formData,
Collection<? extends Descriptor<T>> descriptors) |
Modifier and Type | Class and Description |
---|---|
class |
LabelAtomPropertyDescriptor
Descriptor for LabelAtom . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAsyncNodeMonitorDescriptor<T>
Sophisticated version of
AbstractNodeMonitorDescriptor that
performs monitoring on all slaves concurrently and asynchronously. |
class |
AbstractNodeMonitorDescriptor<T>
Convenient base class for common
NodeMonitor implementation
where the "monitoring" consists of executing something periodically on every node
and taking some action based on its result. |
static class |
ArchitectureMonitor.DescriptorImpl |
class |
DiskSpaceMonitorDescriptor
AbstractNodeMonitorDescriptor for NodeMonitor that checks a free disk space of some directory. |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> |
NodeMonitor.all()
Returns all the registered
NodeMonitor descriptors. |
Modifier and Type | Class and Description |
---|---|
static class |
NullSCM.DescriptorImpl |
class |
SCMDescriptor<T extends SCM>
Descriptor for SCM . |
Modifier and Type | Field and Description |
---|---|
static List<Descriptor<RepositoryBrowser<?>>> |
RepositoryBrowsers.LIST
Deprecated.
as of 1.286.
Use
RepositoryBrowser.all() for read access and Extension for registration. |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<RepositoryBrowser<?>,Descriptor<RepositoryBrowser<?>>> |
RepositoryBrowser.all()
Returns all the registered
RepositoryBrowser descriptors. |
static List<Descriptor<RepositoryBrowser<?>>> |
RepositoryBrowsers.filter(Class<? extends RepositoryBrowser> t)
Only returns those
RepositoryBrowser descriptors that extend from the given type. |
List<Descriptor<RepositoryBrowser<?>>> |
SCMDescriptor.getBrowserDescriptors()
Returns the list of
RepositoryBrowser Descriptor
that can be used with this SCM. |
Modifier and Type | Class and Description |
---|---|
static class |
UserSearchProperty.DescriptorImpl |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
static Descriptor<AuthorizationStrategy> |
FullControlOnceLoggedInAuthorizationStrategy.DESCRIPTOR
Deprecated.
as of 1.643
Inject descriptor via
Inject . |
static Descriptor<SecurityRealm> |
LegacySecurityRealm.DESCRIPTOR |
Modifier and Type | Method and Description |
---|---|
Descriptor<GlobalSecurityConfiguration> |
GlobalSecurityConfiguration.getDescriptor() |
Descriptor<SecurityRealm> |
SecurityRealm.getDescriptor()
By default looks for a nested class (conventionally named
DescriptorImpl ) implementing Descriptor and marked with Extension . |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<AuthorizationStrategy,Descriptor<AuthorizationStrategy>> |
AuthorizationStrategy.all()
Returns all the registered
AuthorizationStrategy descriptors. |
static DescriptorExtensionList<SecurityRealm,Descriptor<SecurityRealm>> |
SecurityRealm.all()
Returns all the registered
SecurityRealm descriptors. |
List<Descriptor<CaptchaSupport>> |
SecurityRealm.getCaptchaSupportDescriptors() |
Modifier and Type | Class and Description |
---|---|
class |
CaptchaSupportDescriptor
Descriptor for CaptchaSupport . |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> |
CaptchaSupport.all()
Returns all the registered
CaptchaSupport descriptors. |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<CrumbIssuer,Descriptor<CrumbIssuer>> |
CrumbIssuer.all()
Returns all the registered
CrumbIssuer descriptors. |
Modifier and Type | Class and Description |
---|---|
static class |
CommandConnector.DescriptorImpl |
static class |
CommandLauncher.DescriptorImpl |
class |
ComputerConnectorDescriptor
|
static class |
DelegatingComputerLauncher.DescriptorImpl |
static class |
DumbSlave.DescriptorImpl |
static class |
EnvironmentVariablesNodeProperty.DescriptorImpl |
class |
NodeDescriptor
Descriptor for Slave . |
class |
NodePropertyDescriptor
Descriptor for
NodeProperty . |
static class |
RetentionStrategy.Always.DescriptorImpl |
static class |
RetentionStrategy.Demand.DescriptorImpl |
static class |
SimpleScheduledRetentionStrategy.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static Descriptor<ComputerLauncher> |
JNLPLauncher.DESCRIPTOR |
Modifier and Type | Method and Description |
---|---|
Descriptor<ComputerLauncher> |
ComputerLauncherFilter.getDescriptor() |
Descriptor<Cloud> |
Cloud.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<RetentionStrategy<?>,Descriptor<RetentionStrategy<?>>> |
RetentionStrategy.all()
Returns all the registered
RetentionStrategy descriptors. |
static DescriptorExtensionList<Cloud,Descriptor<Cloud>> |
Cloud.all()
Returns all the registered
Cloud descriptors. |
List<Descriptor<ComputerLauncher>> |
DelegatingComputerLauncher.DescriptorImpl.getApplicableDescriptors()
Returns the applicable nested computer launcher types.
|
Modifier and Type | Class and Description |
---|---|
static class |
ArtifactArchiver.DescriptorImpl |
static class |
BatchFile.DescriptorImpl |
class |
BuildStepDescriptor<T extends BuildStep & Describable<T>>
|
static class |
BuildTrigger.DescriptorImpl |
class |
BuildWrapperDescriptor
Descriptor for BuildWrapper . |
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 |
Modifier and Type | Field and Description |
---|---|
static List<Descriptor<Builder>> |
BuildStep.BUILDERS
Deprecated.
as of 1.286.
Use
Builder.all() for read access, and use
Extension for registration. |
static List<Descriptor<BuildWrapper>> |
BuildWrappers.WRAPPERS
Deprecated.
as of 1.281. Use
Extension for registration, and use BuildWrapper.all()
for listing them. |
Modifier and Type | Method and Description |
---|---|
Descriptor<Publisher> |
BuildStep.PublisherList.get(int index) |
Descriptor<Builder> |
Builder.getDescriptor() |
Descriptor<Publisher> |
Publisher.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<Builder,Descriptor<Builder>> |
Builder.all()
Returns all the registered
Builder descriptors. |
static DescriptorExtensionList<BuildWrapper,Descriptor<BuildWrapper>> |
BuildWrapper.all()
Returns all the registered
BuildWrapper descriptors. |
static DescriptorExtensionList<Publisher,Descriptor<Publisher>> |
Publisher.all()
Returns all the registered
Publisher descriptors. |
static <T extends BuildStep & Describable<T>> |
BuildStepDescriptor.filter(List<Descriptor<T>> base,
Class<? extends AbstractProject> type)
Filters a descriptor for
BuildStep s by using BuildStepDescriptor.isApplicable(Class) . |
static List<Descriptor<BuildWrapper>> |
BuildWrappers.getFor(AbstractProject<?,?> project)
List up all
BuildWrapperDescriptor 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
BuildStep.PublisherList.add(Descriptor<Publisher> d) |
void |
BuildStep.PublisherList.add(int index,
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 Type | Method and Description |
---|---|
int |
Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs,
ExtensionComponent<Descriptor<Publisher>> rhs) |
int |
Publisher.DescriptorExtensionListImpl.compare(ExtensionComponent<Descriptor<Publisher>> lhs,
ExtensionComponent<Descriptor<Publisher>> rhs) |
static <T extends BuildStep & Describable<T>> |
BuildStepDescriptor.filter(List<Descriptor<T>> base,
Class<? extends AbstractProject> type)
Filters a descriptor for
BuildStep s by using BuildStepDescriptor.isApplicable(Class) . |
protected List<ExtensionComponent<Descriptor<Publisher>>> |
Publisher.DescriptorExtensionListImpl.sort(List<ExtensionComponent<Descriptor<Publisher>>> r) |
Modifier and Type | Class and Description |
---|---|
static class |
Maven3MojoNote.DescriptorImpl |
static class |
MavenErrorNote.DescriptorImpl |
static class |
MavenMojoNote.DescriptorImpl |
static class |
MavenWarningNote.DescriptorImpl |
Modifier and Type | Class and 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 |
static class |
JDKInstaller.DescriptorImpl |
class |
PropertyDescriptor<P extends Describable<P>,T>
Base
Descriptor type used for XyzProperty classes. |
class |
ToolDescriptor<T extends ToolInstallation>
|
class |
ToolInstallerDescriptor<T extends ToolInstaller>
Descriptor for a
ToolInstaller . |
static class |
ToolLocationNodeProperty.DescriptorImpl |
class |
ToolPropertyDescriptor
Descriptor for
ToolProperty . |
static class |
ZipExtractionInstaller.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
DescribableList<ToolInstaller,Descriptor<ToolInstaller>> |
InstallSourceProperty.installers |
Modifier and Type | Class and Description |
---|---|
static class |
SCMTrigger.DescriptorImpl |
static class |
TimerTrigger.DescriptorImpl |
class |
TriggerDescriptor
Descriptor for Trigger. |
Modifier and Type | Class and Description |
---|---|
class |
DescribableList<T extends Describable<T>,D extends Descriptor<T>>
Persisted list of
Describable s with some operations specific
to Descriptor s. |
Modifier and Type | Method and Description |
---|---|
Descriptor<T> |
DescriptorList.find(String fqcn)
Deprecated.
Underspecified what the parameter is.
getId() ? A Describable class name? |
Descriptor<T> |
DescriptorList.findByName(String id)
Finds a descriptor by their
getId() . |
Descriptor<T> |
DescriptorList.get(int index) |
Modifier and Type | Method and Description |
---|---|
Iterator<Descriptor<T>> |
DescriptorList.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
DescriptorList.add(Descriptor<T> d)
Deprecated.
As of 1.286. Put
Extension on your descriptor to have it auto-registered,
instead of registering a descriptor manually. |
void |
DescriptorList.add(int index,
Descriptor<T> element)
Deprecated.
As of 1.286. Put
Extension on your descriptor to have it auto-registered,
instead of registering a descriptor manually. |
Modifier and Type | Method and 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
Use
DescribableList.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.
|
Constructor and Description |
---|
CheckMethod(Descriptor descriptor,
String fieldName) |
DescriptorList(Descriptor<T>... descriptors)
Deprecated.
As of 1.286. Use
DescriptorList.DescriptorList(Class) instead. |
Modifier and Type | Method and Description |
---|---|
Descriptor<ListViewColumn> |
ListViewColumn.getDescriptor()
For compatibility reason, this method may not return a
ListViewColumnDescriptor
and instead return a plain Descriptor instance. |
Descriptor<ViewJobFilter> |
ViewJobFilter.getDescriptor() |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<ListViewColumn,Descriptor<ListViewColumn>> |
ListViewColumn.all()
Returns all the registered
ListViewColumn descriptors. |
static DescriptorExtensionList<ViewJobFilter,Descriptor<ViewJobFilter>> |
ViewJobFilter.all()
Returns all the registered
ViewJobFilter descriptors. |
static DescriptorExtensionList<ViewsTabBar,Descriptor<ViewsTabBar>> |
ViewsTabBar.all()
Returns all the registered
ViewsTabBar descriptors. |
static DescriptorExtensionList<MyViewsTabBar,Descriptor<MyViewsTabBar>> |
MyViewsTabBar.all()
Returns all the registered
ListViewColumn descriptors. |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactManagerConfiguration
List of configured
ArtifactManagerFactory s. |
class |
ArtifactManagerFactoryDescriptor
Definition of a kind of artifact manager.
|
class |
BuildDiscarderDescriptor
Descriptor for BuildDiscarder . |
static class |
BuildDiscarderProperty.DescriptorImpl |
class |
DownloadSettings
Lets user configure how metadata files should be downloaded.
|
class |
GlobalCloudConfiguration
Adds the
Cloud configuration to the system config page. |
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
Include
NodePropertyDescriptor configurations. |
class |
GlobalPluginConfiguration
Include config.jelly defined for
Plugin 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
The
Descriptor for IdStrategy |
static class |
Jenkins.DescriptorImpl |
class |
JenkinsLocationConfiguration
Stores the location of Jenkins (e-mail address and the HTTP URL.)
|
class |
MasterBuildConfiguration
Adds the configuration regarding building on master.
|
static class |
OptionalJobProperty.OptionalJobPropertyDescriptor |
static class |
ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl |
static class |
ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl |
static class |
ProjectNamingStrategy.ProjectNamingStrategyDescriptor |
Modifier and Type | Field and Description |
---|---|
static Descriptor<User.CanonicalIdResolver> |
DefaultUserCanonicalIdResolver.DESCRIPTOR |
Modifier and Type | Method and Description |
---|---|
<T extends Descriptor> |
Jenkins.getDescriptorByType(Class<T> type)
Gets the
Descriptor instance in the current Jenkins by its type. |
<T extends Describable<T>,D extends Descriptor<T>> |
Jenkins.getDescriptorList(Class<T> type)
Returns
ExtensionList that retains the discovered Descriptor instances for the given
kind of Describable . |
Modifier and Type | Method and 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 the
Descriptor that corresponds to the given Describable type. |
Descriptor |
Jenkins.getDescriptor(String id)
Exposes
Descriptor by its name to URL. |
Descriptor |
Jenkins.getDescriptorByName(String id)
Alias for
Jenkins.getDescriptor(String) . |
Descriptor |
Jenkins.getDescriptorOrDie(Class<? extends Describable> type)
Works just like
Jenkins.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 the
SecurityRealm descriptors by name. |
Modifier and Type | Method and Description |
---|---|
boolean |
BuildDiscarderProperty.ConditionallyHidden.filter(Object context,
Descriptor descriptor) |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultGlobalSettingsProvider.DescriptorImpl |
static class |
DefaultSettingsProvider.DescriptorImpl |
static class |
FilePathGlobalSettingsProvider.DescriptorImpl |
static class |
FilePathSettingsProvider.DescriptorImpl |
class |
GlobalMavenConfig |
class |
GlobalSettingsProviderDescriptor |
class |
SettingsProviderDescriptor |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSCMCheckoutStrategyImpl.DescriptorImpl |
class |
SCMCheckoutStrategyDescriptor
|
Modifier and Type | Class and Description |
---|---|
static class |
ApiTokenProperty.DescriptorImpl |
class |
FrameOptionsPageDecorator
Adds the 'X-Frame-Options' header to all web pages.
|
static class |
LastGrantedAuthoritiesProperty.DescriptorImpl |
class |
QueueItemAuthenticatorConfiguration
Show the
QueueItemAuthenticator configurations on the system config page. |
class |
QueueItemAuthenticatorDescriptor
|
Modifier and Type | Class and Description |
---|---|
class |
MasterKillSwitchConfiguration
Exposes
AdminWhitelistRule.masterKillSwitch to the admin. |
Modifier and Type | Class and Description |
---|---|
static class |
ReverseBuildTrigger.DescriptorImpl |
Copyright © 2016. All rights reserved.