IShardableListener

public interface IShardableListener
implements ITestInvocationListener

com.android.tradefed.result.IShardableListener


A ITestInvocationListener that can be sharded. When a config that includes such a listener is sharded, each shard will have a copy of this listener.

Summary

Public methods

abstract IShardableListener clone()

Clone itself to be used in the shard.

default boolean supportShardListener()

Whether or not a IShardableListener implementation wants to enable this behavior.

Public methods

clone

public abstract IShardableListener clone ()

Clone itself to be used in the shard.

Returns
IShardableListener

supportShardListener

public boolean supportShardListener ()

Whether or not a IShardableListener implementation wants to enable this behavior.

Returns
boolean