public class OriginGitHubSCMSource extends AbstractGitHubSCMSource
| Modifier and Type | Class and Description |
|---|---|
static class |
OriginGitHubSCMSource.DescriptorImpl |
static class |
OriginGitHubSCMSource.OriginGitHubSCMSourceAddition |
AbstractGitHubSCMSource.AbstractGitHubSCMSourceDescriptor| Constructor and Description |
|---|
OriginGitHubSCMSource(String id,
String apiUri,
String checkoutCredentialsId,
String scanCredentialsId,
String repoOwner,
String repository) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRetrieve(jenkins.scm.api.SCMHeadObserver observer,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
protected jenkins.scm.api.SCMRevision |
doRetrieve(jenkins.scm.api.SCMHead head,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo) |
protected List<org.eclipse.jgit.transport.RefSpec> |
getRefSpecs() |
getApiUri, getCheckoutCredentialsId, getCredentialsId, getDescriptor, getExcludes, getIncludes, getProbe, getRemote, getRepoOwner, getRepository, getScanCredentialsId, getUriResolver, retrieve, retrieve, setExcludes, setIncludesbuild, getCacheDir, getCacheEntry, getCacheLock, getCredentials, getRemoteConfigs, getRemoteName, isExcludedprotected List<org.eclipse.jgit.transport.RefSpec> getRefSpecs()
getRefSpecs in class jenkins.plugins.git.AbstractGitSCMSourceprotected void doRetrieve(jenkins.scm.api.SCMHeadObserver observer,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
throws IOException,
InterruptedException
doRetrieve in class AbstractGitHubSCMSourceIOExceptionInterruptedExceptionprotected jenkins.scm.api.SCMRevision doRetrieve(jenkins.scm.api.SCMHead head,
hudson.model.TaskListener listener,
org.kohsuke.github.GHRepository repo)
throws IOException,
InterruptedException
doRetrieve in class AbstractGitHubSCMSourceIOExceptionInterruptedExceptionCopyright © 2004-2015. All Rights Reserved.