Uses of Class
org.eclipse.jgit.revwalk.RevBlob
-
Packages that use RevBlob 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). -
-
Uses of RevBlob in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that return RevBlob Modifier and Type Method Description RevBlobTestRepository. blob(byte[] content)Create a new blob object in the repository.RevBlobTestRepository. blob(java.lang.String content)Create a new blob object in the repository.Methods in org.eclipse.jgit.junit with parameters of type RevBlob Modifier and Type Method Description TestRepository.CommitBuilderTestRepository.CommitBuilder. add(java.lang.String path, RevBlob id)Add file with given path and blobDirCacheEntryTestRepository. file(java.lang.String path, RevBlob blob)Construct a regular file mode tree entry.DirCacheEntryTestRepository. link(java.lang.String path, RevBlob blob)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 Modifier and Type Method Description voidTreeFormatter. append(java.lang.String name, RevBlob blob)Add a regular file, mode isFileMode.REGULAR_FILE. -
Uses of RevBlob in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that return RevBlob Modifier and Type Method Description RevBlobRevWalk. lookupBlob(AnyObjectId id)Locate a reference to a blob without loading it.
-