Ausführbare Aktion

public abstract class ExecutableAction
extends Object

java.lang.Object
😎 com.android.tradefed.cache.ExecutableAction


Wertklasse, die eine ausführbare Aktion darstellt.

Terminologiehinweis: „Aktion“ im Sinne des Remote-Ausführungsprotokolls.

Zusammenfassung

Öffentliche Konstruktoren

ExecutableAction()

Öffentliche Methoden

abstract Action action()
abstract Digest actionDigest()
abstract Command command()
abstract Digest commandDigest()
static ExecutableAction create(File input, Iterable<String> args, envVariables, long timeout)

Erstellt eine ExecutableAction.

abstract MerkleTree input()

Öffentliche Konstruktoren

Ausführbare Aktion

public ExecutableAction ()

Öffentliche Methoden

Aktion

public abstract Action action ()

Returns
Action

actionDigest

public abstract Digest actionDigest ()

Returns
Digest

befehl

public abstract Command command ()

Returns
Command

CommandDigest

public abstract Digest commandDigest ()

Returns
Digest

create

public static ExecutableAction create (File input, 
                Iterable<String> args, 
                 envVariables, 
                long timeout)

Erstellt eine ExecutableAction.

Parameter
input File

args Iterable

envVariables

timeout long

Returns
ExecutableAction

Eingabe

public abstract MerkleTree input ()

Returns
MerkleTree