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,
boolean ignoreOnPushNotifications) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
String |
getExcludes() |
String |
getIncludes() |
protected List<org.eclipse.jgit.transport.RefSpec> |
getRefSpecs() |
String |
getRemote() |
boolean |
isIgnoreOnPushNotifications() |
build, getCacheDir, getCacheEntry, getCacheLock, getCredentials, getRemoteConfigs, getRemoteName, isExcluded, retrieve, retrievepublic static final Logger LOGGER
public boolean isIgnoreOnPushNotifications()
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-2015. All Rights Reserved.