Interface for a process template for a build definition on the server that is running Team Foundation Build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IProcessTemplate
public interface IProcessTemplate
public interface class IProcessTemplate
type IProcessTemplate =  interface end
public interface IProcessTemplate
The IProcessTemplate type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | Gets or sets the description of the build process template. | 
| .gif) | Parameters | Gets the process templates parameters. | 
| .gif) | ServerPath | Gets the version control path of the build process file. | 
| .gif) | SupportedReasons | Gets or sets the valid build reasons that are supported by this build process template. | 
| .gif) | TeamProject | Gets the team project for this process template. | 
| .gif) | TemplateType | Gets or sets the type of the build process template. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Delete | Deletes the build process template from the server. | 
| .gif) | Download() | Downloads the latest version of the build process template. | 
| .gif) | Download(String) | Downloads the build process template at the specified version specification. | 
| .gif) | Save | Saves the build process template to the server. | 
Top