Package jenkins.scm.api
Class SCMSourceOwners.Enumerator
java.lang.Object
jenkins.scm.api.SCMSourceOwners.Enumerator
- All Implemented Interfaces:
ExtensionPoint
,Iterable<SCMSourceOwner>
- Direct Known Subclasses:
SCMSourceOwners.JenkinsItemEnumerator
- Enclosing class:
- SCMSourceOwners
public abstract static class SCMSourceOwners.Enumerator
extends Object
implements ExtensionPoint, Iterable<SCMSourceOwner>
Extension point to allow for access to embedded
SCMSourceOwner
instances that
SCMSourceOwners.JenkinsItemEnumerator
will not find.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
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
-
Enumerator
public Enumerator()
-