ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


呼び出し完了時の呼び出しイベントのリスナー。

概要

パブリック メソッド

abstract void invocationComplete(IInvocationContext context, devicesStates)

すべての ITestInvocationListener.invocationEnded(long) イベントを含め、呼び出し全体が完了したときのコールバック。

default void invocationInitiated(IInvocationContext context)

呼び出しが開始されたときのコールバック。

default void releaseDevices(IInvocationContext context, devicesStates)

解放するための ICommandOptions#earlyDeviceRelease() に関連付けられたコールバック 簡単に操作できます。

パブリック メソッド

invocationComplete

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

すべての ITestInvocationListener.invocationEnded(long) イベントを含め、呼び出し全体が完了したときのコールバック。

invocationInitiated

public void invocationInitiated (IInvocationContext context)

呼び出しが開始されたときのコールバック。これは、ビルドがフェッチされる前に呼び出されます。

releaseDevices

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

解放するための ICommandOptions#earlyDeviceRelease() に関連付けられたコールバック 簡単に操作できます。