ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


האזנה לאירועי הפעלה בסיום ההפעלה.

סיכום

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

abstract void invocationComplete(IInvocationContext context, devicesStates)

קריאה חוזרת (callback) בסיום כל ההפעלה, כולל כל האירועים מסוג ITestInvocationListener.invocationEnded(long).

default void invocationInitiated(IInvocationContext context)

קריאה חוזרת (callback) כשהפעלה מופעלת.

default void releaseDevices(IInvocationContext context, devicesStates)

קריאה חוזרת שמשויכת ל-ICommandOptions#earlyDeviceRelease() כדי לשחרר את המכשירים בסיום השימוש בהם.

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

invocationComplete

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

קריאה חוזרת (callback) בסיום כל ההפעלה, כולל כל האירועים מסוג ITestInvocationListener.invocationEnded(long).

invocationInitiated

public void invocationInitiated (IInvocationContext context)

קריאה חוזרת (callback) כשהפעלה מופעלת. הפונקציה הזו נקראת לפני אחזור של גרסאות build.

מכשירי הפצה

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

קריאה חוזרת שמשויכת ל-ICommandOptions#earlyDeviceRelease() כדי לשחרר את המכשירים בסיום השימוש בהם.