可执行文件

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, envVariables, long timeout)

构建 ExecutableAction

abstract MerkleTree input()

公共构造函数

可执行文件

public ExecutableAction ()

公共方法

action

public abstract Action action ()

返回
Action

ActionDigest

public abstract Digest actionDigest ()

返回
Digest

command

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

输入

public abstract MerkleTree input ()

返回
MerkleTree