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 RepoCommandRepoCommand. setAuthor(PersonIdent author)Set the author/committer for the bare repository commit.RepoCommandRepoCommand. setBranch(String branch)Set default branch.RepoCommandRepoCommand. setGroups(String groups)Set groups to syncRepoCommandRepoCommand. setIncludedFileReader(RepoCommand.IncludedFileReader reader)Set the IncludedFileReader callback.RepoCommandRepoCommand. setInputStream(InputStream inputStream)Set the input stream to the manifest XML.RepoCommandRepoCommand. setPath(String path)Set path to the manifest XML file.RepoCommandRepoCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.RepoCommandRepoCommand. setRemoteReader(RepoCommand.RemoteReader callback)Set the GetHeadFromUri callback.RepoCommandRepoCommand. setURI(String uri)Set base URI of the pathes inside the XML
-