IProcessTemplate Interface
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
'Declaration
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 | |
---|---|---|
Description | Gets or sets the description of the build process template. | |
Id | Gets the identifier for this process template. | |
Parameters | Gets the process templates parameters. | |
ServerPath | Gets the version control path of the build process file. | |
SupportedReasons | Gets or sets the valid build reasons that are supported by this build process template. | |
TeamProject | Gets the team project for this process template. | |
TemplateType | Gets or sets the type of the build process template. | |
Version | Gets the version of this process template. |
Top
Methods
Name | Description | |
---|---|---|
CopyFrom | Copies properties from a source process template to this instance. | |
Delete | Deletes the build process template from the server. | |
Download() | Downloads the latest version of the build process template. | |
Download(String) | Downloads the build process template at the specified version specification. | |
Save | Saves the build process template to the server. |
Top