Uses of Class
org.eclipse.jgit.gitrepo.BareSuperprojectWriter.ExtraContent
-
Packages that use BareSuperprojectWriter.ExtraContent Package Description org.eclipse.jgit.gitrepo -
-
Uses of BareSuperprojectWriter.ExtraContent in org.eclipse.jgit.gitrepo
Fields in org.eclipse.jgit.gitrepo with type parameters of type BareSuperprojectWriter.ExtraContent Modifier and Type Field Description private java.util.List<BareSuperprojectWriter.ExtraContent>
BareSuperprojectWriter. extraContents
private java.util.List<BareSuperprojectWriter.ExtraContent>
RepoCommand. extraContents
Constructor parameters in org.eclipse.jgit.gitrepo with type arguments of type BareSuperprojectWriter.ExtraContent Constructor Description BareSuperprojectWriter(Repository repo, java.net.URI targetUri, java.lang.String targetBranch, PersonIdent author, RepoCommand.RemoteReader callback, BareSuperprojectWriter.BareWriterConfig config, java.util.List<BareSuperprojectWriter.ExtraContent> extraContents)
-