Uses of Interface
hudson.plugins.clearcase.ClearTool

Packages that use ClearTool
hudson.plugins.clearcase   
hudson.plugins.clearcase.action   
hudson.plugins.clearcase.base   
hudson.plugins.clearcase.history   
hudson.plugins.clearcase.ucm   
 

Uses of ClearTool in hudson.plugins.clearcase
 

Classes in hudson.plugins.clearcase that implement ClearTool
 class ClearToolDynamic
          Specific implementation of cleartool to handle dynamic views
 class ClearToolExec
           
 class ClearToolSnapshot
          Specific implementation of cleartool for snapshot views
 

Methods in hudson.plugins.clearcase that return ClearTool
 ClearTool ClearCaseUcmSCM.createClearTool(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher)
           
protected  ClearTool ClearCaseSCM.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
 ClearTool ClearCaseUcmSCM.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
protected  ClearTool AbstractClearCaseScm.createClearTool(hudson.util.VariableResolver<java.lang.String> variableResolver, ClearToolLauncher launcher)
           
 

Uses of ClearTool in hudson.plugins.clearcase.action
 

Fields in hudson.plugins.clearcase.action declared as ClearTool
protected  ClearTool AbstractCheckoutAction.cleartool
           
 

Constructors in hudson.plugins.clearcase.action with parameters of type ClearTool
AbstractCheckoutAction(ClearTool cleartool, java.lang.String[] loadRules, boolean useUpdate, java.lang.String viewPath)
           
DynamicCheckoutAction(ClearTool cleartool, java.lang.String configSpec, boolean doNotUpdateConfigSpec, boolean useTimeRule, boolean createDynView, java.lang.String winDynStorageDir, java.lang.String unixDynStorageDir, hudson.model.AbstractBuild<?,?> build)
           
SnapshotCheckoutAction(ClearTool cleartool, ConfigSpec configSpec, java.lang.String[] loadRules, boolean useUpdate, java.lang.String viewPath)
           
UcmDynamicCheckoutAction(ClearTool cleartool, java.lang.String stream, boolean createDynView, java.lang.String winDynStorageDir, java.lang.String unixDynStorageDir, hudson.model.AbstractBuild build, boolean freezeCode, boolean recreateView)
           
UcmSnapshotCheckoutAction(ClearTool cleartool, java.lang.String streamSelector, java.lang.String[] loadRules, boolean useUpdate, java.lang.String viewPath)
           
 

Uses of ClearTool in hudson.plugins.clearcase.base
 

Constructors in hudson.plugins.clearcase.base with parameters of type ClearTool
BaseChangeLogAction(ClearTool cleartool, int maxTimeDifferenceMillis, java.util.List<Filter> filters)
           
BaseHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, int maxTimeDifferenceMillis)
           
 

Uses of ClearTool in hudson.plugins.clearcase.history
 

Fields in hudson.plugins.clearcase.history declared as ClearTool
protected  ClearTool AbstractHistoryAction.cleartool
           
 

Constructors in hudson.plugins.clearcase.history with parameters of type ClearTool
AbstractHistoryAction(ClearTool cleartool, boolean isDynamicView, Filter filter)
           
 

Uses of ClearTool in hudson.plugins.clearcase.ucm
 

Methods in hudson.plugins.clearcase.ucm with parameters of type ClearTool
static java.lang.String[] UcmCommon.generateLoadRulesFromBaselines(ClearTool clearTool, java.lang.String stream, java.util.List<Baseline> baselines)
          Takes a list of baselines as argument, and return the load rules for all components matching these baselines
static java.util.List<Baseline> UcmCommon.getComponentsForBaselines(ClearTool clearTool, java.util.List<Component> componentsList, boolean isUseDynamicView, java.lang.String viewName, hudson.FilePath filePath, java.util.List<java.lang.String> baselinesNames)
           
static Baseline UcmCommon.getDataforBaseline(ClearTool clearTool, hudson.FilePath filePath, java.lang.String blName)
          Get the component binding to the baseline
static java.util.List<java.lang.String> UcmCommon.getDiffBlVersions(ClearTool clearTool, java.lang.String viewRootDirectory, java.lang.String bl1, java.lang.String bl2)
           
static java.util.List<Baseline> UcmCommon.getFoundationBaselines(ClearTool clearTool, java.lang.String stream)
           
static java.util.List<java.lang.String> UcmCommon.getLatestBaselineNames(ClearTool clearTool, boolean isUseDynamicView, java.lang.String viewName, hudson.FilePath filePath, java.util.List<java.lang.String> readWriteComponents)
           
static java.util.List<Baseline> UcmCommon.getLatestBaselines(ClearTool clearTool, java.lang.String stream)
           
static java.util.List<Baseline> UcmCommon.getLatestBlsWithCompOnStream(ClearTool clearTool, java.lang.String stream, java.lang.String view)
           
static java.util.List<Component> UcmCommon.getStreamComponentsDesc(ClearTool clearTool, java.lang.String streamName)
           
static java.lang.String UcmCommon.getVersionDescription(ClearTool clearTool, java.lang.String version, java.lang.String format)
           
static void UcmCommon.rebase(ClearTool clearTool, java.lang.String viewName, java.util.List<Baseline> baselines)
           
 

Constructors in hudson.plugins.clearcase.ucm with parameters of type ClearTool
FreezeCodeUcmHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, java.lang.String stream, java.lang.String viewDrive, hudson.model.AbstractBuild<?,?> build, ClearCaseUCMSCMRevisionState oldBaseline, ClearCaseUCMSCMRevisionState newBaseline)
           
UcmChangeLogAction(ClearTool cleartool, java.util.List<Filter> filters)
           
UcmHistoryAction(ClearTool cleartool, boolean useDynamicView, Filter filter, ClearCaseUCMSCMRevisionState oldBaseline, ClearCaseUCMSCMRevisionState newBaseline)
           
 



Copyright © 2011. All Rights Reserved.