Modifier and Type | Method and Description |
---|---|
VCSHistoryProvider.HistoryEntry[] |
VCSHistoryProvider.getHistory(File[] files,
Date fromDate)
Returns a list of all HistoryEntries for the given files ranging
between fromDate and now.
|
VCSHistoryProvider.HistoryEntry |
VCSHistoryProvider.HistoryEntry.getParentEntry(File file)
Returns this revisions parent entry or null if not available.
|
VCSHistoryProvider.HistoryEntry |
VCSHistoryProvider.ParentProvider.getParentEntry(File file)
Return a
VCSHistoryProvider.HistoryEntry representing the parent of the VCSHistoryProvider.HistoryEntry
configured with this ParentProvider. |