BuildControllerWebService 類別
繼承階層架構
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices.TeamFoundationWebService
Microsoft.TeamFoundation.Build.Server.BuildWebServiceBase
Microsoft.TeamFoundation.Build.Server.Compatibility.BuildControllerWebService
命名空間: Microsoft.TeamFoundation.Build.Server.Compatibility
組件: Microsoft.TeamFoundation.Build.Server (在 Microsoft.TeamFoundation.Build.Server.dll 中)
語法
'宣告
<ClientServiceAttribute(ComponentName := "TeamBuild", RegistrationName := "Build", _
ServiceName := "BuildControllerService", CollectionServiceIdentifier := "36cffc58-f0d7-4b48-8e2d-6c79ab4447cb")> _
<WebServiceAttribute(Namespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildController/03", _
Description := "Team Foundation Build Controller web service")> _
Public NotInheritable Class BuildControllerWebService _
Inherits BuildWebServiceBase
[ClientServiceAttribute(ComponentName = "TeamBuild", RegistrationName = "Build",
ServiceName = "BuildControllerService", CollectionServiceIdentifier = "36cffc58-f0d7-4b48-8e2d-6c79ab4447cb")]
[WebServiceAttribute(Namespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/Build/BuildController/03",
Description = "Team Foundation Build Controller web service")]
public sealed class BuildControllerWebService : BuildWebServiceBase
BuildControllerWebService 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
BuildControllerWebService |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Application | 取得目前 HTTP 要求的應用程式物件。 (繼承自 WebService)。 | |
Container | 取得元件的容器。 (繼承自 MarshalByValueComponent)。 | |
Context | 取得目前要求的 ASP.NET HttpContext 將 HTTP 伺服器使用的所有 HTTP 特定內容封裝,以便處理 Web 要求。 (繼承自 WebService)。 | |
DesignMode | 取得值,表示元件目前是否處於設計模式。 (繼承自 MarshalByValueComponent)。 | |
Server | 取得目前要求的 HttpServerUtility。 (繼承自 WebService)。 | |
Session | 取得目前要求的 HttpSessionState。 (繼承自 WebService)。 | |
Site | 取得或設定元件的站台。 (繼承自 MarshalByValueComponent)。 | |
SoapVersion | 取得向 XML Web Service 提出 SOAP 要求時所使用的 SOAP 通訊協定版本。 (繼承自 WebService)。 | |
User | 取得 ASP.NET 伺服器 User 物件。可用來驗證是否授權使用者執行要求。 (繼承自 WebService)。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
BuildCompleted | 呼叫會引發事件 [buildcompleted] | |
DeleteBuild | 呼叫刪除指定的組建 (Build)。failureMessage 參數包含可能發生的錯誤/警告,當您執行此作業時。如果傳回的布林值為 false, failureMessage 包含錯誤。如果傳回的布林值為 true, failureMessage 包含這個警告。 | |
Dispose | 釋放 MarshalByValueComponent 所使用的所有資源。 (繼承自 MarshalByValueComponent)。 | |
Equals | 判斷指定的物件是否等於目前物件。 (繼承自 Object)。 | |
GetHashCode | 做為特定型別的雜湊函式。 (繼承自 Object)。 | |
GetService | 取得 IServiceProvider 的實作器。 (繼承自 MarshalByValueComponent)。 | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
InsertBuildQuality | 將新 teamproject 參數的組建品質。 | |
RemoveBuildQuality | 移除在指定之 Team 專案的特定 buildquality 。 | |
RemoveRun | 若要從資料庫刪除的測試資料。 | |
ReportBuildError | ,當 MSBuild 結束與組建電腦時,的非零 exitCode 應該呼叫這個方法會報告失敗的組建。 | |
StartBuild | 呼叫方法來啟動組建。 | |
StopBuild | 呼叫停止指定的組建 (Build)。failureMessage 參數包含所發生的錯誤,當建置已停止時。 | |
ToString | 傳回 String,其中可能含有 Component 的名稱。這個方法不應該被覆寫。 (繼承自 MarshalByValueComponent)。 | |
ValidateBuildStart |
回頁首
事件
名稱 | 說明 | |
---|---|---|
Disposed | 加入事件處理常式來接聽 (Listen) 元件上的 Disposed 事件。 (繼承自 MarshalByValueComponent)。 |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。