hudson.plugins.clearcase.base
Class BaseChangeLogAction

java.lang.Object
  extended by hudson.plugins.clearcase.base.BaseChangeLogAction
All Implemented Interfaces:
ChangeLogAction

public class BaseChangeLogAction
extends java.lang.Object
implements ChangeLogAction

Change log action for Base ClearCase


Constructor Summary
BaseChangeLogAction(ClearTool cleartool, int maxTimeDifferenceMillis, java.util.List<Filter> filters)
           
 
Method Summary
 java.util.List<ClearCaseChangeLogEntry> getChanges(java.util.Date time, java.lang.String viewName, java.lang.String[] branchNames, java.lang.String[] viewPaths)
           
 java.lang.String getExtendedViewPath()
           
 void setExtendedViewPath(java.lang.String path)
          Sets the extended view path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseChangeLogAction

public BaseChangeLogAction(ClearTool cleartool,
                           int maxTimeDifferenceMillis,
                           java.util.List<Filter> filters)
Method Detail

getChanges

public java.util.List<ClearCaseChangeLogEntry> getChanges(java.util.Date time,
                                                          java.lang.String viewName,
                                                          java.lang.String[] branchNames,
                                                          java.lang.String[] viewPaths)
                                                   throws java.io.IOException,
                                                          java.lang.InterruptedException
Specified by:
getChanges in interface ChangeLogAction
Throws:
java.io.IOException
java.lang.InterruptedException

setExtendedViewPath

public void setExtendedViewPath(java.lang.String path)
Sets the extended view path. The extended view path will be removed from file paths in the event. The extended view path is for example the view root + view name; and this path shows up in the history and can be conusing for users.

Parameters:
path - the new extended view path.

getExtendedViewPath

public java.lang.String getExtendedViewPath()


Copyright © 2011. All Rights Reserved.