Uses of Interface
org.eclipse.jgit.lib.ReflogEntry
Packages that use ReflogEntry
Package
Description
High-level API commands (the porcelain of JGit).
File based repository storage.
Core API for repository, config, refs, object database.
-
Uses of ReflogEntry in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return types with arguments of type ReflogEntry -
Uses of ReflogEntry in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement ReflogEntryMethods in org.eclipse.jgit.internal.storage.file with parameters of type ReflogEntryModifier and TypeMethodDescriptionReflogWriter.log
(String refName, ReflogEntry entry) Write the given entry to the ref's log. -
Uses of ReflogEntry in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable that return ReflogEntryModifier and TypeMethodDescriptionReftableReflogReader.getLastEntry()
abstract ReflogEntry
LogCursor.getReflogEntry()
Get current log entry.ReftableReflogReader.getReverseEntry
(int number) Methods in org.eclipse.jgit.internal.storage.reftable that return types with arguments of type ReflogEntryModifier and TypeMethodDescriptionReftableReflogReader.getReverseEntries()
ReftableReflogReader.getReverseEntries
(int max) -
Uses of ReflogEntry in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ReflogEntryModifier and TypeMethodDescriptionReflogReader.getLastEntry()
Get the last entry in the reflogReflogReader.getReverseEntry
(int number) Get specific entry in the reflog relative to the last entry which is considered entry zero.Methods in org.eclipse.jgit.lib that return types with arguments of type ReflogEntryModifier and TypeMethodDescriptionReflogReader.getReverseEntries()
Get all reflog entries in reverse orderReflogReader.getReverseEntries
(int max) Get all reflog entries in reverse order