public class FreezeCodeUcmHistoryAction extends UcmHistoryAction
cleartool, extendedViewPath, isDynamicView
Constructor and Description |
---|
FreezeCodeUcmHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
String stream,
String viewDrive,
hudson.model.AbstractBuild<?,?> build,
UcmRevisionState oldBaseline,
UcmRevisionState newBaseline,
FacadeService facadeService) |
Modifier and Type | Method and Description |
---|---|
List<hudson.scm.ChangeLogSet.Entry> |
getChanges(Date time,
String viewPath,
String viewName,
String[] branchNames,
String[] viewPaths)
Returns if the repository has any changes since the specified time
|
String |
getStream() |
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 FreezeCodeUcmHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, String stream, String viewDrive, hudson.model.AbstractBuild<?,?> build, UcmRevisionState oldBaseline, UcmRevisionState newBaseline, FacadeService facadeService)
public List<hudson.scm.ChangeLogSet.Entry> getChanges(Date time, String viewPath, String viewName, 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)viewName
- The view tag (unique identifier on CC Server)branchNames
- the branch namesviewPaths
- optional vob pathsIOException
InterruptedException
public String getStream()
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.