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.get()
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<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT,RunT> & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable> |
Marker for job using this mixin, and default implementations of many methods.
|
RunAction2 |
Class | Description |
---|---|
AbstractTopLevelItem |
Default base implementation of
TopLevelItem . |
ArtifactManager |
Manager of artifacts for one build.
|
ArtifactManagerConfiguration |
List of configured
ArtifactManagerFactory s. |
ArtifactManagerFactory |
Pluggable ability to manage transfer and/or storage of build artifacts.
|
ArtifactManagerFactoryDescriptor |
Definition of a kind of artifact manager.
|
AssetManager |
Serves files located in the
/assets classpath directory via the Jenkins core ClassLoader. |
BackgroundGlobalBuildDiscarder |
Background task actually running background build discarders.
|
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 |
Job.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 | |
BuiltInNodeMigration |
Inform the admin about the migration.
|
CauseOfInterruption |
Records why an executor is interrupted.
|
CauseOfInterruption.UserInterruption |
Indicates that the build was interrupted from UI.
|
Configuration | Deprecated
use
SystemProperties directly |
CoreEnvironmentContributor |
EnvironmentContributor that adds the basic set of environment variables that
we've been exposing historically. |
DefaultSimplePageDecorator |
In case there are no other implementations we will fallback to this implementation.
|
DefaultUserCanonicalIdResolver |
Default User.CanonicalIdResolver to escape unsupported characters and generate user ID.
|
FingerprintFacet |
Plugin-specific additions to fingerprint information.
|
GlobalBuildDiscarderConfiguration |
Global configuration UI for background build discarders
|
GlobalBuildDiscarderListener |
Run background build discarders on an individual job once a build is finalized
|
GlobalBuildDiscarderStrategy |
Extension point for global background build discarders.
|
GlobalBuildDiscarderStrategyDescriptor | |
GlobalCloudConfiguration |
Provides a configuration form for
Jenkins.clouds . |
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
GlobalConfiguration s. |
GlobalConfigurationCategory.Security |
Security related configurations.
|
GlobalConfigurationCategory.Unclassified |
This category represents the catch-all I-dont-know-what-category-it-is instance,
used for those
GlobalConfiguration s that don't really deserve/need a separate
category. |
GlobalNodePropertiesConfiguration |
Include
NodePropertyDescriptor configurations. |
GlobalPluginConfiguration |
Include config.jelly defined for
Plugin s. |
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.EnforceSlaveAgentPortAdministrativeMonitor | |
Jenkins.MasterComputer | |
Jenkins.MasterRestartNotifyier | |
JenkinsLocationConfiguration |
Stores the location of Jenkins (e-mail address and the HTTP URL.)
|
JobGlobalBuildDiscarderStrategy |
Periodically call a job's configured build discarder in the background.
|
JobGlobalBuildDiscarderStrategy.DescriptorImpl | |
MasterBuildConfiguration |
Adds the configuration regarding building on the built-in node.
|
Messages |
Generated localization support class.
|
ModelObjectWithContextMenu.ContextMenu |
Data object that represents the context menu.
|
ModelObjectWithContextMenu.MenuItem |
Menu item in
ModelObjectWithContextMenu.ContextMenu |
NewViewLink | |
NodeListener |
Listen to
Node CRUD operations. |
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<JobT,RunT> & 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.Permalink s 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 | |
RenameAction | |
RenameAction.TransientActionFactoryImpl | |
RunIdMigrator |
Converts legacy
builds directories to the current format. |
RunIdMigrator.UnmigrationInstruction |
Expose unmigration instruction to the user.
|
SimpleGlobalBuildDiscarderStrategy |
Apply a user-specified build discarder periodically on all jobs.
|
SimpleGlobalBuildDiscarderStrategy.DescriptorImpl | |
SimplePageDecorator |
Participates in the rendering of the login page
|
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.
|
Enum | Description |
---|---|
ModelObjectWithContextMenu.MenuItemType |
Exception | Description |
---|---|
InvalidBuildsDir |
Copyright © 2004–2022. All rights reserved.