Package | Description |
---|---|
net.praqma.clearcase.ucm.entities | |
net.praqma.clearcase.ucm.utils | |
net.praqma.clearcase.util.setup |
Modifier and Type | Method and Description |
---|---|
static Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
Component mcomps) |
static Project |
Project.create(String name,
String root,
PVob pvob,
int policy,
String comment,
boolean normal,
List<Component> mcomps)
Create a project.
|
static Project |
Project.get(String name) |
static Project |
Project.get(String name,
PVob pvob) |
Project |
Stream.getProject() |
Project |
Project.load() |
Modifier and Type | Method and Description |
---|---|
static List<Project> |
Project.getProjects(PVob pvob)
|
Modifier and Type | Method and Description |
---|---|
static Stream |
Stream.createIntegration(String name,
Project project,
Baseline baseline) |
static Stream |
Stream.createIntegration(String name,
Project project,
List<Baseline> baselines)
Create an integration
Stream in ClearCase |
void |
Stream.setProject(Project project)
|
Modifier and Type | Method and Description |
---|---|
static String |
BuildNumber.getBuildNumber(Project project)
This method returns the new build number for a Baseline.
|
static Integer |
BuildNumber.getNextBuildSequence(Project project)
Given a Project, its top level Components sequence number is retrieved,
incremented, stored and returned.
|
static int |
BuildNumber.isValidUCMBuildNumber(Project project)
Verify that the project has valid UCM build number attributes
|
Modifier and Type | Field and Description |
---|---|
Map<String,Project> |
EnvironmentParser.Context.projects |
Copyright © 2016–2018. All rights reserved.