Interface BaselineService
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptioncom.ptc.projectmanagement.plan.baseline.BaselinedPlancreatePlanBaseline(Plan sourcePlan, String baselineName, String baselineDescription) Creates a Baseline for the given Plan using the provided baseline name and description
Supported API: true
-
Method Details
-
createPlanBaseline
com.ptc.projectmanagement.plan.baseline.BaselinedPlan createPlanBaseline(Plan sourcePlan, String baselineName, String baselineDescription) throws WTException Creates a Baseline for the given Plan using the provided baseline name and description
Supported API: true- Parameters:
sourcePlan-baselineName-baselineDescription-- Returns:
- BaselinedPlan
- Throws:
WTException
-