Example #1
0
 /// <summary>
 ///   Initializes a new instance of the <see cref = "TeamCityBuild" /> class.
 /// </summary>
 /// <param name = "xmlBuild">The deserialized Response from TeamCity</param>
 internal TeamCityBuild(XmlBuild xmlBuild)
 {
     this.xmlBuild = xmlBuild;
 }
Example #2
0
 /// <summary>
 ///   Initializes a new instance of the <see cref = "TeamCityBuild" /> class.
 /// </summary>
 /// <param name = "xmlBuild">The deserialized Response from TeamCity</param>
 internal TeamCityBuild(XmlBuild xmlBuild)
 {
     this.status = xmlBuild.Status;
     this.buildId = xmlBuild.Id;
 }