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 RevObjectAddNoteCommand.idprivate RevObjectRemoveNoteCommand.idprivate RevObjectShowNoteCommand.idprivate RevObjectTagCommand.idprivate final RevObjectVerifySignatureCommand.Result.objectMethods 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 RevTreeAddNoteCommand.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 VerificationResultConstructors 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 TypeMethodDescriptionvoidInclude one object to the output file.private voidprivate booleanPackWriter.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). booleanPackWriter.DepthAwareVisitationPolicy.shouldVisit(RevObject o) voidMethod parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevObjectModifier and TypeMethodDescriptionvoidPackWriter.preparePack(Iterator<RevObject> objectsSource) Prepare the list of objects to be written to the pack stream. -
Uses of RevObject in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs with parameters of type RevObjectModifier and TypeMethodDescriptionprivate static longLfsPrePushHook.getObjectSize(ObjectReader r, RevObject obj) -
Uses of RevObject in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RevObjectModifier and TypeMethodDescriptionprivate RevObjectRepository.parseSimple(RevWalk rw, String revstr) private static RevObjectRefUpdate.safeParseNew(RevWalk rw, AnyObjectId newId) private static RevObjectRefUpdate.safeParseOld(RevWalk rw, AnyObjectId oldId) Methods in org.eclipse.jgit.lib with parameters of type RevObjectModifier and TypeMethodDescriptionvoidTagBuilder.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.sourceObjectsThe 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 voidRevList.show(ObjectWalk ow, RevObject obj) "Show" the current RevCommit when called from the main processing loop.protected voidRevWalkTextBuiltin.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 TypeClassDescriptionclassPlotCommit<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 TypeClassDescriptionclassRevObjectList<E extends RevObject>An ordered list ofRevObjectsubclasses.Subclasses of RevObject in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic classRevCommit with a depth (in commits) from a root.classA binary file, or a symbolic link.classA commit reference to a commit in the DAG.classAn annotated tag.classA reference to a tree of subtrees/files.Fields in org.eclipse.jgit.revwalk declared as RevObjectModifier and TypeFieldDescription(package private) RevObjectObjectWalk.TreeVisit.objThe RevTree currently being iterated through.private RevObjectRevTag.object(package private) final RevObject[]BlockObjQueue.Block.objectsOur table of queued objects.Fields in org.eclipse.jgit.revwalk with type parameters of type RevObjectModifier and TypeFieldDescription(package private) ObjectIdOwnerMap<RevObject>RevWalk.objectsObjectWalk.rootObjectsMethods in org.eclipse.jgit.revwalk that return RevObjectModifier and TypeMethodDescriptionfinal RevObjectRevTag.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) RevObjectBlockObjQueue.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 RevObjectRevWalk.parseNew(AnyObjectId id, ObjectLoader ldr) Peel back annotated tags until a non-tag object is found.(package private) RevObjectBlockObjQueue.Block.pop()private RevObjectMethods 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) voidprivate void(package private) byte[]RevWalk.getCachedBytes(RevObject obj) (package private) byte[]RevWalk.getCachedBytes(RevObject obj, ObjectLoader ldr) voidMark a root commit (i.e., one whose depth should be considered 0.)voidMark an object or commit to start graph traversal from.voidObjectWalk.markUninteresting(RevObject o) Mark an object to not produce in the output.voidDepthWalk.ObjectWalk.markUnshallow(RevObject c) Mark an element which used to be shallow in the client, but which should now be considered a full commit.voidEnsure the object's full body content is available.voidRevWalk.parseHeaders(RevObject obj) Ensure the object's critical headers have been parsed.Peel back annotated tags until a non-tag object is found.private RevObjectbooleanObjectWalk.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.voidCalled 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.commonBaseObjects on both sides, these don't have to be sent.UploadPack.wantAllObjects the client wants to obtain.Methods in org.eclipse.jgit.transport that return RevObjectModifier and TypeMethodDescriptionprivate static RevObjectUploadPack.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 voidUploadPack.addCommonBase(RevObject o) private voidUploadPack.addTagChain(RevObject o, PackWriter pw) private voidBasePackFetchConnection.markCommon(RevObject obj, PacketLineIn.AckNackResult anr, boolean useState) private voidWalkFetchConnection.markLocalObjComplete(RevObject obj) private voidprivate voidWalkFetchConnection.processBlob(RevObject obj) private voidWalkFetchConnection.processCommit(RevObject obj) private voidWalkFetchConnection.processTag(RevObject obj) private voidWalkFetchConnection.processTree(RevObject obj) private voidprivate booleanUploadPack.wantSatisfied(RevObject want)