| Package | Description |
|---|---|
| jenkins.scm.api | |
| jenkins.scm.impl |
| Modifier and Type | Method and Description |
|---|---|
SCMSource |
SCMSourceOwner.getSCMSource(String sourceId)
Gets the source with the specified
getId(). |
| Modifier and Type | Method and Description |
|---|---|
List<SCMSource> |
SCMSourceOwner.getSCMSources()
Returns the
SCMSource instances that this item is consuming. |
| Modifier and Type | Method and Description |
|---|---|
SCMFileSystem |
SCMFileSystem.Builder.build(SCMSource source,
SCMHead head,
SCMRevision rev)
Given a
SCMSource, a SCMHead and a SCMRevision this method should try to build a
corresponding SCMFileSystem instance that reflects the content of the specified SCMHead at
the specified SCMRevision. |
String |
SCMSourceDescriptor.getId(SCMSource source)
Return or generate the ID for a source instance.
|
SCMSourceCriteria |
SCMSourceOwner.getSCMSourceCriteria(SCMSource source)
Returns the criteria for determining if a candidate head is relevant for consumption.
|
static SCMFileSystem |
SCMFileSystem.of(SCMSource source,
SCMHead head)
Given a
SCMSource and a SCMHead this method will try to retrieve a corresponding
SCMFileSystem instance that reflects the content of the specified SCMHead. |
static SCMFileSystem |
SCMFileSystem.of(SCMSource source,
SCMHead head,
SCMRevision rev)
Given a
SCMSource, a SCMHead and a SCMRevision this method will try to retrieve a
corresponding SCMFileSystem instance that reflects the content of the specified SCMHead at the
specified SCMRevision. |
void |
SCMSourceOwner.onSCMSourceUpdated(SCMSource source)
Called when a source has received notification of an update.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullSCMSource
|
class |
SingleSCMSource
A single fixed branch using a legacy SCM implementation.
|
Copyright © 2004-2013. All Rights Reserved.