public class BaseHistoryAction extends AbstractHistoryAction
cleartool, extendedViewPath, isDynamicView
Constructor and Description |
---|
BaseHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
AbstractClearCaseScm.ChangeSetLevel changeset,
boolean useRecurse,
int maxTimeDifferenceMillis) |
BaseHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
int maxTimeDifferenceMillis) |
Modifier and Type | Method and Description |
---|---|
protected List<? extends hudson.scm.ChangeLogSet.Entry> |
buildChangelog(String viewPath,
List<HistoryEntry> entries) |
protected ClearToolFormatHandler |
getHistoryFormatHandler() |
protected HistoryEntry |
parseEventLine(Matcher matcher,
String line) |
protected List<HistoryEntry> |
parseUpdt(hudson.FilePath updtFile,
String viewPath) |
protected List<HistoryEntry> |
runLsHistory(Date time,
String viewPath,
String viewTag,
String[] branchNames,
String[] viewPaths) |
filterEntries, getChanges, getChangeset, getExtendedViewPath, getLsHistoryFormat, getUpdtFile, hasChanges, needsLsHistoryForGetChanges, parseLsHistory, setExtendedViewPath, setUpdtFile
public BaseHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, AbstractClearCaseScm.ChangeSetLevel changeset, boolean useRecurse, int maxTimeDifferenceMillis)
protected List<? extends hudson.scm.ChangeLogSet.Entry> buildChangelog(String viewPath, List<HistoryEntry> entries)
buildChangelog
in class AbstractHistoryAction
protected ClearToolFormatHandler getHistoryFormatHandler()
getHistoryFormatHandler
in class AbstractHistoryAction
protected HistoryEntry parseEventLine(Matcher matcher, String line) throws ParseException
parseEventLine
in class AbstractHistoryAction
ParseException
protected List<HistoryEntry> parseUpdt(hudson.FilePath updtFile, String viewPath) throws IOException, InterruptedException
IOException
InterruptedException
protected List<HistoryEntry> runLsHistory(Date time, String viewPath, String viewTag, String[] branchNames, String[] viewPaths) throws IOException, InterruptedException
runLsHistory
in class AbstractHistoryAction
IOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.