Package | Description |
---|---|
org.eclipse.jgit.junit | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method and Description |
---|---|
RevBlob |
TestRepository.blob(byte[] content)
Create a new blob object in the repository.
|
RevBlob |
TestRepository.blob(String content)
Create a new blob object in the repository.
|
Modifier and Type | Method and Description |
---|---|
TestRepository.CommitBuilder |
TestRepository.CommitBuilder.add(String path,
RevBlob id) |
DirCacheEntry |
TestRepository.file(String path,
RevBlob blob)
Construct a regular file mode tree entry.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeFormatter.append(String name,
RevBlob blob)
Add a regular file, mode is
FileMode.REGULAR_FILE . |
Modifier and Type | Method and Description |
---|---|
RevBlob |
RevWalk.lookupBlob(AnyObjectId id)
Locate a reference to a blob without loading it.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.