BuildProcessBuilder Class
Represents a build process.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Workflow.BuildProcessBuilder
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Déclaration
Public NotInheritable Class BuildProcessBuilder
public sealed class BuildProcessBuilder
public ref class BuildProcessBuilder sealed
[<Sealed>]
type BuildProcessBuilder = class end
public final class BuildProcessBuilder
The BuildProcessBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildProcessBuilder | Initializes a new instance of the BuildProcessBuilder class. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromMarkup | Parses the specified XAML string and returns the build process represented by it. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Gets a XAML string that describes this build process. (Overrides Object.ToString().) |
Top
Remarks
This class should be preferred over using ActivityBuilder for creating build processes because some of the understood arguments and properties are automatically handled.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.