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
 

Method Detail

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 - TODO
time - check for changes since this time
viewName - the name of the view
branchNames - the branch names
viewPaths - 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.