Package | Description |
---|---|
hudson.plugins.clearcase.ucm | |
hudson.plugins.clearcase.ucm.model | |
hudson.plugins.clearcase.ucm.service |
Modifier and Type | Method and Description |
---|---|
Baseline[] |
UcmRevisionState.getBaselines() |
Modifier and Type | Method and Description |
---|---|
protected Map<Component,Baseline> |
UcmHistoryAction.toMap(Baseline[] baselines) |
Modifier and Type | Method and Description |
---|---|
protected Map<Component,Baseline> |
UcmHistoryAction.toMap(Baseline[] baselines) |
Constructor and Description |
---|
UcmRevisionState(Baseline[] baselines,
String[] loadRules,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
Baseline[] |
Baseline.getDependentBaselines() |
Baseline[] |
Stream.getFoundationBaselines() |
Baseline[] |
Stream.getLatestBaselines() |
Modifier and Type | Method and Description |
---|---|
void |
Baseline.setDependentBaselines(Baseline[] dependentBaselines) |
void |
Stream.setFoundationBaselines(Baseline[] foundationBaselines) |
void |
Stream.setLatestBaselines(Baseline[] latestBaselines) |
Modifier and Type | Method and Description |
---|---|
Baseline[] |
BaselineService.getDependentBaselines(Baseline... baselines) |
Baseline[] |
BaselineService.getDependentBaselines(Baseline baseline)
For the given baseline, returns the list of baselines it depends on.
|
Baseline[] |
StreamService.getFoundationBaselines(Stream stream) |
Baseline[] |
StreamService.getLatestBaselines(Stream stream) |
Baseline |
BaselineService.parse(String selector) |
Modifier and Type | Method and Description |
---|---|
ActivitiesDelta |
BaselineService.compare(Baseline from,
Baseline to) |
ActivitiesDelta |
BaselineService.compareWithVersions(Baseline from,
Baseline to,
String viewPath) |
ConfigSpec |
BaselineService.generateConfigSpec(Baseline[] baselines) |
Component[] |
BaselineService.getComponent(Baseline... baselines) |
Component |
BaselineService.getComponent(Baseline baseline) |
Baseline[] |
BaselineService.getDependentBaselines(Baseline... baselines) |
Baseline[] |
BaselineService.getDependentBaselines(Baseline baseline)
For the given baseline, returns the list of baselines it depends on.
|
Copyright © 2004-2014. All Rights Reserved.