hudson.plugins.clearcase.base
Class BaseChangeLogAction
java.lang.Object
hudson.plugins.clearcase.base.BaseChangeLogAction
- All Implemented Interfaces:
- ChangeLogAction
public class BaseChangeLogAction
- extends java.lang.Object
- implements ChangeLogAction
Change log action for Base ClearCase
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseChangeLogAction
public BaseChangeLogAction(ClearTool cleartool,
int maxTimeDifferenceMillis,
java.util.List<Filter> filters)
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 © 2010. All Rights Reserved.