Uses of Class
org.eclipse.jgit.revwalk.RevBlob
Packages that use RevBlob
Package
Description
Core API for repository, config, refs, object database.
Walking revision graphs (commit history).
-
Uses of RevBlob in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return RevBlobModifier and TypeMethodDescriptionTestRepository.blob
(byte[] content) Create a new blob object in the repository.Create a new blob object in the repository.Methods in org.eclipse.jgit.junit with parameters of type RevBlobModifier and TypeMethodDescriptionAdd file with given path and blobConstruct a regular file mode tree entry.Construct a symlink mode tree entry. -
Uses of RevBlob in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RevBlob -
Uses of RevBlob in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevBlobModifier and TypeMethodDescriptionRevWalk.lookupBlob
(AnyObjectId id) Locate a reference to a blob without loading it.