InformationNodeConverters.AddBuildStep Method

Include Protected Members
Include Inherited Members

Adds a top-level build step to a build.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member AddBuildStep(IBuildDetail, String, String) Adds a top-level build step to the specified build with a start time of DateTime.Now. Saves to the server.
Public methodStatic member AddBuildStep(IBuildInformation, String, String) Adds a top-level build step to the specified build information object that has a start time of DateTime.Now. Does not save to the server.
Public methodStatic member AddBuildStep(IBuildDetail, String, String, DateTime) Adds a top-level build step to the specified build. Saves to the server.
Public methodStatic member AddBuildStep(IBuildInformation, String, String, DateTime) Adds a top-level build step to the specified build information object. Does not save to the server.
Public methodStatic member AddBuildStep(IBuildDetail, String, String, DateTime, BuildStepStatus) Adds a top-level build step to the specified build. Saves to the server.
Public methodStatic member AddBuildStep(IBuildInformation, String, String, DateTime, BuildStepStatus) Adds a top-level build step to the specified build information object. Does not save to the server.

Top

See Also

Reference

InformationNodeConverters Class

Microsoft.TeamFoundation.Build.Client Namespace