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.internal.storage.pack Reading/writing Git pack files.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 class
NameRevCommand.NameRevCommit
Fields in org.eclipse.jgit.api declared as RevObject Modifier and Type Field Description private RevObject
AddNoteCommand. id
private RevObject
RemoveNoteCommand. id
private RevObject
ShowNoteCommand. id
private RevObject
TagCommand. id
Methods in org.eclipse.jgit.api that return RevObject Modifier and Type Method Description RevObject
TagCommand. getObjectId()
Get the tag's object idMethods in org.eclipse.jgit.api with parameters of type RevObject Modifier and Type Method Description private RevTree
ArchiveCommand. getTree(RevObject o)
AddNoteCommand
AddNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want a note on.RemoveNoteCommand
RemoveNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want to remove a noteShowNoteCommand
ShowNoteCommand. setObjectId(RevObject id)
Sets the object id of object you want a note onTagCommand
TagCommand. setObjectId(RevObject id)
Sets the object id of the tag. -
Uses of RevObject in org.eclipse.jgit.blame
Subclasses of RevObject in org.eclipse.jgit.blame Modifier and Type Class Description (package private) static class
ReverseWalk.ReverseCommit
-
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 void
PackWriter. addObject(RevObject object)
Include one object to the output file.private void
PackWriter. addObject(RevObject object, int pathHashCode)
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
PackWriter.DepthAwareVisitationPolicy. visited(RevObject o)
Method parameters in org.eclipse.jgit.internal.storage.pack with type arguments of type RevObject Modifier and Type Method Description void
PackWriter. 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.lfs
Methods in org.eclipse.jgit.lfs with parameters of type RevObject Modifier and Type Method Description private static long
LfsPrePushHook. 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 RevObject
Repository. parseSimple(RevWalk rw, java.lang.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 RevObject Modifier and Type Method Description void
TagBuilder. setObjectId(RevObject obj)
Set the object this tag refers to, and infer its type. -
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. 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 RevObject Modifier and Type Method Description protected 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 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 class
PlotCommit<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) long
PlotWalk.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 class
RevObjectList<E extends RevObject>
An ordered list ofRevObject
subclasses.Subclasses of RevObject in org.eclipse.jgit.revwalk Modifier and Type Class Description static class
DepthWalk.Commit
RevCommit with a depth (in commits) from a root.class
RevBlob
A binary file, or a symbolic link.class
RevCommit
A commit reference to a commit in the DAG.class
RevTag
An annotated tag.class
RevTree
A reference to a tree of subtrees/files.Fields in org.eclipse.jgit.revwalk declared as RevObject Modifier and Type Field Description (package private) RevObject
ObjectWalk.TreeVisit. obj
The RevTree currently being iterated through.private RevObject
RevTag. object
(package private) RevObject[]
BlockObjQueue.Block. objects
Our 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. objects
private java.util.List<RevObject>
ObjectWalk. rootObjects
Methods in org.eclipse.jgit.revwalk that return RevObject Modifier and Type Method Description RevObject
RevTag. getObject()
Get a reference to the object this tag was placed on.RevObject
RevWalk. lookupAny(AnyObjectId id, int type)
Locate a reference to any object without loading it.RevObject
RevWalk. lookupOrNull(AnyObjectId id)
Locate an object that was previously allocated in this walk.RevObject
AsyncRevObjectQueue. next()
Obtain the next object.(package private) RevObject
BlockObjQueue. next()
RevObject
ObjectWalk. nextObject()
Pop the next most recent object.RevObject
RevWalk. parseAny(AnyObjectId id)
Locate a reference to any object and immediately parse its headers.private RevObject
RevWalk. parseNew(AnyObjectId id, ObjectLoader ldr)
RevObject
RevWalk. peel(RevObject obj)
Peel back annotated tags until a non-tag object is found.(package private) RevObject
BlockObjQueue.Block. pop()
private RevObject
ObjectWalk. 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>
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>
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>
PedestrianObjectReachabilityChecker. 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) void
BlockObjQueue. add(RevObject c)
(package private) void
BlockObjQueue.Block. add(RevObject c)
private void
ObjectWalk. addObject(RevObject o)
(package private) byte[]
RevWalk. getCachedBytes(RevObject obj)
(package private) byte[]
RevWalk. getCachedBytes(RevObject obj, ObjectLoader ldr)
void
DepthWalk.ObjectWalk. markRoot(RevObject o)
Mark a root commit (i.e., one whose depth should be considered 0.)void
ObjectWalk. markStart(RevObject o)
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
RevWalk. parseBody(RevObject obj)
Ensure the object's full body content is available.void
RevWalk. parseHeaders(RevObject obj)
Ensure the object's critical headers have been parsed.RevObject
RevWalk. peel(RevObject obj)
Peel back annotated tags until a non-tag object is found.private RevObject
ObjectWalk. pushTree(RevObject obj)
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
ObjectWalk.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>
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>
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.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.transport
Fields in org.eclipse.jgit.transport with type parameters of type RevObject Modifier and Type Field Description private java.util.Set<RevObject>
UploadPack. commonBase
Objects on both sides, these don't have to be sent.private java.util.Set<RevObject>
UploadPack. wantAll
Objects the client wants to obtain.Methods in org.eclipse.jgit.transport that return RevObject Modifier and Type Method Description private 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 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 void
UploadPack. addCommonBase(RevObject o)
private void
UploadPack. addTagChain(RevObject o, PackWriter pw)
private void
BasePackFetchConnection. markCommon(RevObject obj, PacketLineIn.AckNackResult anr)
private void
WalkFetchConnection. markLocalObjComplete(RevObject obj)
private void
WalkFetchConnection. needs(RevObject obj)
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
UploadPack. want(RevObject obj)
private boolean
UploadPack. wantSatisfied(RevObject want)
-