| Class | Description |
|---|---|
| Branch |
A source code branch.
|
| Branch.Dead |
Represents a dead branch.
|
| BranchProjectFactory<P extends hudson.model.AbstractProject<P,R> & hudson.model.TopLevelItem,R extends hudson.model.AbstractBuild<P,R>> |
Creates instances of the branch projects for a specific
Branch and also provides some utility methods for
updating the branch specific projects. |
| BranchProjectFactoryDescriptor | |
| BranchProperty |
Additional information associated with
Branch. |
| BranchPropertyDescriptor |
Descriptor for BranchProperty. |
| 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. |
| DeadBranchStrategy |
A strategy for removing
Branch projects after they no longer have a source in their
MultiBranchProject. |
| DeadBranchStrategyDescriptor |
The base class
Descriptor for DeadBranchStrategy implementations. |
| DefaultBranchPropertyStrategy |
A very simple
BranchPropertyStrategy that just returns the same set of properties for all SCMHead
instances. |
| DefaultBranchPropertyStrategy.DescriptorImpl | |
| DefaultDeadBranchStrategy |
The default
DeadBranchStrategy. |
| DefaultDeadBranchStrategy.DescriptorImpl |
Our
Descriptor |
| IndexAtLeastTrigger<P extends hudson.model.AbstractProject<P,R> & hudson.model.TopLevelItem,R extends hudson.model.AbstractBuild<P,R>> |
A
Trigger for MultiBranchProjects that will only trigger an indexing if an indexing has not been
triggered within a specified timeframe. |
| IndexAtLeastTrigger.DescriptorImpl |
Our
Descriptor |
| Messages | |
| MultiBranchProject<P extends hudson.model.AbstractProject<P,R> & hudson.model.TopLevelItem,R extends hudson.model.AbstractBuild<P,R>> |
Abstract base class for multiple-branch based projects.
|
| MultiBranchProject.BranchIndexing<P extends hudson.model.AbstractProject<P,R> & hudson.model.TopLevelItem,R extends hudson.model.AbstractBuild<P,R>> |
Represents the branch indexing job.
|
| MultiBranchProject.Cron |
Runs every minute to check
TimerTrigger and schedules build. |
| MultiBranchProject.DeadBranchCleanupThread |
Background thread to tidy up dead branches.
|
| MultiBranchProject.ThrottleIndexingQueueTaskDispatcher |
We need to be able to limit concurrent indexing.
|
| MultiBranchProjectDescriptor |
The
Descriptor for MultiBranchProjects. |
| MultiBranchProjectWelcomeView |
Special view used when
MultiBranchProject has no branches. |
| 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. |
Copyright © 2004-2013. All Rights Reserved.