Uses of Class
hudson.plugins.clearcase.Component

Packages that use Component
hudson.plugins.clearcase   
hudson.plugins.clearcase.ucm   
 

Uses of Component in hudson.plugins.clearcase
 

Fields in hudson.plugins.clearcase declared as Component
 Component Baseline.componentDesc
           
 

Methods in hudson.plugins.clearcase that return Component
 Component Baseline.getComponentDesc()
           
 

Methods in hudson.plugins.clearcase with parameters of type Component
 void Baseline.setComponentDesc(Component componentDesc)
           
 

Constructors in hudson.plugins.clearcase with parameters of type Component
Baseline(java.lang.String baselineName, Component componentDesc)
           
Baseline(java.lang.String baselineName, Component componentDesc, boolean isNotLabeled)
           
 

Uses of Component in hudson.plugins.clearcase.ucm
 

Methods in hudson.plugins.clearcase.ucm that return types with arguments of type Component
static java.util.List<Component> UcmCommon.getStreamComponentsDesc(ClearTool clearTool, java.lang.String streamName)
           
 

Method parameters in hudson.plugins.clearcase.ucm with type arguments of type Component
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 java.util.List<java.lang.String> UcmCommon.getReadWriteComponents(java.util.List<Component> components)
           
 



Copyright © 2011. All Rights Reserved.