public class FoundationBaselineUcmHistoryAction extends UcmHistoryAction
cleartool, extendedViewPath, isDynamicView
Constructor and Description |
---|
FoundationBaselineUcmHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
UcmRevisionState oldBaseline,
UcmRevisionState newBaseline,
FacadeService facadeService) |
Modifier and Type | Method and Description |
---|---|
List<hudson.scm.ChangeLogSet.Entry> |
getChanges(Date time,
String viewPath,
String viewTag,
String[] branchNames,
String[] viewPaths)
Returns if the repository has any changes since the specified time
|
boolean |
hasChanges(Date time,
String viewPath,
String viewTag,
String[] branchNames,
String[] viewPaths)
Returns if the repository has any changes since the specified time
|
buildChangelog, compareBaselines, getChangesOnBaseline, getFacadeService, getHistoryFormatHandler, getNewBaseline, getOldBaseline, hasChangesOnBaseline, parseEventLine, runLsHistory, setFacadeService, toMap
filterEntries, getChangeset, getExtendedViewPath, getLsHistoryFormat, getUpdtFile, needsLsHistoryForGetChanges, parseLsHistory, setExtendedViewPath, setUpdtFile
public FoundationBaselineUcmHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, UcmRevisionState oldBaseline, UcmRevisionState newBaseline, FacadeService facadeService)
public List<hudson.scm.ChangeLogSet.Entry> getChanges(Date time, String viewPath, String viewTag, String[] branchNames, String[] viewPaths) throws IOException, InterruptedException
HistoryAction
getChanges
in interface HistoryAction
getChanges
in class UcmHistoryAction
time
- check for changes since this timeviewPath
- The view path name (local path in the workspace)viewTag
- The view tag (unique identifier on CC Server)branchNames
- the branch namesviewPaths
- optional vob pathsIOException
InterruptedException
public boolean hasChanges(Date time, String viewPath, String viewTag, String[] branchNames, String[] viewPaths) throws IOException, InterruptedException
HistoryAction
hasChanges
in interface HistoryAction
hasChanges
in class UcmHistoryAction
time
- check for changes since this timeviewPath
- The view path name (local path in the workspace)viewTag
- The view tag (unique identifier on CC Server)branchNames
- the branch namesviewPaths
- optional vob pathsIOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.