| Class | Description |
|---|---|
| BaseEmptyView |
Holds the basic 'empty view' parent
|
| Branch |
A source code branch.
|
| Branch.Dead |
Represents a dead branch.
|
| BranchIndexingCause |
Declares that a build was due to branch indexing.
|
| BranchNameContributor |
Defines the environment variable
BRANCH_NAME for multibranch builds. |
| BranchProjectFactory<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> |
Creates instances of the branch projects for a specific
Branch and also provides some utility methods for
updating the branch specific projects. |
| BranchProjectFactory.HeadByItemImpl | |
| BranchProjectFactoryDescriptor | |
| BranchProperty |
Additional information associated with
Branch. |
| BranchPropertyDescriptor |
Descriptor for BranchProperty. |
| BranchPropertyDescriptor.Visibility |
Ensures that the configuration screen of (for example)
DefaultBranchPropertyStrategy shows only appropriate descriptors. |
| BranchPropertyStrategy |
A strategy for determining the properties that apply to a specific
SCMHead. |
| BranchPropertyStrategyDescriptor |
The base class for
Descriptors or BranchPropertyStrategy instances. |
| BranchSource |
A source of branches, which consists of a source and a strategy for creating properties of the branches from this
source.
|
| BranchSource.DescriptorImpl |
Our
Descriptor. |
| BuildRetentionBranchProperty | |
| BuildRetentionBranchProperty.DescriptorImpl |
Our
Descriptor. |
| CustomOrganizationFolderDescriptor |
Ensures that when we have a non-null
SCMNavigatorDescriptor.newInstance(String), a special New Item entry is displayed instead of the generic OrganizationFolder.DescriptorImpl. |
| CustomOrganizationFolderDescriptor.HideGeneric | |
| DefaultBranchPropertyStrategy |
A very simple
BranchPropertyStrategy that just returns the same set of properties for all SCMHead
instances. |
| DefaultBranchPropertyStrategy.DescriptorImpl | |
| DescriptorOrder<T extends hudson.model.Describable<T>> |
A
Comparator that compares Describable instances of a specific type based
on the order of their
Descriptors in Jenkins's list of Descriptors for
that type. |
| JobDecorator<P extends hudson.model.Job<P,B>,B extends hudson.model.Run<P,B>> |
Something that can decorate a job.
|
| Messages |
Generated localization support class.
|
| MultiBranchProject<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> |
Abstract base class for multiple-branch based projects.
|
| MultiBranchProject.BranchIndexing<P extends hudson.model.Job<P,R> & hudson.model.TopLevelItem,R extends hudson.model.Run<P,R>> |
Represents the branch indexing job.
|
| MultiBranchProjectDescriptor |
The
Descriptor for MultiBranchProjects. |
| MultiBranchProjectEmptyView |
Special view used when
MultiBranchProject has no branches. |
| MultiBranchProjectFactory |
Creates
MultiBranchProjects for repositories where recognized. |
| MultiBranchProjectFactory.BySCMSourceCriteria |
Creates a particular kind of multibranch project insofar as at least one
SCMHead satisfies a probe. |
| MultiBranchProjectFactoryDescriptor |
A kind of
MultiBranchProjectFactory. |
| NamedExceptionsBranchPropertyStrategy |
Allows named branches to get different properties from the rest.
|
| NamedExceptionsBranchPropertyStrategy.DescriptorImpl | |
| NamedExceptionsBranchPropertyStrategy.Named |
Holds the specific named exception details.
|
| NamedExceptionsBranchPropertyStrategy.Named.DescriptorImpl |
Our
Descriptor |
| NoTriggerBranchProperty |
Suppresses builds due to
BranchIndexingCause. |
| NoTriggerBranchProperty.DescriptorImpl | |
| NoTriggerBranchProperty.Dispatcher | |
| NoTriggerOrganizationFolderProperty |
Defines
NoTriggerBranchProperty on selected branches. |
| NoTriggerOrganizationFolderProperty.DescriptorImpl | |
| NoTriggerOrganizationFolderProperty.Dispatcher | |
| OrganizationFolder |
A folder-like collection of
MultiBranchProjects, one per repository. |
| OrganizationFolder.DescriptorImpl | |
| OrganizationFolderEmptyView |
Special view used when
OrganizationFolder has no repositories. |
| OverrideIndexTriggersJobProperty |
Allows overriding indexing triggers for an individual job - either by enabling when the multibranch or org is set to
suppress them, or disabling if they're otherwise enabled.
|
| OverrideIndexTriggersJobProperty.DescriptorImpl | |
| OverrideIndexTriggersJobProperty.Dispatcher | |
| ParameterDefinitionBranchProperty |
Support for build parameters.
|
| ProjectDecorator<P extends hudson.model.Project<P,B>,B extends hudson.model.Build<P,B>> |
Something that can decorate a project.
|
| RateLimitBranchProperty |
A branch property that limits how often a specific branch can be built.
|
| RateLimitBranchProperty.DescriptorImpl |
Our descriptor
|
| RateLimitBranchProperty.JobPropertyImpl | |
| RateLimitBranchProperty.JobPropertyImpl.DescriptorImpl |
Our descriptor.
|
| RateLimitBranchProperty.QueueTaskDispatcherImpl |
This does the work of blocking builds while the throttle is enforced.
|
| RateLimitBranchProperty.Throttle |
This class is to work around some annoying "features" of f:optionalBlock
|
| UntrustedBranchProperty |
Indicates that the branch contains code changes from authors who do not otherwise have the write access
to the repository.
|
| UntrustedBranchProperty.DescriptorImpl |
Our
Descriptor. |
| WorkspaceLocatorImpl |
Chooses manageable workspace names for branch projects.
|
| WorkspaceLocatorImpl.Deleter |
Cleans up workspace when an orphaned branch project is deleted.
|
Copyright © 2016. All rights reserved.