hudson.plugins.clearcase.action
Class DefaultPollAction

java.lang.Object
  extended by hudson.plugins.clearcase.action.DefaultPollAction
All Implemented Interfaces:
PollAction

public class DefaultPollAction
extends java.lang.Object
implements PollAction

Default action for polling for changes in a repository.


Constructor Summary
DefaultPollAction(ClearTool cleartool)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPollAction

public DefaultPollAction(ClearTool cleartool)
Method Detail

getChanges

public 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
Description copied from interface: PollAction
Returns a list of change log entries for the repository since the specified time

Specified by:
getChanges in interface PollAction
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.