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

Packages that use HistoryEntry
org.opensolaris.opengrok.history   
 

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.