public interface HistoryAction
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
|
void |
setUpdtFile(hudson.FilePath updtFile) |
List<hudson.scm.ChangeLogSet.Entry> getChanges(Date time, String viewPath, String viewTag, String[] branchNames, String[] viewPaths) throws IOException, InterruptedException
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
boolean hasChanges(Date time, String viewPath, String viewTag, String[] branchNames, String[] viewPaths) throws IOException, InterruptedException
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
void setUpdtFile(hudson.FilePath updtFile)
Copyright © 2004-2021. All Rights Reserved.