Package | Description |
---|---|
org.eclipse.jgit.gitrepo |
Modifier and Type | Method and Description |
---|---|
RepoCommand |
RepoCommand.setAuthor(PersonIdent author)
Set the author/committer for the bare repository commit.
|
RepoCommand |
RepoCommand.setBranch(String branch)
Set default branch.
|
RepoCommand |
RepoCommand.setGroups(String groups)
Set groups to sync
|
RepoCommand |
RepoCommand.setIgnoreRemoteFailures(boolean ignore)
Set whether to skip projects whose commits don't exist remotely.
|
RepoCommand |
RepoCommand.setIncludedFileReader(ManifestParser.IncludedFileReader reader)
Set the IncludedFileReader callback.
|
RepoCommand |
RepoCommand.setInputStream(InputStream inputStream)
Set the input stream to the manifest XML.
|
RepoCommand |
RepoCommand.setPath(String path)
Set path to the manifest XML file.
|
RepoCommand |
RepoCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
RepoCommand |
RepoCommand.setRecommendShallow(boolean enable)
Set whether the clone-depth field should be recorded as a shallow
recommendation in .gitmodules.
|
RepoCommand |
RepoCommand.setRecordRemoteBranch(boolean enable)
Set whether the branch name should be recorded in .gitmodules.
|
RepoCommand |
RepoCommand.setRecordSubmoduleLabels(boolean enable)
Set whether the labels field should be recorded as a label in
.gitattributes.
|
RepoCommand |
RepoCommand.setRemoteReader(RepoCommand.RemoteReader callback)
Set the GetHeadFromUri callback.
|
RepoCommand |
RepoCommand.setTargetBranch(String branch)
Set target branch.
|
RepoCommand |
RepoCommand.setTargetURI(String uri)
Set the URI of the superproject (this repository), so the .gitmodules
file can specify the submodule URLs relative to the superproject.
|
RepoCommand |
RepoCommand.setURI(String uri)
Set base URI of the paths inside the XML.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.