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 SummaryNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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- 
Enumeratorpublic Enumerator()
 
-