ICommandScheduler.IScheduledInvocationListener

public static interface ICommandScheduler.IScheduledInvocationListener
implements ITestInvocationListener

com.android.tradefed.command.ICommandScheduler.IScheduledInvocationListener


呼び出しが完了したときの呼び出しイベントのリスナー。

まとめ

パブリックメソッド

abstract void invocationComplete ( IInvocationContext context, devicesStates) invocationComplete ( IInvocationContext context, devicesStates)

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

default void invocationInitiated ( IInvocationContext context)

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

default void releaseDevices ( IInvocationContext context, devicesStates) releaseDevices ( IInvocationContext context, devicesStates)

ICommandOptions#earlyDeviceRelease()に関連付けられたコールバックで、デバイスの使用が完了したらデバイスを解放します。

パブリックメソッド

呼び出し完了

public abstract void invocationComplete (IInvocationContext context, 
                 devicesStates)

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

呼び出しが開始されました

public void invocationInitiated (IInvocationContext context)

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

releaseDevices

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

ICommandOptions#earlyDeviceRelease()に関連付けられたコールバックで、デバイスの使用が完了したらデバイスを解放します。