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

'宣言
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
Public method BuildProcessBuilder Initializes a new instance of the BuildProcessBuilder class.

Top

Properties

  Name Description
Public property Attributes Gets the collection of attributes associated with this build process.
Public property Metadata Gets the collection of metadata associated with the parameters of this build process.
Public property Parameters Gets the collection of parameters to control the behavior of this build process.
Public property Process Gets or sets the implementation of this build process.
Public property SupportedReasons Gets or sets the build reason(s) for which this build process is valid.
Public property Verbosity Gets or sets the verbosity level to use when running this build process.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodStatic member FromMarkup Parses the specified XAML string and returns the build process represented by it.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Build.Workflow Namespace