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 : 체이닝 |