This documentation is archived and is not being maintained.
IBuildStep Interface
Visual Studio 2013
Interface for a BuildStep type of IBuildInformationNode. To obtain an IBuildStep, use the InformationNodeConverters class.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The IBuildStep type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FinishTime | Gets or sets the time that this build step finished. |
![]() | Id | Gets the ID of the underlying information node of this build step. |
![]() | Message | Gets or sets the display message of the build step. |
![]() | Name | Gets or sets the name of this build step. |
![]() | Node | Gets the underlying IBuildInformationNode. |
![]() | StartTime | Gets or sets the time that this build step started. |
![]() | Status | Gets or sets the status of this build step. |
| Name | Description | |
|---|---|---|
![]() | Add(String, String, DateTime) | Adds a child build step to this build step. |
![]() | Add(String, String, DateTime, BuildStepStatus) | Adds a child build step to this build step. |
![]() | Save | Saves the build step to the server. |
Show:
