Package | Description |
---|---|
org.eclipse.jgit.http.test | |
org.eclipse.jgit.junit.http |
Modifier and Type | Field and Description |
---|---|
private TestRepository<Repository> |
TestRepositoryResolver.repo |
Constructor and Description |
---|
TestRepositoryResolver(TestRepository<Repository> repo,
java.lang.String repoName)
Create a new
TestRepositoryResolver
that resolves the given name to the given repository. |
Modifier and Type | Method and Description |
---|---|
protected TestRepository<Repository> |
HttpTestCase.createTestRepository()
Create TestRepository
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Collection<RemoteRefUpdate> |
HttpTestCase.push(TestRepository from,
RevCommit q)
Push a commit
|