Package | Description |
---|---|
net.praqma.clearcase.exceptions | |
net.praqma.clearcase.ucm.entities | |
net.praqma.clearcase.ucm.utils |
Modifier and Type | Method and Description |
---|---|
Project.PromotionLevel |
UnableToPromoteBaselineException.getPromotionLevel() |
Project.PromotionLevel |
UnableToListBaselinesException.getPromotionLevel() |
Constructor and Description |
---|
UnableToListBaselinesException(Stream s,
Component c,
Project.PromotionLevel plevel,
Exception e) |
UnableToPromoteBaselineException(String message,
UCMEntity entity,
Project.PromotionLevel plevel) |
UnableToPromoteBaselineException(UCMEntity entity,
Project.PromotionLevel plevel) |
Modifier and Type | Method and Description |
---|---|
static Project.PromotionLevel |
Project.getPlevelFromString(String str) |
Project.PromotionLevel |
Baseline.getPromotionLevel() |
Project.PromotionLevel |
Baseline.promote()
Promote the Baseline.
|
static Project.PromotionLevel |
Project.promoteFrom(Project.PromotionLevel plevel) |
Project.PromotionLevel |
Baseline.reject()
REJECTED the Baseline. |
static Project.PromotionLevel |
Project.PromotionLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.PromotionLevel[] |
Project.PromotionLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
Stream.getPostedBaselines(Component component,
Project.PromotionLevel plevel) |
static Project.PromotionLevel |
Project.promoteFrom(Project.PromotionLevel plevel) |
void |
Baseline.setLocalPromotionLevel(Project.PromotionLevel plevel)
Set the
Project.PromotionLevel of this Baseline , without persisting it in ClearCase. |
void |
Baseline.setPromotionLevel(Project.PromotionLevel plevel)
Set the
Project.PromotionLevel |
Constructor and Description |
---|
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel) |
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel,
boolean multisitePolling) |
Copyright © 2016–2018. All rights reserved.