public class BaselineService extends ClearcaseService
clearTool
Modifier and Type | Method and Description |
---|---|
ActivitiesDelta |
compare(Baseline from,
Baseline to) |
ActivitiesDelta |
compareWithVersions(Baseline from,
Baseline to,
String viewPath) |
ConfigSpec |
generateConfigSpec(Baseline[] baselines) |
Component[] |
getComponent(Baseline... baselines) |
Component |
getComponent(Baseline baseline) |
Baseline[] |
getDependentBaselines(Baseline... baselines) |
Baseline[] |
getDependentBaselines(Baseline baseline)
For the given baseline, returns the list of baselines it depends on.
|
Baseline |
parse(String selector) |
getClearTool
public ActivitiesDelta compare(Baseline from, Baseline to) throws IOException
IOException
public ActivitiesDelta compareWithVersions(Baseline from, Baseline to, String viewPath) throws IOException
IOException
public ConfigSpec generateConfigSpec(Baseline[] baselines) throws IOException, InterruptedException
IOException
InterruptedException
public Component getComponent(Baseline baseline) throws IOException, InterruptedException
IOException
InterruptedException
public Component[] getComponent(Baseline... baselines) throws IOException, InterruptedException
IOException
InterruptedException
public Baseline[] getDependentBaselines(Baseline baseline) throws IOException, InterruptedException
baseline
- IOException
InterruptedException
public Baseline[] getDependentBaselines(Baseline... baselines) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.