Package | Description |
---|---|
org.eclipse.jgit.gitrepo |
Modifier and Type | Method and Description |
---|---|
RepoProject |
RepoProject.setDefaultRevision(String defaultRevision)
Set the default revision for the sub repo.
|
RepoProject |
RepoProject.setGroups(String groupsParam)
Set the url of the sub repo.
|
RepoProject |
RepoProject.setUrl(String url)
Set the url of the sub repo.
|
Modifier and Type | Method and Description |
---|---|
List<RepoProject> |
ManifestParser.getFilteredProjects()
Getter for filterdProjects.
|
List<RepoProject> |
ManifestParser.getProjects()
Getter for projects.
|
Modifier and Type | Method and Description |
---|---|
int |
RepoProject.compareTo(RepoProject that) |
boolean |
RepoProject.isAncestorOf(RepoProject that)
Check if this sub repo is the ancestor of given sub repo.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.