Interface BaselineService


@RemoteInterface public interface BaselineService


Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    com.ptc.projectmanagement.plan.baseline.BaselinedPlan
    createPlanBaseline(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