BuildCommonUtil 類別
繼承階層架構
System.Object
Microsoft.TeamFoundation.Build.Common.BuildCommonUtil
命名空間: Microsoft.TeamFoundation.Build.Common
組件: Microsoft.TeamFoundation.Build.Common (在 Microsoft.TeamFoundation.Build.Common.dll 中)
語法
'宣告
Public NotInheritable Class BuildCommonUtil
public static class BuildCommonUtil
BuildCommonUtil 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
BuildAgentIdVariable | ,在參考組建代理程式 ID 在代理程式的 BuildDirectory 屬性時,取得變數使用。 | |
BuildAgentNameVariable | ,在參考組建代理程式名稱在代理程式的 BuildDirectory 屬性時,取得變數使用。 | |
BuildDefinitionIdVariable | ,在參考組建定義 ID 在代理程式的 BuildDirectory 屬性時,取得變數使用。 | |
BuildDefinitionPathVariable | ,在參考組建定義路徑在代理程式的 BuildDirectory 屬性時,取得變數使用。 | |
BuildDirEnvironmentVariable | ,用於參考在特定代理程式時,的組建目錄取得環境變數使用。 | |
BuildRegistryKeyPath | 取得應該儲存組建、特定設定的登錄機碼路徑。 | |
DefaultAgentPort | 取得組建代理程式的預設通訊埠。 | |
DefaultHostedWorkingDirectory | ||
DefaultWorkingDirectory | 取得組建代理程式的預設工作目錄。 | |
MacroPattern | ||
NoCICheckInComment | 取得在簽入註解應該包含確定的註解, CI 覆寫變更集 | |
SourceDirEnvironmentVariable | 取得來源目錄中,所有原始程式檔是預設的對應。這與 BuildDirEnvironmentVariable \SourceSubdirectory 相當於。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
DateTimeToString | ||
ExpandEnvironmentVariables(String) | 展開格式為「$」(...) 的環境變數「…」中字串的一部分是字母和數字的任何有效的組合。當在目前環境中不會展開為現有變數的環境變數內所能辨識的任何模式在輸出路徑保持原樣。 | |
ExpandEnvironmentVariables(String, IDictionary<String, String>) | 展開格式為「$」(...) 的環境變數「…」中字串的一部分是字母和數字的任何有效的組合。當在目前環境中不會展開為現有變數的環境變數內所能辨識的任何模式與字串字典的索引鍵符合和字典的值取代。如果模式不符合一個環境變數或金鑰字典中它在輸出路徑保持原樣。 | |
GetBuildReportUrl | ||
GetCommonLocalPath | 確定所有之間最長通用根路徑中提供的項目。 | |
GetCommonServerPath | 確定所有之間最長通用根路徑中提供的項目。 | |
GetRegistryValue<T> | ||
IsDefaultDateTime | ||
IsEnvironmentVariable | ||
IsStar | ||
OpenDropFolder | ||
Replace | 執行字串取代。 | |
SetRegistryValue<T> |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。