| Interface | Description |
|---|---|
| SCMSourceCriteria |
Filter that selects heads picked up by
SCMSource out of all the branches and other heads
found in the repository. |
| SCMSourceOwner |
An
Item that owns SCMSource instances. |
| Class | Description |
|---|---|
| Messages | |
| SCMFile |
A file/directory inspected by
SCMFileSystem. |
| SCMFileSystem |
A virtual file system for a specific
SCM potentially pinned to a specific SCMRevision. |
| SCMFileSystem.Builder |
Extension point that allows different plugins to implement
SCMFileSystem classes for the same SCM
or SCMSource and let Jenkins pick the most capable for any specific SCM implementation. |
| SCMHead |
Represents a named SCM branch, tag or mainline.
|
| SCMHeadObserver |
Something that observes
SCMHead and corresponding SCMRevision details. |
| SCMHeadObserver.AllFinished |
An observer that wraps multiple observers and keeps observing as long as one of the wrapped observers wants to.
|
| SCMHeadObserver.Collector |
An observer that collects the observed
SCMHeads and SCMRevisions. |
| SCMHeadObserver.OneFinished |
An observer that wraps multiple observers and keeps observing until one of the wrapped observers stops observing.
|
| SCMHeadObserver.Selector |
An observer that collects the
SCMRevision of a specific SCMHead and then stops observing. |
| SCMRevision |
Base class that represents a specific (or not so specific) revision of a
SCMHead. |
| SCMRevisionAction |
Action added to AbstractBuild to remember
which revision is built in the given build. |
| SCMSource |
A
SCMSource is responsible for fetching SCMHead and corresponding SCMRevision instances from
which it can build SCM instances that are configured to check out the specific SCMHead at the
specified SCMRevision. |
| SCMSourceCriteria.Probe |
A probe for a branch candidate.
|
| SCMSourceDescriptor |
A
Descriptor for SCMSources. |
| SCMSourceOwners |
Provides a means to lookup the
SCMSourceOwners that own SCMSource instances. |
| SCMSourceOwners.Enumerator |
Extension point to allow for access to embedded
SCMSourceOwner instances that
SCMSourceOwners.JenkinsItemEnumerator will not find. |
| SCMSourceOwners.JenkinsItemEnumerator |
Provide all the Jenkins items that are
SCMSourceOwners. |
Copyright © 2004-2013. All Rights Reserved.