hudson.plugins.clearcase.action
Interface PollAction
- All Known Implementing Classes:
- DefaultPollAction
public interface PollAction
Action for polling a ClearCase repository.
|
Method Summary |
java.util.List<ClearCaseChangeLogEntry> |
getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String branchName,
java.lang.String vobPaths)
Returns a list of change log entries for the repository since the specified time |
getChanges
java.util.List<ClearCaseChangeLogEntry> getChanges(java.util.Date time,
java.lang.String viewName,
java.lang.String branchName,
java.lang.String vobPaths)
throws java.io.IOException,
java.lang.InterruptedException
- Returns a list of change log entries for the repository since the specified time
- Parameters:
time - get all logs since this timeviewName - the name of the viewbranchName - the branch/stream namevobPaths - optional vob paths
- Returns:
- a list of change log entries
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2008. All Rights Reserved.