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.
  • Constructor Details

    • Enumerator

      public Enumerator()