IBuildStep Members

Include Protected Members
Include Inherited Members

This interface is a helper interface for the IBuildInformationNode of type BuildStep. To obtain an IBuildStep, use the InformationNodeConverters class.

The IBuildStep type exposes the following members.

Methods

 

Name

Description

Public method

Add

Overloaded. Adds a child step to the build step.

Public method

Save

Saves the build step to the server.

Top

Properties

 

Name

Description

Public property

FinishTime

Gets or sets the time that the build step finished.

Public property

Id

Gets the ID of the information node to which the build step belongs.

Public property

Message

Gets or sets the build step message that is displayed to the users.

Public property

Name

Gets or sets the name of the build step.

Public property

StartTime

Gets or sets the build step start time.

Public property

Status

Gets or sets the build step status.

Top

See Also

Reference

IBuildStep Interface

Microsoft.TeamFoundation.Build.Client Namespace