ClusterCommandConfigBuilder
public
class
ClusterCommandConfigBuilder
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.cluster.ClusterCommandConfigBuilder |
用來建構叢集指令設定檔的類別。
摘要
公用建構函式 | |
|---|---|
ClusterCommandConfigBuilder()
|
|
公用方法 | |
|---|---|
File
|
build()
建構設定檔。 |
ClusterCommandConfigBuilder
|
setClusterCommand(ClusterCommand command)
設定 |
ClusterCommandConfigBuilder
|
setTestContext(TestContext testContext)
設定 |
ClusterCommandConfigBuilder
|
setTestEnvironment(TestEnvironment testEnvironment)
設定 |
ClusterCommandConfigBuilder
|
setTestResources(
設定 |
ClusterCommandConfigBuilder
|
setWorkDir(File workDir)
為指令設定工作目錄。 |
公用建構函式
ClusterCommandConfigBuilder
public ClusterCommandConfigBuilder ()
公用方法
build
public File build ()
建構設定檔。
| 傳回 | |
|---|---|
File |
產生設定檔的 ERROR(/File) 物件。 |
| 擲回 | |
|---|---|
ConfigurationException |
|
JSONException |
|
setClusterCommand
public ClusterCommandConfigBuilder setClusterCommand (ClusterCommand command)
設定 ClusterCommand 物件。
| 參數 | |
|---|---|
command |
ClusterCommand:ClusterCommand 物件。 |
| 傳回 | |
|---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder 用於鏈結。 |
setTestContext
public ClusterCommandConfigBuilder setTestContext (TestContext testContext)
設定 TestContext 物件。
| 參數 | |
|---|---|
testContext |
TestContext:TestContext 物件。 |
| 傳回 | |
|---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder 用於鏈結。 |
setTestEnvironment
public ClusterCommandConfigBuilder setTestEnvironment (TestEnvironment testEnvironment)
設定 TestEnvironment 物件。
| 參數 | |
|---|---|
testEnvironment |
TestEnvironment:TestEnvironment 物件。 |
| 傳回 | |
|---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder 用於鏈結。 |
setTestResources
public ClusterCommandConfigBuilder setTestResources (testResources)
設定 TestResource 物件的清單。
| 參數 | |
|---|---|
testResources |
:TestResource 物件清單。 |
| 傳回 | |
|---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder 用於鏈結。 |
setWorkDir
public ClusterCommandConfigBuilder setWorkDir (File workDir)
為指令設定工作目錄。
| 參數 | |
|---|---|
workDir |
File:工作目錄。 |
| 傳回 | |
|---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder 用於鏈結。 |