|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.junit.TestRepository.BranchBuilder
public class TestRepository.BranchBuilder
Helper to build a branch with one or more commits
Method Summary | |
---|---|
TestRepository.CommitBuilder |
commit()
|
RevCommit |
update(RevCommit to)
Forcefully update this branch to a particular commit. |
RevCommit |
update(TestRepository.CommitBuilder to)
Forcefully update this branch to a particular commit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public TestRepository.CommitBuilder commit() throws java.lang.Exception
java.lang.Exception
- the commit builder can't read the current branch statepublic RevCommit update(TestRepository.CommitBuilder to) throws java.lang.Exception
to
- the commit to update to.
to
.
java.lang.Exception
public RevCommit update(RevCommit to) throws java.lang.Exception
to
- the commit to update to.
to
.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |