Represents a build process supported by the build definition designer.

interface DesignerProcess {
    phases?: Phase[];
    target?: DesignerProcessTarget;
    type?: number;
}

Hierarchy (View Summary)

Properties

Properties

phases?: Phase[]

The target for the build process.

type?: number

The type of the process.