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
 ClearToolLauncher AbstractClearCaseScm.createClearToolLauncher(hudson.model.TaskListener listener, hudson.FilePath workspace, hudson.Launcher launcher)
          Creates a Hudson clear tool launcher.
 ClearToolLauncher ClearToolExec.getLauncher()
           
 ClearToolLauncher ClearTool.getLauncher()
          Get the inner CLearToolLauncher.
 

Methods in hudson.plugins.clearcase with parameters of type ClearToolLauncher
protected  CheckOutAction ClearCaseUcmSCM.createCheckOutAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected  CheckOutAction ClearCaseSCM.createCheckOutAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected abstract  CheckOutAction AbstractClearCaseScm.createCheckOutAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
          Create a CheckOutAction that will be used by the checkout method.
 ClearTool ClearCaseUcmSCM.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
protected  ClearTool ClearCaseSCM.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
protected  ClearTool AbstractClearCaseScm.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
protected  HistoryAction ClearCaseUcmSCM.createHistoryAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected  HistoryAction ClearCaseSCM.createHistoryAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected abstract  HistoryAction AbstractClearCaseScm.createHistoryAction(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
          Create a HistoryAction that will be used by the pollChanges() and checkout() method.
protected  SaveChangeLogAction ClearCaseUcmSCM.createSaveChangeLogAction(ClearToolLauncher launcher)
           
protected  SaveChangeLogAction ClearCaseSCM.createSaveChangeLogAction(ClearToolLauncher launcher)
           
protected abstract  SaveChangeLogAction AbstractClearCaseScm.createSaveChangeLogAction(ClearToolLauncher launcher)
          Create a SaveChangeLog action that is used to save a change log
protected  hudson.FilePath ClearToolSnapshot.getRootViewPath(ClearToolLauncher launcher)
           
protected abstract  hudson.FilePath ClearToolExec.getRootViewPath(ClearToolLauncher launcher)
           
protected  hudson.FilePath ClearToolDynamic.getRootViewPath(ClearToolLauncher launcher)
           
 

Constructors in hudson.plugins.clearcase with parameters of type ClearToolLauncher
ClearToolDynamic(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, java.lang.String viewDrive, java.lang.String optionalMkviewParameters)
           
ClearToolExec(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, java.lang.String optionalMkviewParameters)
           
ClearToolSnapshot(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher, java.lang.String optionalParameters)
           
 



Copyright © 2010. All Rights Reserved.