| Interface | Description |
|---|---|
| DependencyDeclarer |
Marker interface for project-associated objects that can participate
in the dependency graph computation process.
|
| DirectlyModifiableTopLevelItemGroup |
Item group which supports items being directly moved in or out of it.
|
| Jenkins.JenkinsHolder |
Hook for a test harness to intercept Jenkins.getInstance()
Do not use in the production code as the signature may change.
|
| ModelObjectWithChildren |
ModelObject that has the children context menu in the breadcrumb. |
| ModelObjectWithContextMenu |
ModelObject that has context menu in the breadcrumb. |
| ModelObjectWithContextMenu.ContextMenuVisibility |
Allows an action to decide whether it will be visible in a context menu.
|
| ModifiableTopLevelItemGroup |
A
ModifiableItemGroup to manage TopLevelItem,
including copying, creating from descriptor and from XML. |
| ParameterizedJobMixIn.ParameterizedJob |
Marker for job using this mixin.
|
| RunAction2 |
| Class | Description |
|---|---|
| AbstractTopLevelItem |
Default base implementation of
TopLevelItem. |
| ArtifactManager |
Manager of artifacts for one build.
|
| ArtifactManagerConfiguration |
List of configured
ArtifactManagerFactorys. |
| ArtifactManagerFactory |
Pluggable ability to manage transfer and/or storage of build artifacts.
|
| ArtifactManagerFactoryDescriptor |
Definition of a kind of artifact manager.
|
| BlockedBecauseOfBuildInProgress |
Indicates that a new build is blocked because the previous build is already in progress.
|
| BuildDiscarder |
Implementation of "Discard old build records" feature.
|
| BuildDiscarder.ConverterImpl |
AbstractProject#logRotator used to be typed as LogRotator,
so such configuration file ends up trying to unmarshal BuildDiscarder and
not its subtype. |
| BuildDiscarderDescriptor |
Descriptor for BuildDiscarder. |
| BuildDiscarderProperty |
Defines a
BuildDiscarder. |
| BuildDiscarderProperty.ConditionallyHidden | |
| BuildDiscarderProperty.DescriptorImpl | |
| CauseOfInterruption |
Records why an executor is interrupted.
|
| CauseOfInterruption.UserInterruption |
Indicates that the build was interrupted from UI.
|
| Configuration | |
| CoreEnvironmentContributor |
EnvironmentContributor that adds the basic set of environment variables that
we've been exposing historically. |
| DefaultUserCanonicalIdResolver |
Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
|
| DownloadSettings |
Lets user configure how metadata files should be downloaded.
|
| DownloadSettings.DailyCheck | |
| DownloadSettings.Warning | |
| FingerprintFacet |
Plugin-specific additions to fingerprint information.
|
| GlobalCloudConfiguration |
Adds the
Cloud configuration to the system config page. |
| 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.
|
| GlobalConfigurationCategory |
Grouping of related
GlobalConfigurations. |
| GlobalConfigurationCategory.Security |
Security related configurations.
|
| GlobalConfigurationCategory.Unclassified |
This category represents the catch-all I-dont-know-what-category-it-is instance,
used for those
GlobalConfigurations that don't really deserve/need a separate
category. |
| GlobalNodePropertiesConfiguration |
Include
NodePropertyDescriptor configurations. |
| GlobalPluginConfiguration |
Include config.jelly defined for
Plugins. |
| GlobalProjectNamingStrategyConfiguration |
Configures the project naming strategy.
|
| GlobalQuietPeriodConfiguration |
Configures the system-default quiet period.
|
| GlobalSCMRetryCountConfiguration |
Configures global SCM retry count default.
|
| IdStrategy |
The strategy to use for manipulating converting names (e.g.
|
| IdStrategy.CaseInsensitive |
The default case insensitive
IdStrategy |
| IdStrategy.CaseInsensitive.DescriptorImpl | |
| IdStrategy.CaseSensitive |
A case sensitive
IdStrategy |
| IdStrategy.CaseSensitive.DescriptorImpl | |
| IdStrategy.CaseSensitiveEmailAddress |
A case sensitive email address
IdStrategy. |
| IdStrategy.CaseSensitiveEmailAddress.DescriptorImpl | |
| IdStrategyDescriptor |
The
Descriptor for IdStrategy |
| InterruptedBuildAction |
Action added to
Run to record the cause of interruption. |
| Jenkins |
Root object of the system.
|
| Jenkins.CloudList | |
| Jenkins.DescriptorImpl | |
| Jenkins.MasterComputer | |
| Jenkins.MasterRestartNotifyier | |
| JenkinsLocationConfiguration |
Stores the location of Jenkins (e-mail address and the HTTP URL.)
|
| MasterBuildConfiguration |
Adds the configuration regarding building on master.
|
| Messages |
Generated localization support class.
|
| ModelObjectWithContextMenu.ContextMenu |
Data object that represents the context menu.
|
| ModelObjectWithContextMenu.MenuItem |
Menu item in
ModelObjectWithContextMenu.ContextMenu |
| Nodes |
Manages all the nodes for Jenkins.
|
| OptionalJobProperty<J extends Job<?,?>> |
Job property which may or may not be present.
|
| OptionalJobProperty.OptionalJobPropertyDescriptor | |
| ParameterizedJobMixIn<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable> |
Allows a
Job to make use of ParametersDefinitionProperty and be scheduled in various ways. |
| PeepholePermalink |
Convenient base implementation for
PermalinkProjectAction.Permalinks that satisfy
certain properties. |
| PeepholePermalink.RunListenerImpl | |
| ProjectNamingStrategy |
This ExtensionPoint allows to enforce the name of projects/jobs.
|
| ProjectNamingStrategy.DefaultProjectNamingStrategy |
Default implementation which does not restrict the name to any form.
|
| ProjectNamingStrategy.DefaultProjectNamingStrategy.DescriptorImpl | |
| ProjectNamingStrategy.PatternProjectNamingStrategy |
Naming strategy which allows the admin to define a pattern a job's name has to follow.
|
| ProjectNamingStrategy.PatternProjectNamingStrategy.DescriptorImpl | |
| ProjectNamingStrategy.ProjectNamingStrategyDescriptor | |
| RunIdMigrator |
Converts legacy
builds directories to the current format. |
| RunIdMigrator.UnmigrationInstruction |
Expose unmigration instruction to the user.
|
| StandardArtifactManager |
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.
|
| TransientActionFactory<T> |
Allows you to add actions to any kind of object at once.
|
| TransientFingerprintFacetFactory | |
| UnlabeledLoadStatistics |
LoadStatistics that track the "free roam" jobs (whose SubTask.getAssignedLabel() is null)
and the # of executors that can execute them (Node whose mode is Node.Mode.EXCLUSIVE) |
| Uptime |
Keeps track of the uptime of Jenkins.
|
Copyright © 2019. All rights reserved.