BuildMaster SDK Reference
Version:

Util.Plans Class

Contains methods for working with deployment plans.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Util.Plans

Syntax

public class Util.Plans

Methods

Name Description
CopyActionGroup(int deploymentPlanActionGroupId, int? targetDeploymentPlanId)

Copies an action group from one deployment plan to another.

ExportToXml(int deploymentPlanId, System.Xml.XmlWriter xmlWriter)

Exports a deployment plan to an XML file.

ImportFromXml(int deploymentPlanId, System.IO.Stream stream)

Imports a deployment plan from an XML file.

LinkActionGroup(int deploymentPlanActionGroupId, int? targetDeploymentPlanId)

Creates an action group link.

ValidateXml(System.IO.TextReader textReader)

Validates an exported deployment plan and returns any appropriate errors and warnings.

ValidateXml(System.IO.Stream stream)

Validates an exported deployment plan and returns any appropriate errors and warnings.