Uses of Interface
hudson.plugins.clearcase.ClearToolLauncher

Packages that use ClearToolLauncher
hudson.plugins.clearcase   
 

Uses of ClearToolLauncher in hudson.plugins.clearcase
 

Classes in hudson.plugins.clearcase that implement ClearToolLauncher
 class HudsonClearToolLauncher
          Class for executing the cleartool commands in the Hudson instance.
 

Fields in hudson.plugins.clearcase declared as ClearToolLauncher
protected  ClearToolLauncher ClearToolExec.launcher
           
 

Methods in hudson.plugins.clearcase that return ClearToolLauncher
protected  ClearToolLauncher AbstractClearCaseScm.createClearToolLauncher(hudson.model.TaskListener listener, hudson.FilePath workspace, hudson.Launcher launcher)
          Creates a Hudson clear tool launcher.
 

Methods in hudson.plugins.clearcase with parameters of type ClearToolLauncher
protected  CheckOutAction ClearCaseUcmSCM.createCheckOutAction(ClearToolLauncher launcher)
           
protected  CheckOutAction ClearCaseSCM.createCheckOutAction(ClearToolLauncher launcher)
           
protected abstract  CheckOutAction AbstractClearCaseScm.createCheckOutAction(ClearToolLauncher launcher)
          Create a CheckOutAction that will be used by the checkout method.
protected  PollAction ClearCaseUcmSCM.createPollAction(ClearToolLauncher launcher)
           
protected  PollAction ClearCaseSCM.createPollAction(ClearToolLauncher launcher)
           
protected abstract  PollAction AbstractClearCaseScm.createPollAction(ClearToolLauncher launcher)
          Create a PollAction that will be used by the pollChanges() method.
protected  hudson.FilePath ClearToolDynamic.getRootViewPath(ClearToolLauncher launcher)
           
protected  hudson.FilePath ClearToolSnapshot.getRootViewPath(ClearToolLauncher launcher)
           
protected abstract  hudson.FilePath ClearToolExec.getRootViewPath(ClearToolLauncher launcher)
           
 

Constructors in hudson.plugins.clearcase with parameters of type ClearToolLauncher
ClearToolDynamic(ClearToolLauncher launcher, java.lang.String clearToolExec, java.lang.String viewDrive)
           
ClearToolExec(ClearToolLauncher launcher, java.lang.String clearToolExec)
           
ClearToolSnapshot(ClearToolLauncher launcher, java.lang.String clearToolExec)
           
ClearToolSnapshot(ClearToolLauncher launcher, java.lang.String clearToolExec, java.lang.String optionalParameters)
           
 



Copyright © 2008. All Rights Reserved.