hudson.plugins.clearcase.action
Interface PollAction
- All Known Implementing Classes:
- BasePollAction, DefaultPollAction, UcmPollAction
public interface PollAction
Action for polling a ClearCase repository.
|
Method Summary |
boolean |
getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String[] branchNames,
java.lang.String[] viewPaths)
Returns if the repository has any changes since the specified time |
getChanges
boolean getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String[] branchNames,
java.lang.String[] viewPaths)
throws java.io.IOException,
java.lang.InterruptedException
- Returns if the repository has any changes since the specified time
- Parameters:
eventFilter - TODOtime - check for changes since this timeviewName - the name of the viewbranchNames - the branch namesviewPaths - optional vob paths
- Returns:
- true, if the ClearCase repository has changes; false, otherwise.
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2009. All Rights Reserved.