Package | Description |
---|---|
net.praqma.clearcase | |
net.praqma.clearcase.exceptions | |
net.praqma.clearcase.ucm.entities | |
net.praqma.clearcase.ucm.utils | |
net.praqma.clearcase.util.setup |
Modifier and Type | Method and Description |
---|---|
ConfigSpec |
ConfigSpec.addLoadRule(Component component) |
void |
Environment.addNewContent(Component component,
File viewpath,
String filename) |
void |
Environment.addNewElement(Component component,
File viewpath,
String filename) |
Modifier and Type | Method and Description |
---|---|
Component |
UnableToListBaselinesException.getComponent() |
Constructor and Description |
---|
UnableToListBaselinesException(Stream s,
Component c,
Project.PromotionLevel plevel,
Exception e) |
Modifier and Type | Method and Description |
---|---|
static Component |
Component.create(String name,
PVob pvob,
String root,
String comment,
File view) |
static Component |
Component.get(String name) |
static Component |
Component.get(String name,
PVob pvob) |
Component |
Baseline.getComponent() |
Component |
Stream.getSingleTopComponent() |
Component |
Component.load() |
Modifier and Type | Method and Description |
---|---|
List<Component> |
Project.getModifiableComponents()
|
List<Component> |
Project.getNonModifiableComponents() |
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 Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
Component mcomps) |
List<Baseline> |
Baseline.getCompositeDependantBaselines(Component component)
|
List<Baseline> |
Baseline.getCompositeMemberBaselines(Component component)
|
Baseline |
Stream.getLatestBaseline(Component component)
|
List<Baseline> |
Stream.getPostedBaselines(Component component,
Project.PromotionLevel plevel) |
List<Baseline> |
Baseline.getPostedBaselinesFor(Component component) |
Modifier and Type | Method and Description |
---|---|
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 Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
List<Component> mcomps)
Create a project.
|
Modifier and Type | Method and Description |
---|---|
static net.praqma.util.structure.Tuple<Baseline,String[]> |
BuildNumber.createBuildNumber(String baseline,
Component component,
File view) |
static int |
BuildNumber.stampFromComponent(Component component,
File dir,
String major,
String minor,
String patch,
String sequence,
boolean ignoreErrors) |
Constructor and Description |
---|
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel) |
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel,
boolean multisitePolling) |
Modifier and Type | Field and Description |
---|---|
Map<String,Component> |
EnvironmentParser.Context.components |
Copyright © 2016–2018. All rights reserved.