Uses of Class
org.eclipse.jgit.revwalk.RevObject
-
Packages that use RevObject Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.junit org.eclipse.jgit.junit.http org.eclipse.jgit.lfs org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RevObject in org.eclipse.jgit.api
Subclasses of RevObject in org.eclipse.jgit.api Modifier and Type Class Description private static classNameRevCommand.NameRevCommitFields in org.eclipse.jgit.api declared as RevObject Modifier and Type Field Description private RevObjectAddNoteCommand. idprivate RevObjectRemoveNoteCommand. idprivate RevObjectShowNoteCommand. idprivate RevObjectTagCommand. idprivate RevObjectVerifySignatureCommand.Result. objectMethods in org.eclipse.jgit.api that return RevObject Modifier and Type Method Description RevObjectVerificationResult. getObject()Retrieves the git object of which the signature was verified.RevObjectVerifySignatureCommand.Result. getObject()RevObjectTagCommand. getObjectId()Get the tag's object idMethods in org.eclipse.jgit.api with parameters of type RevObject Modifier and Type Method Description private RevTreeArchiveCommand. getTree(RevObject o)AddNoteCommandAddNoteCommand. setObjectId(RevObject id)Sets the object id of object you want a note on.RemoveNoteCommandRemoveNoteCommand. setObjectId(RevObject id)Sets the object id of object you want to remove a noteShowNoteCommandShowNoteCommand. setObjectId(RevObject id)Sets the object id of object you want a note onTagCommandTagCommand. setObjectId(RevObject id)Sets the object id of the tag.private VerificationResultVerifySignatureCommand. verifyOne(RevObject object)Constructors in org.eclipse.jgit.api with parameters of type RevObject Constructor Description Result(RevObject object, GpgSignatureVerifier.SignatureVerification verification, java.lang.Throwable throwable) -
Uses of RevObject in org.eclipse.jgit.blame
Subclasses of RevObject in org.eclipse.jgit.blame Modifier and Type Class Description (package private) static classReverseWalk.ReverseCommit -
Uses of RevObject in org.eclipse.jgit.gpg.bc.internal
Methods in org.eclipse.jgit.gpg.bc.internal with parameters of type RevObject Modifier and Type Method Description GpgSignatureVerifier.SignatureVerificationBouncyCastleGpgSignatureVerifier. 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 RevObject Modifier and Type Method Description java.util.Optional<RevObject>BitmappedObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.java.util.Optional<RevObject>PedestrianObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.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 RevObject Modifier and Type Method Description java.util.Optional<RevObject>BitmappedObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.java.util.Optional<RevObject>BitmappedObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.java.util.Optional<RevObject>PedestrianObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.java.util.Optional<RevObject>PedestrianObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.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 RevObject Modifier and Type Method Description voidPackWriter. addObject(RevObject object)Include one object to the output file.private voidPackWriter. addObject(RevObject object, int pathHashCode)private 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)voidPackWriter.DepthAwareVisitationPolicy. visited(RevObject o)Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevObject Modifier and Type Method Description voidPackWriter. preparePack(java.util.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 RevObject Modifier and Type Method Description <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 RevObject Modifier and Type Method Description RevObjectTestRepository. get(RevTree tree, java.lang.String path)Lookup an entry stored in a tree, failing if not present.Methods in org.eclipse.jgit.junit with parameters of type RevObject Modifier and Type Method Description private static voidTestRepository. assertHash(RevObject id, byte[] bin)voidTestRepository. fsck(RevObject... tips)Run consistency checks against the object database.RevTagTestRepository. tag(java.lang.String name, RevObject dst)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 RevObject Modifier and Type Method Description protected static voidHttpTestCase. 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 RevObject Modifier and Type Method Description private static longLfsPrePushHook. getObjectSize(ObjectReader r, RevObject obj) -
Uses of RevObject in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RevObject Modifier and Type Method Description private RevObjectRepository. parseSimple(RevWalk rw, java.lang.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 RevObject Modifier and Type Method Description voidTagBuilder. setObjectId(RevObject obj)Set the object this tag refers to, and infer its type.GpgSignatureVerifier.SignatureVerificationGpgSignatureVerifier. 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 RevObject Modifier and Type Field Description protected 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 RevObject Modifier and Type Method Description protected 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 RevObject Modifier and Type Method Description private static byte[]ShowPackDelta. getDelta(ObjectReader reader, RevObject obj) -
Uses of RevObject in org.eclipse.jgit.revplot
Subclasses of RevObject in org.eclipse.jgit.revplot Modifier and Type Class Description classPlotCommit<L extends PlotLane>A commit reference to a commit in the DAG.Methods in org.eclipse.jgit.revplot with parameters of type RevObject Modifier and Type Method Description (package private) longPlotWalk.PlotRefComparator. timeof(RevObject o) -
Uses of RevObject in org.eclipse.jgit.revwalk
Classes in org.eclipse.jgit.revwalk with type parameters of type RevObject Modifier and Type Class Description classRevObjectList<E extends RevObject>An ordered list ofRevObjectsubclasses.Subclasses of RevObject in org.eclipse.jgit.revwalk Modifier and Type Class Description static classDepthWalk.CommitRevCommit with a depth (in commits) from a root.classRevBlobA binary file, or a symbolic link.classRevCommitA commit reference to a commit in the DAG.classRevTagAn annotated tag.classRevTreeA reference to a tree of subtrees/files.Fields in org.eclipse.jgit.revwalk declared as RevObject Modifier and Type Field Description (package private) RevObjectObjectWalk.TreeVisit. objThe RevTree currently being iterated through.private RevObjectRevTag. object(package private) RevObject[]BlockObjQueue.Block. objectsOur table of queued objects.Fields in org.eclipse.jgit.revwalk with type parameters of type RevObject Modifier and Type Field Description (package private) ObjectIdOwnerMap<RevObject>RevWalk. objectsprivate java.util.List<RevObject>ObjectWalk. rootObjectsMethods in org.eclipse.jgit.revwalk that return RevObject Modifier and Type Method Description RevObjectRevTag. getObject()Get a reference to the object this tag was placed on.RevObjectRevWalk. lookupAny(AnyObjectId id, int type)Locate a reference to any object without loading it.RevObjectRevWalk. lookupOrNull(AnyObjectId id)Locate an object that was previously allocated in this walk.RevObjectAsyncRevObjectQueue. next()Obtain the next object.(package private) RevObjectBlockObjQueue. next()RevObjectObjectWalk. nextObject()Pop the next most recent object.RevObjectRevWalk. parseAny(AnyObjectId id)Locate a reference to any object and immediately parse its headers.private RevObjectRevWalk. parseNew(AnyObjectId id, ObjectLoader ldr)RevObjectRevWalk. peel(RevObject obj)Peel back annotated tags until a non-tag object is found.(package private) RevObjectBlockObjQueue.Block. pop()private RevObjectObjectWalk. pushTree(RevObject obj)Methods in org.eclipse.jgit.revwalk that return types with arguments of type RevObject Modifier and Type Method Description java.util.Optional<RevObject>ObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.Methods in org.eclipse.jgit.revwalk with parameters of type RevObject Modifier and Type Method Description (package private) voidBlockObjQueue. add(RevObject c)(package private) voidBlockObjQueue.Block. add(RevObject c)private voidObjectWalk. addObject(RevObject o)(package private) byte[]RevWalk. getCachedBytes(RevObject obj)(package private) byte[]RevWalk. getCachedBytes(RevObject obj, ObjectLoader ldr)voidDepthWalk.ObjectWalk. markRoot(RevObject o)Mark a root commit (i.e., one whose depth should be considered 0.)voidObjectWalk. markStart(RevObject o)Mark 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.voidRevWalk. parseBody(RevObject obj)Ensure the object's full body content is available.voidRevWalk. parseHeaders(RevObject obj)Ensure the object's critical headers have been parsed.RevObjectRevWalk. peel(RevObject obj)Peel back annotated tags until a non-tag object is found.private RevObjectObjectWalk. pushTree(RevObject obj)booleanObjectWalk.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.voidObjectWalk.VisitationPolicy. visited(RevObject o)Called when an object is visited.Method parameters in org.eclipse.jgit.revwalk with type arguments of type RevObject Modifier and Type Method Description java.util.Optional<RevObject>ObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.Stream<RevObject> starters)Checks that all targets are reachable from the starters.java.util.Optional<RevObject>ObjectReachabilityChecker. areAllReachable(java.util.Collection<RevObject> targets, java.util.stream.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 RevObject Modifier and Type Field Description private java.util.Set<RevObject>UploadPack. commonBaseObjects on both sides, these don't have to be sent.private java.util.Set<RevObject>UploadPack. wantAllObjects the client wants to obtain.Methods in org.eclipse.jgit.transport that return RevObject Modifier and Type Method Description private 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 RevObject Modifier and Type Method Description private static java.util.List<RevObject>UploadPack. objectIdsToRevObjects(RevWalk walk, java.lang.Iterable<ObjectId> objectIds)Methods in org.eclipse.jgit.transport with parameters of type RevObject Modifier and Type Method Description private 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 voidWalkFetchConnection. needs(RevObject obj)private voidWalkFetchConnection. processBlob(RevObject obj)private voidWalkFetchConnection. processCommit(RevObject obj)private voidWalkFetchConnection. processTag(RevObject obj)private voidWalkFetchConnection. processTree(RevObject obj)private voidUploadPack. want(RevObject obj)private booleanUploadPack. wantSatisfied(RevObject want)
-