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() 와 연결된 콜백입니다.