Modifier and Type | Class and Description |
---|---|
class |
ClearToolDynamic
Specific implementation of cleartool to handle dynamic views
|
class |
ClearToolExec |
class |
ClearToolSnapshot
Specific implementation of cleartool for snapshot views
|
Modifier and Type | Method and Description |
---|---|
ClearTool |
ClearCaseUcmSCM.createClearTool(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher) |
ClearTool |
ClearCaseUcmSCM.createClearTool(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher) |
protected ClearTool |
AbstractClearCaseScm.createClearTool(hudson.util.VariableResolver<String> variableResolver,
ClearToolLauncher launcher) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractClearCaseScm.computeExtendedViewPath(hudson.util.VariableResolver<String> variableResolver,
ClearTool ct) |
protected void |
AbstractClearCaseScm.setExtendedViewPath(hudson.util.VariableResolver<String> variableResolver,
ClearTool ct,
AbstractHistoryAction action) |
Modifier and Type | Method and Description |
---|---|
ClearTool |
CheckoutAction.getCleartool() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SnapshotCheckoutAction.cleanIfRequiredAndReturnTrueIfViewCreationRequired(String jobViewTag,
String viewPath,
ClearTool ct,
hudson.model.TaskListener listener,
hudson.FilePath workspace) |
protected void |
SnapshotCheckoutAction.createView(ClearTool ct,
String viewTag,
String viewPath,
String streamSelector) |
Constructor and Description |
---|
BaseDynamicCheckoutAction(ClearTool cleartool,
String configSpec,
boolean doNotUpdateConfigSpec,
boolean useTimeRule,
boolean createView,
ViewStorage viewStorage,
hudson.model.AbstractBuild<?,?> build) |
BaseSnapshotCheckoutAction(ClearTool cleartool,
ConfigSpec configSpec,
String[] loadRules,
boolean useUpdate,
String viewPath,
ViewStorage viewStorage) |
BaseSnapshotCheckoutAction(ClearTool cleartool,
ConfigSpec configSpec,
String[] loadRules,
boolean useUpdate,
String viewPath,
ViewStorage viewStorage,
hudson.model.AbstractBuild build) |
CheckoutAction(ClearTool cleartool,
ViewStorage viewStorage) |
SnapshotCheckoutAction(ClearTool cleartool,
String[] loadRules,
boolean useUpdate,
String viewPath,
ViewStorage viewStorage) |
UcmDynamicCheckoutAction(ClearTool cleartool,
String stream,
boolean createDynView,
ViewStorage viewStorage,
hudson.model.AbstractBuild build,
boolean freezeCode,
boolean recreateView) |
UcmSnapshotCheckoutAction(ClearTool cleartool,
String streamSelector,
String[] loadRules,
boolean useUpdate,
String viewPath,
ViewStorage viewStorage,
FacadeService facadeService) |
Constructor and Description |
---|
BaseHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
AbstractClearCaseScm.ChangeSetLevel changeset,
boolean useRecurse,
int maxTimeDifferenceMillis) |
BaseHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
int maxTimeDifferenceMillis) |
Modifier and Type | Field and Description |
---|---|
protected ClearTool |
AbstractHistoryAction.cleartool |
Constructor and Description |
---|
AbstractHistoryAction(ClearTool cleartool,
boolean isDynamicView,
Filter filter,
AbstractClearCaseScm.ChangeSetLevel changeset,
boolean useRecurse) |
Modifier and Type | Method and Description |
---|---|
abstract CheckoutAction |
UcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> abstractBuild) |
CheckoutAction |
StreamUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> build) |
CheckoutAction |
FreezeCodeStreamUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> build) |
CheckoutAction |
FoundationBaselineUcmWorkflow.createCheckoutAction(ClearTool cleartool,
String stream,
String[] viewPaths,
String viewPath,
ViewStorage decoratedViewStorage,
hudson.model.AbstractBuild<?,?> abstractBuild) |
abstract UcmHistoryAction |
UcmWorkflow.createHistoryAction(ClearTool cleartool,
Filter filter,
String stream,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState oldBaseline,
hudson.scm.SCMRevisionState newBaseline,
String extendedViewPath) |
UcmHistoryAction |
StreamUcmWorkflow.createHistoryAction(ClearTool cleartool,
Filter filter,
String stream,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState oldBaseline,
hudson.scm.SCMRevisionState newBaseline,
String extendedViewPath) |
UcmHistoryAction |
FreezeCodeStreamUcmWorkflow.createHistoryAction(ClearTool cleartool,
Filter filter,
String stream,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState oldBaseline,
hudson.scm.SCMRevisionState newBaseline,
String extendedViewPath) |
UcmHistoryAction |
FoundationBaselineUcmWorkflow.createHistoryAction(ClearTool cleartool,
Filter filter,
String stream,
hudson.model.AbstractBuild<?,?> build,
hudson.scm.SCMRevisionState oldBaseline,
hudson.scm.SCMRevisionState newBaseline,
String extendedViewPath) |
hudson.scm.SCMRevisionState |
UcmWorkflow.createRevisionState(ClearTool clearTool,
hudson.model.TaskListener taskListener,
Date date,
String streamSelector,
String[] loadRules) |
static String[] |
UcmCommon.generateLoadRulesFromBaselines(ClearTool clearTool,
String stream,
List<Baseline> baselines)
Takes a list of baselines as argument, and return the load rules for all components matching these baselines
|
String[] |
UcmWorkflow.getAllRootDirsFor(ClearTool clearTool,
String streamSelector) |
static List<Baseline> |
UcmCommon.getComponentsForBaselines(ClearTool clearTool,
List<Component> componentsList,
boolean isUseDynamicView,
String viewName,
hudson.FilePath filePath,
List<String> baselinesNames) |
static Baseline |
UcmCommon.getDataforBaseline(ClearTool clearTool,
hudson.FilePath filePath,
String blName)
Get the component binding to the baseline
|
static List<String> |
UcmCommon.getDiffBlVersions(ClearTool clearTool,
String viewRootDirectory,
String bl1,
String bl2) |
protected FacadeService |
UcmWorkflow.getFacadeService(ClearTool clearTool) |
static List<Baseline> |
UcmCommon.getFoundationBaselines(ClearTool clearTool,
String stream) |
static List<String> |
UcmCommon.getLatestBaselineNames(ClearTool clearTool,
boolean isUseDynamicView,
String viewName,
hudson.FilePath filePath,
List<String> readWriteComponents) |
static List<Baseline> |
UcmCommon.getLatestBaselines(ClearTool clearTool,
String stream) |
static List<Baseline> |
UcmCommon.getLatestBlsWithCompOnStream(ClearTool clearTool,
String stream,
String view) |
static List<Component> |
UcmCommon.getStreamComponentsDesc(ClearTool clearTool,
String streamName) |
static String |
UcmCommon.getVersionDescription(ClearTool clearTool,
String version,
String format) |
static void |
UcmCommon.rebase(ClearTool clearTool,
String viewName,
List<Baseline> baselines) |
Constructor and Description |
---|
FoundationBaselineUcmHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
UcmRevisionState oldBaseline,
UcmRevisionState newBaseline,
FacadeService facadeService) |
FoundationBaselineUcmSnapshotCheckoutAction(ClearTool cleartool,
String streamSelector,
String[] loadRules,
boolean useUpdate,
String viewPath,
ViewStorage viewStorage,
FacadeService facadeService) |
FreezeCodeUcmHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
String stream,
String viewDrive,
hudson.model.AbstractBuild<?,?> build,
UcmRevisionState oldBaseline,
UcmRevisionState newBaseline,
FacadeService facadeService) |
UcmChangeLogAction(ClearTool cleartool,
List<Filter> filters) |
UcmHistoryAction(ClearTool cleartool,
boolean useDynamicView,
Filter filter,
UcmRevisionState oldBaseline,
UcmRevisionState newBaseline,
AbstractClearCaseScm.ChangeSetLevel changeset,
FacadeService facadeService) |
Modifier and Type | Field and Description |
---|---|
protected ClearTool |
ClearcaseService.clearTool |
Modifier and Type | Method and Description |
---|---|
ClearTool |
ClearcaseService.getClearTool() |
Constructor and Description |
---|
FacadeService(ClearTool clearTool) |
Copyright © 2004-2021. All Rights Reserved.