Uses of Class
org.eclipse.jgit.junit.TestRepository.BranchBuilder
-
Packages that use TestRepository.BranchBuilder Package Description org.eclipse.jgit.junit -
-
Uses of TestRepository.BranchBuilder in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as TestRepository.BranchBuilder Modifier and Type Field Description private TestRepository.BranchBuilder
TestRepository.CommitBuilder. branch
Methods in org.eclipse.jgit.junit that return TestRepository.BranchBuilder Modifier and Type Method Description TestRepository.BranchBuilder
TestRepository. branch(java.lang.String ref)
Create a new branch builder for this repository.Constructors in org.eclipse.jgit.junit with parameters of type TestRepository.BranchBuilder Constructor Description CommitBuilder(TestRepository.BranchBuilder b)
-