Package jenkins.scm.api
Class SCMNavigatorOwners
java.lang.Object
jenkins.scm.api.SCMNavigatorOwners
- All Implemented Interfaces:
ExtensionPoint
,Iterable<SCMNavigatorOwner>
public abstract class SCMNavigatorOwners
extends Object
implements ExtensionPoint, Iterable<SCMNavigatorOwner>
Provides a means to lookup the
SCMNavigatorOwners
that own SCMNavigatorOwner
instances.- Since:
- 2.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Extension point to allow for access to embeddedSCMSourceOwner
instances thatSCMNavigatorOwners.JenkinsItemEnumerator
will not find.static class
Provide all the Jenkins items that areSCMNavigatorOwners
.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Iterable<SCMNavigatorOwner>
all()
Lookup theSCMNavigatorOwners
.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
-
SCMNavigatorOwners
public SCMNavigatorOwners()
-
-
Method Details
-
all
Lookup theSCMNavigatorOwners
.- Returns:
- the
SCMNavigatorOwners
.
-