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()
           
 

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
 

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)
           
 



Copyright © 2011. All Rights Reserved.