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 ()
เมธอดสาธารณะ
บิลด์
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 สำหรับเชน |