Package | Description |
---|---|
hudson.plugins.clearcase | |
hudson.plugins.clearcase.ucm |
Modifier and Type | Field and Description |
---|---|
List<Baseline> |
ClearCaseDataAction.latestBlsOnConfiguredStream |
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
ClearCaseReportAction.getBaselines() |
List<Baseline> |
ClearCaseDataAction.getLatestBlsOnConfiguredStream() |
List<Baseline> |
ClearToolExec.mkbl(String name,
String viewTag,
String comment,
boolean fullBaseline,
boolean identical,
List<String> components,
String dDependsOn,
String aDependsOn) |
List<Baseline> |
ClearTool.mkbl(String name,
String viewTag,
String comment,
boolean fullBaseline,
boolean identical,
List<String> components,
String dDependOn,
String aDependOn)
Creates a new baseline
|
Modifier and Type | Method and Description |
---|---|
void |
ClearCaseDataAction.setLatestBlsOnConfiguredStream(List<Baseline> latestBlsOnConfiguredStream) |
Modifier and Type | Method and Description |
---|---|
static Baseline |
UcmCommon.getDataforBaseline(ClearTool clearTool,
hudson.FilePath filePath,
String blName)
Get the component binding to the baseline
|
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
ClearCaseUCMSCMRevisionState.getBaselines()
Deprecated.
|
static List<Baseline> |
UcmCommon.getComponentsForBaselines(ClearTool clearTool,
List<Component> componentsList,
boolean isUseDynamicView,
String viewName,
hudson.FilePath filePath,
List<String> baselinesNames) |
static List<Baseline> |
UcmCommon.getFoundationBaselines(ClearTool clearTool,
String stream) |
static List<Baseline> |
UcmCommon.getLatestBaselines(ClearTool clearTool,
String stream) |
static List<Baseline> |
UcmCommon.getLatestBlsWithCompOnStream(ClearTool clearTool,
String stream,
String view) |
Modifier and Type | Method and Description |
---|---|
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
|
static void |
UcmCommon.rebase(ClearTool clearTool,
String viewName,
List<Baseline> baselines) |
Constructor and Description |
---|
ClearCaseUCMSCMRevisionState(List<Baseline> baselines,
Date buildTime,
String stream)
Deprecated.
|
Copyright © 2004-2014. All Rights Reserved.