Package | Description |
---|---|
org.eclipse.jgit.gitrepo |
Modifier and Type | Method | 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.setIncludedFileReader(RepoCommand.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.setRemoteReader(RepoCommand.RemoteReader callback) |
Set the GetHeadFromUri callback.
|
RepoCommand |
RepoCommand.setURI(String uri) |
Set base URI of the pathes inside the XML
|
Copyright © 2018. All rights reserved.