public class GitHubSCMNavigator
extends jenkins.scm.api.SCMNavigator
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubSCMNavigator.DescriptorImpl |
static interface |
GitHubSCMNavigator.GitHubSCMSourceAddition |
| Constructor and Description |
|---|
GitHubSCMNavigator(String apiUri,
String repoOwner,
String scanCredentialsId,
String checkoutCredentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiUri() |
String |
getCheckoutCredentialsId() |
String |
getPattern() |
String |
getRepoOwner() |
String |
getScanCredentialsId() |
void |
setPattern(String pattern) |
void |
visitSources(jenkins.scm.api.SCMSourceObserver observer) |
public String getRepoOwner()
@CheckForNull public String getScanCredentialsId()
@CheckForNull public String getCheckoutCredentialsId()
public String getPattern()
@CheckForNull public String getApiUri()
@DataBoundSetter public void setPattern(String pattern)
public void visitSources(jenkins.scm.api.SCMSourceObserver observer)
throws IOException,
InterruptedException
visitSources in class jenkins.scm.api.SCMNavigatorIOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.