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 | |
---|---|---|
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. | |
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. | |
AddBuildStep(IBuildDetail, String, String, DateTime) | Adds a top-level build step to the specified build. Saves to the server. | |
AddBuildStep(IBuildInformation, String, String, DateTime) | Adds a top-level build step to the specified build information object. Does not save to the server. | |
AddBuildStep(IBuildDetail, String, String, DateTime, BuildStepStatus) | Adds a top-level build step to the specified build. Saves to the server. | |
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