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 class
Extension point to allow for access to embeddedSCMSourceOwner
instances thatSCMSourceOwners.JenkinsItemEnumerator
will not find.static class
Provide 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, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
SCMSourceOwners
public SCMSourceOwners()
-
-
Method Details
-
all
Lookup theSCMSourceOwners
.- Returns:
- the
SCMSourceOwners
.
-