Uses of Class
org.opensolaris.opengrok.history.HistoryEntry

Packages that use HistoryEntry
org.opensolaris.opengrok.history From the OpenGrok internals: To get the version control history Analyzer Guru, calls his old friend the good old History Guru. 
 

Uses of HistoryEntry in org.opensolaris.opengrok.history
 

Methods in org.opensolaris.opengrok.history that return types with arguments of type HistoryEntry
 java.util.List<HistoryEntry> History.getHistoryEntries()
          Get the list of log entries, most recent first.
 

Method parameters in org.opensolaris.opengrok.history with type arguments of type HistoryEntry
 void History.setHistoryEntries(java.util.List<HistoryEntry> entries)
          Set the list of log entries for the file.