Package | Description |
---|---|
net.praqma.clearcase.ucm.entities |
Modifier and Type | Method and Description |
---|---|
static Baseline.LabelBehaviour |
Baseline.LabelBehaviour.fromIncremental(boolean incremental) |
static Baseline.LabelBehaviour |
Baseline.LabelBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Baseline.LabelBehaviour[] |
Baseline.LabelBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2016–2018. All rights reserved.