Uses of Class
org.eclipse.jgit.storage.file.ReflogEntry

Packages that use ReflogEntry
org.eclipse.jgit.api   
org.eclipse.jgit.storage.file   
 

Uses of ReflogEntry in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return types with arguments of type ReflogEntry
 Collection<ReflogEntry> ReflogCommand.call()
          Run the reflog command
 

Uses of ReflogEntry in org.eclipse.jgit.storage.file
 

Methods in org.eclipse.jgit.storage.file that return ReflogEntry
 ReflogEntry ReflogReader.getLastEntry()
          Get the last entry in the reflog
 ReflogEntry 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.storage.file that return types with arguments of type ReflogEntry
 List<ReflogEntry> ReflogReader.getReverseEntries()
           
 List<ReflogEntry> ReflogReader.getReverseEntries(int max)
           
 

Methods in org.eclipse.jgit.storage.file with parameters of type ReflogEntry
 ReflogWriter ReflogWriter.log(String refName, ReflogEntry entry)
          Write the given ReflogEntry entry to the ref's log
 



Copyright © 2012. All Rights Reserved.