|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.clearcase.ClearToolExec
hudson.plugins.clearcase.ClearToolDynamic
public class ClearToolDynamic
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.clearcase.ClearToolExec |
|---|
launcher, variableResolver |
| Constructor Summary | |
|---|---|
ClearToolDynamic(hudson.util.VariableResolver variableResolver,
ClearToolLauncher launcher,
java.lang.String viewDrive)
|
|
| Method Summary | |
|---|---|
protected hudson.FilePath |
getRootViewPath(ClearToolLauncher launcher)
|
void |
mkview(java.lang.String viewName,
java.lang.String streamSelector)
Creates and registers a view |
void |
rmview(java.lang.String viewName)
Removes the view from a VOB |
void |
rmviewtag(java.lang.String viewName)
Removes the view tag from the ClearCase registry - used when the view storage in the workspace has already been deleted. |
void |
setcs(java.lang.String viewName,
java.lang.String configSpec)
The view tag does need not be active. |
void |
startView(java.lang.String viewTags)
Starts or connects to a dynamic view's view_server process |
void |
syncronizeViewWithStream(java.lang.String viewName,
java.lang.String stream)
Syncronizes the Dynamic UCM view with the streams recomended baseline |
void |
update(java.lang.String viewName,
java.lang.String loadRules)
Updates the elements in the view |
| Methods inherited from class hudson.plugins.clearcase.ClearToolExec |
|---|
catcs, getLauncher, lsactivity, lshistory, lsview, lsvob, mklabel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClearToolDynamic(hudson.util.VariableResolver variableResolver,
ClearToolLauncher launcher,
java.lang.String viewDrive)
| Method Detail |
|---|
protected hudson.FilePath getRootViewPath(ClearToolLauncher launcher)
getRootViewPath in class ClearToolExec
public void setcs(java.lang.String viewName,
java.lang.String configSpec)
throws java.io.IOException,
java.lang.InterruptedException
viewName - the name of the viewconfigSpec - the name of the file containing a config spec
java.io.IOException
java.lang.InterruptedExceptionhttp://www.ipnom.com/ClearCase-Commands/setcs.html
public void mkview(java.lang.String viewName,
java.lang.String streamSelector)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
viewName - the name of the viewstreamSelector - optional stream selector, null if not used.
java.io.IOException
java.lang.InterruptedException
public void rmview(java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
viewName - the name of the view
java.io.IOException
java.lang.InterruptedException
public void rmviewtag(java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
viewName - the name of the view
java.io.IOException
java.lang.InterruptedException
public void update(java.lang.String viewName,
java.lang.String loadRules)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
viewName - the name of the viewloadRules - optional load rules, null if not used.
java.io.IOException
java.lang.InterruptedException
public void syncronizeViewWithStream(java.lang.String viewName,
java.lang.String stream)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
java.io.IOException
java.lang.InterruptedException
public void startView(java.lang.String viewTags)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
viewTags - One or more currently registered view tags (that is, view tags visible to lsview).
java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||