Edit

Share via


YamlProcess Class

Definition

Represents a YAML process.

[System.Runtime.Serialization.DataContract]
public class YamlProcess : Microsoft.TeamFoundation.Build.WebApi.BuildProcess
type YamlProcess = class
    inherit BuildProcess
Public Class YamlProcess
Inherits BuildProcess
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
YamlProcess
Attributes

Constructors

YamlProcess()

Properties

Errors

The list of errors encountered when reading the YAML definition.

Resources

The resources used by the build definition.

Type

The type of the process.

(Inherited from BuildProcess)
YamlFilename

The YAML filename.

Applies to