ClusterCommandConfigBuilder
public
class
ClusterCommandConfigBuilder
extends Object
JavaScript.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 ()
שיטות ציבוריות
לפתח
public File build ()
יוצר קובץ תצורה.
החזרות | |
---|---|
File |
אובייקט ERROR(/File) לקובץ תצורה שנוצר. |
קליעות | |
---|---|
ConfigurationException |
|
JSONException |
setClusterCommand
public ClusterCommandConfigBuilder setClusterCommand (ClusterCommand command)
מגדירים אובייקט ClusterCommand
.
פרמטרים | |
---|---|
command |
ClusterCommand : אובייקט ClusterCommand . |
החזרות | |
---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder לשרשור. |
setTestContext (הגדרת TestTestContext)
public ClusterCommandConfigBuilder setTestContext (TestContext testContext)
מגדירים אובייקט TestContext
.
פרמטרים | |
---|---|
testContext |
TestContext : אובייקט TestContext . |
החזרות | |
---|---|
ClusterCommandConfigBuilder |
ClusterCommandConfigBuilder לשרשור. |
סביבת setTest
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 לשרשור. |