Uses of Class
org.eclipse.jgit.revwalk.RevWalk
Packages that use RevWalk
Package
Description
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Building/rendering revision graphs.
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
-
Uses of RevWalk in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk with parameters of type RevWalkModifier and TypeMethodDescriptionfinal booleanDetermine if the supplied commit should be included in results.final booleanDetermine if the supplied commit should be included in results.final booleanDetermine if the supplied commit should be included in results.Constructors in org.eclipse.jgit.internal.revwalk with parameters of type RevWalkModifierConstructorDescriptionPedestrianReachabilityChecker(boolean topoSort, RevWalk walk) New instance of the reachability checker using a existing walk. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph with parameters of type RevWalkModifier and TypeMethodDescriptionstatic GraphCommitsGraphCommits.fromWalk(ProgressMonitor pm, Set<? extends ObjectId> wants, RevWalk walk) Prepare and create the commits forCommitGraphWriterfrom the RevWalk. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type RevWalkModifier and TypeMethodDescriptionvoidReftableBatchRefUpdate.execute(RevWalk rw, ProgressMonitor pm, List<String> options) Execute this batch update. -
Uses of RevWalk in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RevWalkModifier and TypeMethodDescriptionObjectReader.createReachabilityChecker(RevWalk rw) Create a reachability checker that will use bitmaps if possible.Delete the ref.voidBatchRefUpdate.execute(RevWalk walk, ProgressMonitor monitor) Execute this batch update without option strings.voidBatchRefUpdate.execute(RevWalk walk, ProgressMonitor monitor, List<String> options) Execute this batch update.Gracefully update the ref to the new value. -
Uses of RevWalk in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevWalk -
Uses of RevWalk in org.eclipse.jgit.revplot
Subclasses of RevWalk in org.eclipse.jgit.revplotModifier and TypeClassDescriptionclassSpecialized RevWalk for visualization of a commit graph.Methods in org.eclipse.jgit.revplot with parameters of type RevWalk -
Uses of RevWalk in org.eclipse.jgit.revwalk
Subclasses of RevWalk in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic classSubclass of ObjectWalk that performs depth filtering.static classSubclass of RevWalk that performs depth filtering.classSpecialized subclass of RevWalk to include trees, blobs and tags.Methods in org.eclipse.jgit.revwalk that return RevWalkModifier and TypeMethodDescriptionRevFlag.getRevWalk()Get the revision walk instance this flag was created from.Methods in org.eclipse.jgit.revwalk with parameters of type RevWalkModifier and TypeMethodDescriptionstatic intCount the number of commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.RevWalkUtils.findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection<Ref> refs) Find the list of branches a given commit is reachable from when following parents.RevWalkUtils.findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, Collection<Ref> refs, ProgressMonitor monitor) Find the list of branches a given commit is reachable from when following parents.booleanDetermine if the supplied commit should be included in results.static RevCommitParse a commit from its canonical format.static RevTagParse an annotated tag from its canonical format.voidSet the revision walker this list populates itself from.Constructors in org.eclipse.jgit.revwalk with parameters of type RevWalkModifierConstructorDescriptionTreeRevFilter(RevWalk walker, TreeFilter t) Create aRevFilterfrom aTreeFilter. -
Uses of RevWalk in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevWalkModifier and TypeMethodDescriptionbooleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results.abstract booleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results.booleanDetermine if the supplied commit should be included in results. -
Uses of RevWalk in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RevWalkModifier and TypeMethodDescriptionReceivePack.getRevWalk()Get the RevWalk instance used by this connection.final RevWalkUploadPack.getRevWalk()Get the RevWalk instance used by this connection.ConnectivityChecker.ConnectivityCheckInfo.getWalk()Methods in org.eclipse.jgit.transport with parameters of type RevWalkModifier and TypeMethodDescriptionAbstractAdvertiseRefsHook.getAdvertisedHaves(Repository repository, RevWalk revWalk) Get the additional haves to advertise.AbstractAdvertiseRefsHook.getAdvertisedRefs(Repository repository, RevWalk revWalk) Get the refs to advertise.voidprotected voidRemoteRefUpdate.updateTrackingRef(RevWalk walk) Update locally stored tracking branch with the new object.voidReceiveCommand.updateType(RevWalk walk) Update the type of this command by checking for fast-forward.