Uses of Interface
org.eclipse.jgit.lib.ReflogEntry
-
Packages that use ReflogEntry Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib 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 Modifier and Type Method Description Collection<ReflogEntry>
ReflogCommand. call()
Run the reflog command -
Uses of ReflogEntry in org.eclipse.jgit.internal.storage.file
Classes in org.eclipse.jgit.internal.storage.file that implement ReflogEntry Modifier and Type Class Description class
ReflogEntryImpl
Parsed reflog entryMethods in org.eclipse.jgit.internal.storage.file with parameters of type ReflogEntry Modifier and Type Method Description ReflogWriter
ReflogWriter. log(String refName, ReflogEntry entry)
Write the givenReflogEntry
entry to the ref's log -
Uses of ReflogEntry in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ReflogEntry Modifier and Type Method Description ReflogEntry
ReflogReader. getLastEntry()
Get the last entry in the reflogReflogEntry
ReflogReader. 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 ReflogEntry Modifier and Type Method Description List<ReflogEntry>
ReflogReader. getReverseEntries()
List<ReflogEntry>
ReflogReader. getReverseEntries(int max)
-