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.internal.storage.reftable 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() -
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 classReflogEntryImplParsed reflog entryMethods in org.eclipse.jgit.internal.storage.file with parameters of type ReflogEntry Modifier and Type Method Description ReflogWriterReflogWriter. 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 ReflogEntry Modifier and Type Method Description ReflogEntryReftableReflogReader. getLastEntry()Get the last entry in the reflogabstract ReflogEntryLogCursor. getReflogEntry()Get current log entry.ReflogEntryReftableReflogReader. getReverseEntry(int number)Get specific entry in the reflog relative to the last entry which is considered entry zero.Methods in org.eclipse.jgit.internal.storage.reftable that return types with arguments of type ReflogEntry Modifier and Type Method Description List<ReflogEntry>ReftableReflogReader. getReverseEntries()Get all reflog entries in reverse orderList<ReflogEntry>ReftableReflogReader. getReverseEntries(int max)Get all reflog entries in reverse order -
Uses of ReflogEntry in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return ReflogEntry Modifier and Type Method Description ReflogEntryReflogReader. getLastEntry()Get the last entry in the reflogReflogEntryReflogReader. 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()Get all reflog entries in reverse orderList<ReflogEntry>ReflogReader. getReverseEntries(int max)Get all reflog entries in reverse order
-