ExecutableAction

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

קונסטרוקטורים גלויים לכולם

ExecutableAction

public ExecutableAction ()

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

פעולה

public abstract Action action ()

החזרות
Action

actionDigest

public abstract Digest actionDigest ()

החזרות
Digest

פקודה

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