This documentation is archived and is not being maintained.
BuildProcessBuilder Class
Visual Studio 2013
Represents a build process.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The BuildProcessBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the collection of attributes associated with this build process. |
![]() | Metadata | Gets the collection of metadata associated with the parameters of this build process. |
![]() | Parameters | Gets the collection of parameters to control the behavior of this build process. |
![]() | Process | Gets or sets the implementation of this build process. |
![]() | SupportedReasons | Gets or sets the build reason(s) for which this build process is valid. |
![]() | Verbosity | Gets or sets the verbosity level to use when running this build process. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | FromMarkup | Parses the specified XAML string and returns the build process represented by it. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Gets a XAML string that describes this build process. (Overrides Object::ToString().) |
Show:
