Package | Description |
---|---|
net.praqma.clearcase | |
net.praqma.clearcase.ucm.entities | |
net.praqma.clearcase.ucm.utils | |
net.praqma.clearcase.ucm.utils.filters | |
net.praqma.clearcase.util.setup |
Modifier and Type | Method and Description |
---|---|
Set<Baseline> |
Rebase.getDroppedBaselines() |
Modifier and Type | Method and Description |
---|---|
Rebase |
Rebase.addBaseline(Baseline baseline) |
ConfigSpec |
ConfigSpec.addLoadRule(Baseline baseline) |
Rebase |
Rebase.dropBaseline(Baseline baseline) |
Modifier and Type | Method and Description |
---|---|
Rebase |
Rebase.addBaselines(List<Baseline> baselines) |
ConfigSpec |
ConfigSpec.addLoadRule(List<Baseline> baselines) |
Rebase |
Rebase.dropBaselines(List<Baseline> baselines) |
Constructor and Description |
---|
Deliver(Baseline baseline,
Stream stream,
Stream target,
File context,
String viewtag) |
Rebase(Stream stream,
UCMView view,
Baseline baseline) |
Constructor and Description |
---|
Rebase(Stream stream,
UCMView view,
List<Baseline> baselines) |
Modifier and Type | Method and Description |
---|---|
static Baseline |
Baseline.create(Stream stream,
Component component,
String basename,
File view,
Baseline.LabelBehaviour labelBehaviour,
boolean identical) |
static Baseline |
Baseline.create(String basename,
Component component,
File view,
Baseline.LabelBehaviour labelBehaviour,
boolean identical) |
static Baseline |
Baseline.create(String basename,
Component component,
File view,
Baseline.LabelBehaviour labelBehaviour,
boolean identical,
List<Activity> activities,
List<Component> depends)
Given a baseline basename, a component and a view, the baseline is
created.
|
static Baseline |
Baseline.get(String name) |
static Baseline |
Baseline.get(String name,
PVob pvob) |
Baseline |
Stream.getFoundationBaseline()
Get the first foundation baseline.
|
Baseline |
Stream.getLatestBaseline(Component component)
|
Baseline |
Baseline.getRootedBaseline()
Get the rooted version of this
Baseline . |
Baseline |
Baseline.load()
Load the Baseline into memory from ClearCase.
This function is automatically called when needed by other functions. |
Baseline |
Baseline.load(boolean force) |
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
Baseline.getCompositeDependantBaselines()
|
List<Baseline> |
Baseline.getCompositeDependantBaselines(Component component)
|
List<Baseline> |
Baseline.getCompositeMemberBaselines()
|
List<Baseline> |
Baseline.getCompositeMemberBaselines(Component component)
|
List<Baseline> |
Baseline.getDependent()
|
List<Baseline> |
Stream.getFoundationBaselines() |
List<Baseline> |
Stream.getLatestBaselines() |
List<Baseline> |
Stream.getPostedBaselines(Component component,
Project.PromotionLevel plevel) |
List<Baseline> |
Baseline.getPostedBaselinesFor(Component component) |
List<Baseline> |
Stream.getRecommendedBaselines() |
List<Baseline> |
Stream.getRecommendedBaselines(boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
Stream.addFoundationBaseline(Baseline baseline)
|
static Stream |
Stream.create(Stream parent,
String nstream,
boolean readonly,
Baseline baseline) |
static Stream |
Stream.createIntegration(String name,
Project project,
Baseline baseline) |
void |
Stream.recommendBaseline(Baseline baseline)
|
void |
Stream.setFoundationBaseline(Baseline baseline) |
Modifier and Type | Method and Description |
---|---|
static Stream |
Stream.create(StreamContainable parent,
String nstream,
boolean readonly,
List<Baseline> baselines)
Create a new stream in ClearCase, given a parent Stream, a fully qualified name for
the new Stream and whether the Stream is read only or not
|
static Stream |
Stream.createIntegration(String name,
Project project,
List<Baseline> baselines)
Create an integration
Stream in ClearCase |
Modifier and Type | Method and Description |
---|---|
static net.praqma.util.structure.Tuple<Baseline,String[]> |
BuildNumber.createBuildNumber(String baseline,
Component component,
File view) |
Modifier and Type | Method and Description |
---|---|
int |
BaselineList.AscendingDateSort.compare(Baseline bl1,
Baseline bl2) |
int |
BaselineList.DescendingDateSort.compare(Baseline bl1,
Baseline bl2) |
BaselineList |
BaselineList.ensureBaseline(Baseline baseline)
Ensure that the
Baseline is in the list |
static String[] |
BuildNumber.isBuildNumber(Baseline baseline) |
static int |
BuildNumber.stampIntoCode(Baseline baseline) |
static int |
BuildNumber.stampIntoCode(Baseline baseline,
File dir) |
static int |
BuildNumber.stampIntoCode(Baseline baseline,
File dir,
boolean ignoreErrors) |
Modifier and Type | Method and Description |
---|---|
BaselineList |
BaselineList.setSorting(Comparator<Baseline> sorter)
Set the sorting of the
BaselineList |
Constructor and Description |
---|
Difference(Baseline bl1,
Baseline bl2) |
Constructor and Description |
---|
BaselineList(List<Baseline> baselines)
Create a
BaselineList object from a list of Baseline s |
Constructor and Description |
---|
AfterBaseline(Baseline after) |
BeforeBaseline(Baseline before) |
Modifier and Type | Field and Description |
---|---|
Map<String,Baseline> |
EnvironmentParser.Context.baselines |
Copyright © 2016–2018. All rights reserved.