Package jenkins.scm.api
Class SCMNavigatorOwners.Enumerator
java.lang.Object
jenkins.scm.api.SCMNavigatorOwners.Enumerator
- All Implemented Interfaces:
ExtensionPoint
,Iterable<SCMNavigatorOwner>
- Direct Known Subclasses:
SCMNavigatorOwners.JenkinsItemEnumerator
- Enclosing class:
- SCMNavigatorOwners
public abstract static class SCMNavigatorOwners.Enumerator
extends Object
implements ExtensionPoint, Iterable<SCMNavigatorOwner>
Extension point to allow for access to embedded
SCMSourceOwner
instances that
SCMNavigatorOwners.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()
-