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  ChangeLogAction ClearCaseUcmSCM.createChangeLogAction(ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected  BaseChangeLogAction ClearCaseSCM.createChangeLogAction(ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
           
protected abstract  ChangeLogAction AbstractClearCaseScm.createChangeLogAction(ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build)
          Create a ChangeLogAction that will be used to get the change logs for a CC repository
protected  BaseChangeLogAction ClearCaseSCM.createChangeLogAction(ClearToolLauncher launcher, hudson.model.AbstractBuild<?,?> build, int logMergeTimeWindow)
           
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  ClearTool ClearCaseSCM.createClearTool(ClearToolLauncher launcher)
           
protected  ClearTool AbstractClearCaseScm.createClearTool(ClearToolLauncher launcher)
           
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  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  TaggingAction ClearCaseUcmSCM.createTaggingAction(ClearToolLauncher clearToolLauncher)
           
protected  TaggingAction ClearCaseSCM.createTaggingAction(ClearToolLauncher clearToolLauncher)
           
protected abstract  TaggingAction AbstractClearCaseScm.createTaggingAction(ClearToolLauncher clearToolLauncher)
          Create a TaggingAction that will be used at the end of the build to tag the CC repository
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(ClearToolLauncher launcher, java.lang.String viewDrive)
           
ClearToolExec(ClearToolLauncher launcher)
           
ClearToolSnapshot(ClearToolLauncher launcher)
           
ClearToolSnapshot(ClearToolLauncher launcher, java.lang.String optionalParameters)
           
 



Copyright © 2008. All Rights Reserved.