public class GitSCMSource extends AbstractGitSCMSource
| Modifier and Type | Class and Description |
|---|---|
static class |
GitSCMSource.DescriptorImpl |
static class |
GitSCMSource.ListenerImpl |
AbstractGitSCMSource.SCMRevisionImpl, AbstractGitSCMSource.SpecificRevisionBuildChooser| Constructor and Description |
|---|
GitSCMSource(String id,
String remote,
String credentialsId,
String includes,
String excludes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getExcludes() |
String |
getIncludes() |
protected List<org.eclipse.jgit.transport.RefSpec> |
getRefSpecs() |
String |
getRemote() |
build, getCacheDir, getCacheEntry, getCacheLock, getCredentials, getRemoteConfigs, retrieve, retrievepublic static final Logger LOGGER
public String getCredentialsId()
getCredentialsId in class AbstractGitSCMSourcepublic String getRemote()
getRemote in class AbstractGitSCMSourcepublic String getIncludes()
getIncludes in class AbstractGitSCMSourcepublic String getExcludes()
getExcludes in class AbstractGitSCMSourceprotected List<org.eclipse.jgit.transport.RefSpec> getRefSpecs()
getRefSpecs in class AbstractGitSCMSourceCopyright © 2004-2013. All Rights Reserved.