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.org.eclipse.jgit.pgm -
-
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 java.util.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 that return ReflogEntry Modifier and Type Method Description ReflogEntryReflogReaderImpl. getLastEntry()Get the last entry in the reflogReflogEntryReflogReaderImpl. 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.file that return types with arguments of type ReflogEntry Modifier and Type Method Description java.util.List<ReflogEntry>ReflogReaderImpl. getReverseEntries()Get all reflog entries in reverse orderjava.util.List<ReflogEntry>ReflogReaderImpl. getReverseEntries(int max)Get all reflog entries in reverse orderMethods in org.eclipse.jgit.internal.storage.file with parameters of type ReflogEntry Modifier and Type Method Description ReflogWriterReflogWriter. log(java.lang.String refName, ReflogEntry entry)Write the given entry to the ref's log.Constructors in org.eclipse.jgit.internal.storage.file with parameters of type ReflogEntry Constructor Description CheckoutEntryImpl(ReflogEntry reflogEntry) -
Uses of ReflogEntry in org.eclipse.jgit.internal.storage.reftable
Fields in org.eclipse.jgit.internal.storage.reftable declared as ReflogEntry Modifier and Type Field Description private ReflogEntryMergedReftable.MergedLogCursor. entryprivate ReflogEntryReftableReader.LogCursorImpl. entryMethods in org.eclipse.jgit.internal.storage.reftable that return ReflogEntry Modifier and Type Method Description ReflogEntryReftableReflogReader. getLastEntry()Get the last entry in the reflogReflogEntryEmptyLogCursor. getReflogEntry()Get current log entry.abstract ReflogEntryLogCursor. getReflogEntry()Get current log entry.ReflogEntryMergedReftable.MergedLogCursor. getReflogEntry()ReflogEntryReftableReader.LogCursorImpl. getReflogEntry()ReflogEntryReftableReflogReader. getReverseEntry(int number)Get specific entry in the reflog relative to the last entry which is considered entry zero.(package private) ReflogEntryBlockReader. readLogEntry()Methods in org.eclipse.jgit.internal.storage.reftable that return types with arguments of type ReflogEntry Modifier and Type Method Description java.util.List<ReflogEntry>ReftableReflogReader. getReverseEntries()Get all reflog entries in reverse orderjava.util.List<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 java.util.List<ReflogEntry>ReflogReader. getReverseEntries()Get all reflog entries in reverse orderjava.util.List<ReflogEntry>ReflogReader. getReverseEntries(int max)Get all reflog entries in reverse order -
Uses of ReflogEntry in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type ReflogEntry Modifier and Type Method Description private java.lang.StringReflog. toString(ReflogEntry entry, int i)
-