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
 

Method Detail

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 time
viewName - the name of the view
branchName - the branch/stream name
vobPaths - optional vob paths
Returns:
a list of change log entries
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2008. All Rights Reserved.