פעולה לביצוע

public abstract class ExecutableAction
extends Object

JavaScript.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 ()

שיטות ציבוריות

פעולה

public abstract Action action ()

החזרות
Action

ActionDigest

public abstract Digest actionDigest ()

החזרות
Digest

מקש Command

public abstract Command command ()

החזרות
Command

CommandDigest

public abstract Digest commandDigest ()

החזרות
Digest

יצירה

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