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 Summary
Nested 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.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<SCMSourceOwner>all()Lookup theSCMSourceOwners.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
SCMSourceOwners
public SCMSourceOwners()
-
-
Method Details
-
all
Lookup theSCMSourceOwners.- Returns:
- the
SCMSourceOwners.
-