@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class SingleSCMNavigator extends SCMNavigator
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleSCMNavigator.DescriptorImpl |
| Constructor and Description |
|---|
SingleSCMNavigator(String name,
List<SCMSource> sources) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<SCMSource> |
getSources() |
void |
visitSources(SCMSourceObserver observer)
Looks for SCM sources in a configured place.
|
getDescriptorpublic String getName()
public void visitSources(SCMSourceObserver observer) throws IOException, InterruptedException
SCMNavigatorobserver or its child callbacks.visitSources in class SCMNavigatorobserver - a recipient of progress notifications and a source of contextual informationIOException - if scanning failsInterruptedException - if scanning is interruptedCopyright © 2004-2015. All Rights Reserved.