hudson.plugins.clearcase.ucm
Class UcmChangeLogAction
java.lang.Object
hudson.plugins.clearcase.ucm.UcmChangeLogAction
- All Implemented Interfaces:
- ChangeLogAction
public class UcmChangeLogAction
- extends java.lang.Object
- implements ChangeLogAction
- Author:
- Henrik L. Hansen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UcmChangeLogAction
public UcmChangeLogAction(ClearTool cleartool,
java.util.List<Filter> filters)
getChanges
public java.util.List<UcmActivity> 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.