DependenciesResolver

public class DependenciesResolver
extends Object implements IBuildProvider, IDeviceBuildProvider, IInvocationContextReceiver, IConfigurationReceiver

java.lang.Object
   ↳ com.android.tradefed.build.DependenciesResolver


Một loại trình cung cấp mới cho phép lấy tất cả các phần phụ thuộc cho một kiểm thử.

Tóm tắt

Hàm khởi tạo công khai

DependenciesResolver()

Phương thức công khai

void cleanUp(IBuildInfo info)

Dọn dẹp mọi tệp bản dựng tạm thời.

IBuildInfo getBuild()

Truy xuất dữ liệu cho bản dựng đang được kiểm thử.

IBuildInfo getBuild(ITestDevice device)

Truy xuất dữ liệu cho bản dựng đang được kiểm thử

final getDependencies()
void setConfiguration(IConfiguration configuration)

Chèn IConfiguration đang sử dụng.

void setInvocationContext(IInvocationContext invocationContext)

Hàm khởi tạo công khai

DependenciesResolver

public DependenciesResolver ()

Phương thức công khai

dọn dẹp

public void cleanUp (IBuildInfo info)

Dọn dẹp mọi tệp bản dựng tạm thời.

Tham số
info IBuildInfo

getBuild

public IBuildInfo getBuild ()

Truy xuất dữ liệu cho bản dựng đang được kiểm thử.

Giá trị trả về
IBuildInfo IBuildInfo cho bản dựng đang được kiểm thử hoặc null nếu không có bản dựng nào để kiểm thử

Gửi
BuildRetrievalError

getBuild

public IBuildInfo getBuild (ITestDevice device)

Truy xuất dữ liệu cho bản dựng đang được kiểm thử

Tham số
device ITestDevice: ITestDevice được phân bổ để kiểm thử

Giá trị trả về
IBuildInfo IBuildInfo cho bản dựng đang được kiểm thử hoặc null nếu không có bản dựng nào để kiểm thử

Gửi
BuildRetrievalError
DeviceNotAvailableException

getDependencies

public final  getDependencies ()

Giá trị trả về

setConfiguration

public void setConfiguration (IConfiguration configuration)

Chèn IConfiguration đang sử dụng.

Tham số
configuration IConfiguration

setInvocationContext

public void setInvocationContext (IInvocationContext invocationContext)

Tham số
invocationContext IInvocationContext