public class GitRepository
extends org.eclipse.jgit.transport.RemoteConfig
| Constructor and Description |
|---|
GitRepository(org.eclipse.jgit.lib.Config config,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static List<org.eclipse.jgit.transport.RemoteConfig> |
getAllGitRepositories(org.eclipse.jgit.lib.Config rc) |
String |
getRelativeTargetDir() |
int |
hashCode() |
addFetchRefSpec, addPushRefSpec, addPushURI, addURI, getAllRemoteConfigs, getFetchRefSpecs, getName, getPushRefSpecs, getPushURIs, getReceivePack, getTagOpt, getTimeout, getUploadPack, getURIs, isMirror, removeFetchRefSpec, removePushRefSpec, removePushURI, removeURI, setFetchRefSpecs, setMirror, setPushRefSpecs, setTagOpt, setTimeout, updatepublic GitRepository(org.eclipse.jgit.lib.Config config,
String name)
throws URISyntaxException
URISyntaxExceptionpublic static List<org.eclipse.jgit.transport.RemoteConfig> getAllGitRepositories(org.eclipse.jgit.lib.Config rc) throws URISyntaxException
URISyntaxExceptionpublic String getRelativeTargetDir()
Copyright © 2004-2015 Hudson. All Rights Reserved.