hudson.plugins.clearcase
Class ClearToolSnapshot
java.lang.Object
hudson.plugins.clearcase.ClearToolExec
hudson.plugins.clearcase.ClearToolSnapshot
- All Implemented Interfaces:
- ClearTool
public class ClearToolSnapshot
- extends ClearToolExec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearToolSnapshot
public ClearToolSnapshot(java.lang.String clearToolExec)
setcs
public void setcs(ClearToolLauncher launcher,
java.lang.String viewName,
java.lang.String configSpec)
throws java.io.IOException,
java.lang.InterruptedException
- Description copied from interface:
ClearTool
- Sets the config spec of the view
- Parameters:
launcher - launcher for launching the commandviewName - the name of the viewconfigSpec - the name of the file containing a config spec
- Throws:
java.io.IOException
java.lang.InterruptedException
mkview
public void mkview(ClearToolLauncher launcher,
java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
- Description copied from interface:
ClearTool
- Creates and registers a view
- Parameters:
launcher - launcher for launching the commandviewName - the name of the view
- Throws:
java.io.IOException
java.lang.InterruptedException
rmview
public void rmview(ClearToolLauncher launcher,
java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
- Description copied from interface:
ClearTool
- Removes the view from a VOB
- Parameters:
launcher - launcher for launching the commandviewName - the name of the view
- Throws:
java.io.IOException
java.lang.InterruptedException
update
public void update(ClearToolLauncher launcher,
java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
- Description copied from interface:
ClearTool
- Updates the elements in the view
- Parameters:
launcher - launcher for launching the commandviewName - the name of the view
- Throws:
java.io.IOException
java.lang.InterruptedException
getRootViewPath
protected hudson.FilePath getRootViewPath(ClearToolLauncher launcher)
- Specified by:
getRootViewPath in class ClearToolExec
Copyright © 2007. All Rights Reserved.