Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
![]() |
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
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
.gif)
.gif)