Uses of Class
org.eclipse.jgit.revwalk.RevObject
Packages that use RevObject
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Building/rendering revision graphs.
Walking revision graphs (commit history).
Transport (fetch/push) for different protocols.
-
Uses of RevObject in org.eclipse.jgit.api
Subclasses of RevObject in org.eclipse.jgit.apiFields in org.eclipse.jgit.api declared as RevObjectModifier and TypeFieldDescriptionprivate RevObject
AddNoteCommand.id
private RevObject
RemoveNoteCommand.id
private RevObject
ShowNoteCommand.id
private RevObject
TagCommand.id
private final RevObject
VerifySignatureCommand.Result.object
Methods in org.eclipse.jgit.api that return RevObjectModifier and TypeMethodDescriptionVerificationResult.getObject()
Retrieves the git object of which the signature was verified.VerifySignatureCommand.Result.getObject()
TagCommand.getObjectId()
Get the tag's object idMethods in org.eclipse.jgit.api with parameters of type RevObjectModifier and TypeMethodDescriptionprivate RevTree
AddNoteCommand.setObjectId
(RevObject id) Sets the object id of object you want a note on.RemoveNoteCommand.setObjectId
(RevObject id) Sets the object id of object you want to remove a noteShowNoteCommand.setObjectId
(RevObject id) Sets the object id of object you want a note onTagCommand.setObjectId
(RevObject id) Sets the object id of the tag.private VerificationResult
Constructors in org.eclipse.jgit.api with parameters of type RevObjectModifierConstructorDescriptionResult
(RevObject object, GpgSignatureVerifier.SignatureVerification verification, Throwable throwable) -
Uses of RevObject in org.eclipse.jgit.blame
Subclasses of RevObject in org.eclipse.jgit.blame -
Uses of RevObject in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type RevObjectModifier and TypeMethodDescriptionBouncyCastleGpgSignatureVerifier.verifySignature
(RevObject object, GpgConfig config) -
Uses of RevObject in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk that return types with arguments of type RevObjectModifier and TypeMethodDescriptionBitmappedObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.PedestrianObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.Method parameters in org.eclipse.jgit.internal.revwalk with type arguments of type RevObjectModifier and TypeMethodDescriptionBitmappedObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.BitmappedObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.PedestrianObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.PedestrianObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters. -
Uses of RevObject in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type RevObjectModifier and TypeMethodDescriptionvoid
Include one object to the output file.private void
private boolean
PackWriter.depthSkip
(RevObject obj, ObjectWalk walker) Determines if the object should be omitted from the pack as a result of its depth (probably because of the tree:filter). boolean
PackWriter.DepthAwareVisitationPolicy.shouldVisit
(RevObject o) void
Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevObjectModifier and TypeMethodDescriptionvoid
PackWriter.preparePack
(Iterator<RevObject> objectsSource) Prepare the list of objects to be written to the pack stream. -
Uses of RevObject in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit with type parameters of type RevObjectModifier and TypeMethodDescription<T extends RevObject>
TTestRepository.parseBody
(T object) Ensure the body of the given object has been parsed.Methods in org.eclipse.jgit.junit that return RevObjectModifier and TypeMethodDescriptionLookup an entry stored in a tree, failing if not present.Methods in org.eclipse.jgit.junit with parameters of type RevObjectModifier and TypeMethodDescriptionprivate static void
TestRepository.assertHash
(RevObject id, byte[] bin) void
Run consistency checks against the object database.Construct an annotated tag object pointing at another object. -
Uses of RevObject in org.eclipse.jgit.junit.http
Methods in org.eclipse.jgit.junit.http with parameters of type RevObjectModifier and TypeMethodDescriptionprotected static void
HttpTestCase.fsck
(Repository db, RevObject... tips) Run fsck -
Uses of RevObject in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type RevObjectModifier and TypeMethodDescriptionprivate static long
LfsPrePushHook.getObjectSize
(ObjectReader r, RevObject obj) -
Uses of RevObject in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RevObjectModifier and TypeMethodDescriptionprivate RevObject
Repository.parseSimple
(RevWalk rw, String revstr) private static RevObject
RefUpdate.safeParseNew
(RevWalk rw, AnyObjectId newId) private static RevObject
RefUpdate.safeParseOld
(RevWalk rw, AnyObjectId oldId) Methods in org.eclipse.jgit.lib with parameters of type RevObjectModifier and TypeMethodDescriptionvoid
TagBuilder.setObjectId
(RevObject obj) Set the object this tag refers to, and infer its type.GpgSignatureVerifier.verifySignature
(RevObject object, GpgConfig config) Verifies the signature on a signed commit or tag. -
Uses of RevObject in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevObjectModifier and TypeFieldDescriptionprotected RevObject[]
Merger.sourceObjects
The original objects supplied in the merge; this can be any tree-ish. -
Uses of RevObject in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type RevObjectModifier and TypeMethodDescriptionprotected void
RevList.show
(ObjectWalk ow, RevObject obj) "Show" the current RevCommit when called from the main processing loop.protected void
RevWalkTextBuiltin.show
(ObjectWalk objectWalk, RevObject currentObject) "Show" the current RevCommit when called from the main processing loop. -
Uses of RevObject in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug with parameters of type RevObjectModifier and TypeMethodDescriptionprivate static byte[]
ShowPackDelta.getDelta
(ObjectReader reader, RevObject obj) -
Uses of RevObject in org.eclipse.jgit.revplot
Subclasses of RevObject in org.eclipse.jgit.revplotModifier and TypeClassDescriptionclass
PlotCommit<L extends PlotLane>
A commit reference to a commit in the DAG.Methods in org.eclipse.jgit.revplot with parameters of type RevObject -
Uses of RevObject in org.eclipse.jgit.revwalk
Classes in org.eclipse.jgit.revwalk with type parameters of type RevObjectModifier and TypeClassDescriptionclass
RevObjectList<E extends RevObject>
An ordered list ofRevObject
subclasses.Subclasses of RevObject in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic class
RevCommit with a depth (in commits) from a root.class
A binary file, or a symbolic link.class
A commit reference to a commit in the DAG.class
An annotated tag.class
A reference to a tree of subtrees/files.Fields in org.eclipse.jgit.revwalk declared as RevObjectModifier and TypeFieldDescription(package private) RevObject
ObjectWalk.TreeVisit.obj
The RevTree currently being iterated through.private RevObject
RevTag.object
(package private) final RevObject[]
BlockObjQueue.Block.objects
Our table of queued objects.Fields in org.eclipse.jgit.revwalk with type parameters of type RevObjectModifier and TypeFieldDescription(package private) ObjectIdOwnerMap
<RevObject> RevWalk.objects
ObjectWalk.rootObjects
Methods in org.eclipse.jgit.revwalk that return RevObjectModifier and TypeMethodDescriptionfinal RevObject
RevTag.getObject()
Get a reference to the object this tag was placed on.RevWalk.lookupAny
(AnyObjectId id, int type) Locate a reference to any object without loading it.RevWalk.lookupOrNull
(AnyObjectId id) Locate an object that was previously allocated in this walk.AsyncRevObjectQueue.next()
Obtain the next object.(package private) RevObject
BlockObjQueue.next()
ObjectWalk.nextObject()
Pop the next most recent object.RevWalk.parseAny
(AnyObjectId id) Locate a reference to any object and immediately parse its headers.private RevObject
RevWalk.parseNew
(AnyObjectId id, ObjectLoader ldr) Peel back annotated tags until a non-tag object is found.(package private) RevObject
BlockObjQueue.Block.pop()
private RevObject
Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevObjectModifier and TypeMethodDescriptionObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.Methods in org.eclipse.jgit.revwalk with parameters of type RevObjectModifier and TypeMethodDescription(package private) void
(package private) void
private void
(package private) byte[]
RevWalk.getCachedBytes
(RevObject obj) (package private) byte[]
RevWalk.getCachedBytes
(RevObject obj, ObjectLoader ldr) void
Mark a root commit (i.e., one whose depth should be considered 0.)void
Mark an object or commit to start graph traversal from.void
ObjectWalk.markUninteresting
(RevObject o) Mark an object to not produce in the output.void
DepthWalk.ObjectWalk.markUnshallow
(RevObject c) Mark an element which used to be shallow in the client, but which should now be considered a full commit.void
Ensure the object's full body content is available.void
RevWalk.parseHeaders
(RevObject obj) Ensure the object's critical headers have been parsed.Peel back annotated tags until a non-tag object is found.private RevObject
boolean
ObjectWalk.VisitationPolicy.shouldVisit
(RevObject o) Whenever the rev or object walk reaches a Git object, if that object already exists as a RevObject, this method is called to determine if that object should be visited.void
Called when an object is visited.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevObjectModifier and TypeMethodDescriptionObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters.ObjectReachabilityChecker.areAllReachable
(Collection<RevObject> targets, Stream<RevObject> starters) Checks that all targets are reachable from the starters. -
Uses of RevObject in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport with type parameters of type RevObjectModifier and TypeFieldDescriptionUploadPack.commonBase
Objects on both sides, these don't have to be sent.UploadPack.wantAll
Objects the client wants to obtain.Methods in org.eclipse.jgit.transport that return RevObjectModifier and TypeMethodDescriptionprivate static RevObject
UploadPack.objectIdToRevObject
(RevWalk walk, ObjectId objectId) Translate an object id to a RevObject.Methods in org.eclipse.jgit.transport that return types with arguments of type RevObjectModifier and TypeMethodDescriptionUploadPack.objectIdsToRevObjects
(RevWalk walk, Iterable<ObjectId> objectIds) Methods in org.eclipse.jgit.transport with parameters of type RevObjectModifier and TypeMethodDescriptionprivate void
UploadPack.addCommonBase
(RevObject o) private void
UploadPack.addTagChain
(RevObject o, PackWriter pw) private void
BasePackFetchConnection.markCommon
(RevObject obj, PacketLineIn.AckNackResult anr, boolean useState) private void
WalkFetchConnection.markLocalObjComplete
(RevObject obj) private void
private void
WalkFetchConnection.processBlob
(RevObject obj) private void
WalkFetchConnection.processCommit
(RevObject obj) private void
WalkFetchConnection.processTag
(RevObject obj) private void
WalkFetchConnection.processTree
(RevObject obj) private void
private boolean
UploadPack.wantSatisfied
(RevObject want)