Represents a YAML process.

interface YamlProcess {
    errors?: string[];
    resources?: BuildProcessResources;
    type?: number;
    yamlFilename?: string;
}

Hierarchy (View Summary)

Properties

errors?: string[]

The resources used by the build definition.

type?: number

The type of the process.

yamlFilename?: string

The YAML filename.