Uses of Class
org.eclipse.jgit.junit.TestRepository.CommitBuilder
Packages that use TestRepository.CommitBuilder
-
Uses of TestRepository.CommitBuilder in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return TestRepository.CommitBuilderModifier and TypeMethodDescriptionAdd file with given contentAdd file with given path and blobTestRepository.amend(org.eclipse.jgit.lib.AnyObjectId id) Amend an existing commit.Amend an existing ref.TestRepository.CommitBuilder.author(org.eclipse.jgit.lib.PersonIdent a) Set the author identityTestRepository.CommitBuilder.child()Create child commit builderTestRepository.BranchBuilder.commit()Create commit builderTestRepository.commit()Create commit builderTestRepository.CommitBuilder.committer(org.eclipse.jgit.lib.PersonIdent c) Set the committer identityTestRepository.CommitBuilder.edit(org.eclipse.jgit.dircache.DirCacheEditor.PathEdit edit) Edit the indexTestRepository.CommitBuilder.ident(org.eclipse.jgit.lib.PersonIdent ident) Set author and committer identityTestRepository.CommitBuilder.insertChangeId()Insert changeIdTestRepository.CommitBuilder.insertChangeId(String c) Insert given changeIdSet commit messageTestRepository.CommitBuilder.noFiles()Remove filesTestRepository.CommitBuilder.noParents()Remove parent commitsTestRepository.CommitBuilder.parent(org.eclipse.jgit.revwalk.RevCommit p) Set parent commitRemove a fileTestRepository.CommitBuilder.setTopLevelTree(org.eclipse.jgit.lib.ObjectId treeId) Set top level treeTestRepository.CommitBuilder.tick(int secs) Tick the clockMethods in org.eclipse.jgit.junit with parameters of type TestRepository.CommitBuilderModifier and TypeMethodDescriptionorg.eclipse.jgit.revwalk.RevCommitTestRepository.BranchBuilder.update(TestRepository<R>.CommitBuilder to) Forcefully update this branch to a particular commit.org.eclipse.jgit.revwalk.RevCommitTestRepository.update(String ref, TestRepository<R>.CommitBuilder to) Update a reference to point to an object.