|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClearToolLauncher | |
|---|---|
| hudson.plugins.clearcase | |
| hudson.plugins.clearcase.ucm | |
| 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. |
ClearToolLauncher |
ClearToolExec.getLauncher()
|
ClearToolLauncher |
ClearTool.getLauncher()
Get the inner CLearToolLauncher. |
| Methods in hudson.plugins.clearcase with parameters of type ClearToolLauncher | |
|---|---|
java.util.List<Filter> |
AbstractClearCaseScm.configureFilters(ClearToolLauncher ctLauncher)
|
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. |
protected 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 |
ClearToolDynamicUCM.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)
|
|
ClearToolDynamicUCM(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)
|
|
ClearToolSnapshot(hudson.util.VariableResolver<java.lang.String> variableResolver,
ClearToolLauncher launcher)
|
|
ClearToolSnapshot(hudson.util.VariableResolver<java.lang.String> variableResolver,
ClearToolLauncher launcher,
java.lang.String optionalParameters)
|
|
| Uses of ClearToolLauncher in hudson.plugins.clearcase.ucm |
|---|
| Methods in hudson.plugins.clearcase.ucm with parameters of type ClearToolLauncher | |
|---|---|
static java.util.List<UcmCommon.BaselineDesc> |
UcmCommon.getComponentsForBaselines(ClearToolLauncher clearToolLauncher,
java.util.List<UcmCommon.ComponentDesc> componentsList,
boolean isUseDynamicView,
java.lang.String viewName,
hudson.FilePath filePath,
java.util.List<java.lang.String> baselinesNames)
|
static UcmCommon.BaselineDesc |
UcmCommon.getDataforBaseline(ClearToolLauncher clearToolLauncher,
hudson.FilePath filePath,
java.lang.String blName)
Get the component binding to the baseline |
static java.util.List<java.lang.String> |
UcmCommon.getDiffBlVersions(ClearToolLauncher clearToolLauncher,
java.lang.String viewRootDirectory,
java.lang.String bl1,
java.lang.String bl2)
|
static java.util.List<java.lang.String> |
UcmCommon.getLatestBaselineNames(ClearToolLauncher clearToolLauncher,
boolean isUseDynamicView,
java.lang.String viewName,
hudson.FilePath filePath,
java.util.List<java.lang.String> readWriteComponents)
|
static java.util.List<UcmCommon.BaselineDesc> |
UcmCommon.getLatestBlsWithCompOnStream(ClearToolLauncher clearToolLauncher,
java.lang.String stream,
java.lang.String view)
|
static java.util.List<UcmCommon.ComponentDesc> |
UcmCommon.getStreamComponentsDesc(ClearToolLauncher clearToolLauncher,
java.lang.String streamName)
|
static java.lang.String |
UcmCommon.getVersionDescription(ClearToolLauncher clearToolLauncher,
java.lang.String version,
java.lang.String format)
|
static boolean |
UcmCommon.isStreamExists(ClearToolLauncher clearToolLauncher,
java.lang.String stream)
|
static java.util.List<UcmCommon.BaselineDesc> |
UcmCommon.makeBaseline(ClearToolLauncher clearToolLauncher,
boolean isUseDynamicView,
java.lang.String viewName,
hudson.FilePath filePath,
java.lang.String baselineName,
java.lang.String baselineComment,
boolean identical,
boolean fullBaseline,
java.util.List<java.lang.String> readWriteComponents)
|
static void |
UcmCommon.mkstream(ClearToolLauncher clearToolLauncher,
java.lang.String parentStream,
java.lang.String childStream)
|
static void |
UcmCommon.rebase(ClearToolLauncher clearToolLauncher,
java.lang.String viewName,
java.util.List<UcmCommon.BaselineDesc> baselines)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||