Package jenkins.scm.api
Class SCMSourceOwners
java.lang.Object
jenkins.scm.api.SCMSourceOwners
- All Implemented Interfaces:
- ExtensionPoint,- Iterable<SCMSourceOwner>
public abstract class SCMSourceOwners
extends Object
implements ExtensionPoint, Iterable<SCMSourceOwner>
Provides a means to lookup the 
SCMSourceOwners that own SCMSource instances.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classExtension point to allow for access to embeddedSCMSourceOwnerinstances thatSCMSourceOwners.JenkinsItemEnumeratorwill not find.static classProvide all the Jenkins items that areSCMSourceOwners.Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Iterable<SCMSourceOwner>all()Lookup theSCMSourceOwners.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Constructor Details- 
SCMSourceOwnerspublic SCMSourceOwners()
 
- 
- 
Method Details- 
allLookup theSCMSourceOwners.- Returns:
- the SCMSourceOwners.
 
 
-