ClusterCommandConfigBuilder

public class ClusterCommandConfigBuilder
extends Object

java.lang.Object
   ↳ com.android.tradefed.cluster.ClusterCommandConfigBuilder


Một lớp để tạo tệp cấu hình cho lệnh cụm.

Tóm tắt

Hàm khởi tạo công khai

ClusterCommandConfigBuilder()

Phương thức công khai

File build()

Tạo một tệp cấu hình.

ClusterCommandConfigBuilder setClusterCommand(ClusterCommand command)

Đặt một đối tượng ClusterCommand.

ClusterCommandConfigBuilder setTestContext(TestContext testContext)

Đặt một đối tượng TestContext.

ClusterCommandConfigBuilder setTestEnvironment(TestEnvironment testEnvironment)

Đặt một đối tượng TestEnvironment.

ClusterCommandConfigBuilder setTestResources( testResources)

Đặt danh sách đối tượng TestResource.

ClusterCommandConfigBuilder setWorkDir(File workDir)

Đặt thư mục công việc cho một lệnh.

Hàm khởi tạo công khai

ClusterCommandConfigBuilder

public ClusterCommandConfigBuilder ()

Phương thức công khai

build

public File build ()

Tạo một tệp cấu hình.

Giá trị trả về
File đối tượng ERROR(/File) cho tệp cấu hình đã tạo.

Gửi
ConfigurationException
JSONException

setClusterCommand

public ClusterCommandConfigBuilder setClusterCommand (ClusterCommand command)

Đặt một đối tượng ClusterCommand.

Tham số
command ClusterCommand: một đối tượng ClusterCommand.

Giá trị trả về
ClusterCommandConfigBuilder ClusterCommandConfigBuilder để tạo chuỗi.

setTestContext

public ClusterCommandConfigBuilder setTestContext (TestContext testContext)

Đặt một đối tượng TestContext.

Tham số
testContext TestContext: một đối tượng TestContext.

Giá trị trả về
ClusterCommandConfigBuilder ClusterCommandConfigBuilder để tạo chuỗi.

Môi trường setTestTest

public ClusterCommandConfigBuilder setTestEnvironment (TestEnvironment testEnvironment)

Đặt một đối tượng TestEnvironment.

Tham số
testEnvironment TestEnvironment: một đối tượng TestEnvironment.

Giá trị trả về
ClusterCommandConfigBuilder ClusterCommandConfigBuilder để tạo chuỗi.

setTestResources

public ClusterCommandConfigBuilder setTestResources ( testResources)

Đặt danh sách đối tượng TestResource.

Tham số
testResources : danh sách các đối tượng TestResource.

Giá trị trả về
ClusterCommandConfigBuilder ClusterCommandConfigBuilder để tạo chuỗi.

setWorkDir

public ClusterCommandConfigBuilder setWorkDir (File workDir)

Đặt thư mục công việc cho một lệnh.

Tham số
workDir File: một thư mục công việc.

Giá trị trả về
ClusterCommandConfigBuilder ClusterCommandConfigBuilder để tạo chuỗi.