실행 가능 작업
public
abstract
class
ExecutableAction
extends Object
java.lang.Object의 클래스 | |
↳ | com.android.tradefed.cache.ExecutableAction |
실행할 수 있는 작업을 나타내는 값 클래스입니다.
용어 참고사항: '작업' 원격 실행 프로토콜 의미에서 사용됩니다.
요약
공개 생성자 | |
---|---|
ExecutableAction()
|
공개 메서드 | |
---|---|
abstract
Action
|
action()
|
abstract
Digest
|
actionDigest()
|
abstract
Command
|
command()
|
abstract
Digest
|
commandDigest()
|
static
ExecutableAction
|
create(File input, Iterable<String> args,
|
abstract
MerkleTree
|
input()
|
공개 생성자
실행 가능 작업
public ExecutableAction ()
공개 메서드
action
public abstract Action action ()
반환 값 | |
---|---|
Action |
actionDigest
public abstract Digest actionDigest ()
반환 값 | |
---|---|
Digest |
명령어
public abstract Command command ()
반환 값 | |
---|---|
Command |
commandDigest
public abstract Digest commandDigest ()
반환 값 | |
---|---|
Digest |
create
public static ExecutableAction create (File input, Iterable<String> args,envVariables, long timeout)
ExecutableAction
를 빌드합니다.
매개변수 | |
---|---|
input |
File |
args |
Iterable |
envVariables |
|
timeout |
long |
반환 값 | |
---|---|
ExecutableAction |