|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.clearcase.ClearToolExec
public abstract class ClearToolExec
| Field Summary | |
|---|---|
protected ClearToolLauncher |
launcher
|
protected hudson.util.VariableResolver |
variableResolver
|
| Constructor Summary | |
|---|---|
ClearToolExec(hudson.util.VariableResolver variableResolver,
ClearToolLauncher launcher)
|
|
| Method Summary | |
|---|---|
java.lang.String |
catcs(java.lang.String viewName)
Retrives the config spec for the specified viewname |
ClearToolLauncher |
getLauncher()
Get the inner CLearToolLauncher. |
protected abstract hudson.FilePath |
getRootViewPath(ClearToolLauncher launcher)
|
java.io.Reader |
lsactivity(java.lang.String activity,
java.lang.String commandFormat,
java.lang.String viewname)
Lists activities .......(?) |
java.io.Reader |
lshistory(java.lang.String format,
java.util.Date lastBuildDate,
java.lang.String viewName,
java.lang.String branch,
java.lang.String[] viewPaths)
Returns Reader containing output from lshistory. |
java.util.List<java.lang.String> |
lsview(boolean onlyActiveDynamicViews)
Lists view registry entries. |
java.util.List<java.lang.String> |
lsvob(boolean onlyMOunted)
Lists VOB registry entries |
void |
mklabel(java.lang.String viewName,
java.lang.String label)
Attaches version labels to versions of elements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.plugins.clearcase.ClearTool |
|---|
mkview, rmview, rmviewtag, setcs, startView, syncronizeViewWithStream, update |
| Field Detail |
|---|
protected ClearToolLauncher launcher
protected hudson.util.VariableResolver variableResolver
| Constructor Detail |
|---|
public ClearToolExec(hudson.util.VariableResolver variableResolver,
ClearToolLauncher launcher)
| Method Detail |
|---|
public ClearToolLauncher getLauncher()
ClearTool
getLauncher in interface ClearToolprotected abstract hudson.FilePath getRootViewPath(ClearToolLauncher launcher)
public java.io.Reader lshistory(java.lang.String format,
java.util.Date lastBuildDate,
java.lang.String viewName,
java.lang.String branch,
java.lang.String[] viewPaths)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
lshistory in interface ClearToolformat - format that should be used by the lshistory commandlastBuildDate - lists events recorded since (that is, at or after) the specified date-timeviewName - the name of the viewbranch - the name of the branch to get history events for; if null then history events for all branches are
listedviewPaths - view paths that should be added to the lshistory command. The view paths
must be relative.
java.io.IOException
java.lang.InterruptedException
public java.io.Reader lsactivity(java.lang.String activity,
java.lang.String commandFormat,
java.lang.String viewname)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
lsactivity in interface ClearTooljava.io.IOException
java.lang.InterruptedException
public void mklabel(java.lang.String viewName,
java.lang.String label)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
mklabel in interface ClearToolviewName - the name of the viewlabel - the label name
java.io.IOException
java.lang.InterruptedException
public java.util.List<java.lang.String> lsview(boolean onlyActiveDynamicViews)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
lsview in interface ClearToolonlyActiveDynamicViews - true for only return active dynamic views; false all views are returned
java.io.IOException
java.lang.InterruptedException
public java.util.List<java.lang.String> lsvob(boolean onlyMOunted)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
lsvob in interface ClearToolonlyMOunted - true for only return mounted vobs; false all vobs are returned
java.io.IOException
java.lang.InterruptedException
public java.lang.String catcs(java.lang.String viewName)
throws java.io.IOException,
java.lang.InterruptedException
ClearTool
catcs in interface ClearToolviewName - the name of the view
java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||