Uses of Class
org.eclipse.jgit.gitrepo.RepoCommand
-
Packages that use RepoCommand Package Description org.eclipse.jgit.gitrepo -
-
Uses of RepoCommand in org.eclipse.jgit.gitrepo
Methods in org.eclipse.jgit.gitrepo that return RepoCommand Modifier and Type Method Description RepoCommand
RepoCommand. setAuthor(PersonIdent author)
Set the author/committer for the bare repository commit.RepoCommand
RepoCommand. setBranch(java.lang.String branch)
Set default branch.RepoCommand
RepoCommand. setGroups(java.lang.String groups)
Set groups to syncRepoCommand
RepoCommand. setIncludedFileReader(RepoCommand.IncludedFileReader reader)
Set the IncludedFileReader callback.RepoCommand
RepoCommand. setInputStream(java.io.InputStream inputStream)
Set the input stream to the manifest XML.RepoCommand
RepoCommand. setPath(java.lang.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(java.lang.String uri)
Set base URI of the pathes inside the XML
-