public interface IPlotCommitProvider
HistoryInfo objects.| Modifier and Type | Method and Description |
|---|---|
IPlotCommit |
getCommitFor(HistoryInfo info,
boolean isReal)
Gets a plot commit for the provided history info.
|
void |
refresh(List<HistoryInfo> newInfos)
Sets a new list of
HistoryInfo objects for the same input. |
IPlotCommit getCommitFor(HistoryInfo info, boolean isReal)
info - The history info for which the plot commit shall be retrieved.isReal - Determines the 'real' status of the returned commit. See
IPlotCommit.setIsRealCommit(boolean)void refresh(List<HistoryInfo> newInfos)
HistoryInfo objects for the same input. This keeps e.g. branch colors etc.newInfos - The update HistoryInfo list.Copyright © 2017. All rights reserved.