public interface SCMSourceOwner
extends hudson.model.Item
Item that owns SCMSource instances.| Modifier and Type | Method and Description |
|---|---|
SCMSource |
getSCMSource(String sourceId)
Gets the source with the specified
SCMSource.getId(). |
SCMSourceCriteria |
getSCMSourceCriteria(SCMSource source)
Returns the criteria for determining if a candidate head is relevant for consumption.
|
List<SCMSource> |
getSCMSources()
Returns the
SCMSource instances that this item is consuming. |
void |
onSCMSourceUpdated(SCMSource source)
Called when a source has received notification of an update.
|
delete, getAbsoluteUrl, getAllJobs, getDisplayName, getFullDisplayName, getFullName, getName, getParent, getRelativeNameFrom, getRelativeNameFrom, getShortUrl, getUrl, onCopiedFrom, onCreatedFromScratch, onLoad, save@NonNull List<SCMSource> getSCMSources()
SCMSource instances that this item is consuming.SCMSource instances that this item is consuming.@CheckForNull SCMSource getSCMSource(@CheckForNull String sourceId)
SCMSource.getId().sourceId - the SCMSource.getId()SCMSource or null if no matching source.void onSCMSourceUpdated(@NonNull
SCMSource source)
source - the source@CheckForNull SCMSourceCriteria getSCMSourceCriteria(@NonNull SCMSource source)
source - the source to get the criteria for.Copyright © 2004-2013. All Rights Reserved.