透過集合功能整理內容
你可以依據偏好儲存及分類內容。
GCSConfigurationServer
public
class
GCSConfigurationServer
extends Object
implements
IConfigurationServer
java.lang.Object
|
↳ |
com.android.tradefed.config.gcs.GCSConfigurationServer
|
設定伺服器會從 Google Cloud Storage (GCS) 載入設定。
摘要
保護方法 |
File
|
downloadFile(String name)
|
String
|
getHostConfig(String hostname, String cluster)
取得主機的換購全域設定。
|
boolean
|
sameHost(String currentHostname, String hostname)
檢查兩個主機名稱是否屬於同一個主機。
|
公用建構函式
GCSConfigurationServer
public GCSConfigurationServer ()
公用方法
getConfig
public InputStream getConfig (String name)
依據名稱取得設定內容。
取得 CurrentHostConfig
public String getCurrentHostConfig ()
取得目前 Tradefed 工作階段的目前主機設定檔名稱。與其閱讀
本機檔案的主機設定檔,以 IConfigurationServer
做為交易開頭
向伺服器取得主機設定
保護方法
下載檔案
protected File downloadFile (String name)
getHostConfig
protected String getHostConfig (String hostname,
String cluster)
取得主機的換購全域設定。使用叢集名稱 (如有提供),否則請使用叢集名稱
使用主機名稱
參數 |
hostname |
String :主機名稱 |
cluster |
String :叢集名稱。 |
相同主機
protected boolean sameHost (String currentHostname,
String hostname)
檢查兩個主機名稱是否屬於同一個主機。在設定檔中,我們有時會使用簡稱
。
參數 |
currentHostname |
String :目前主機的名稱 |
hostname |
String :設定中的主機名稱。 |
傳回 |
boolean |
如果兩者是相同的主機則傳回 true,否則傳回 false; |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-22 (世界標準時間)。"],[],[]]