ตัวแปลค่าการขึ้นต่อกัน
public
class
DependenciesResolver
extends Object
implements
IBuildProvider,
IConfigurationReceiver,
IDeviceBuildProvider,
IInvocationContextReceiver
java.lang.Object | |
↳ | com.android.tradefed.build.DependenciesSupportedr |
ผู้ให้บริการประเภทใหม่ที่อนุญาตให้รับทรัพยากร Dependency ทั้งหมดสำหรับการทดสอบ
สรุป
ช่างก่อสร้างสาธารณะ | |
---|---|
DependenciesResolver()
|
วิธีการสาธารณะ | |
---|---|
void
|
cleanUp(IBuildInfo info)
ล้างไฟล์บิลด์ชั่วคราว |
IBuildInfo
|
getBuild()
เรียกข้อมูลสำหรับบิลด์ภายใต้การทดสอบ |
IBuildInfo
|
getBuild(ITestDevice device)
ดึงข้อมูลสำหรับบิลด์ภายใต้การทดสอบ |
final
|
getDependencies()
|
void
|
setConfiguration(IConfiguration configuration)
แทรก |
void
|
setInvocationContext(IInvocationContext invocationContext)
|
ช่างก่อสร้างสาธารณะ
ตัวแปลค่าการขึ้นต่อกัน
public DependenciesResolver ()
วิธีการสาธารณะ
getBuild
public IBuildInfo getBuild ()
เรียกข้อมูลสำหรับบิลด์ภายใต้การทดสอบ
คิกรีเทิร์น | |
---|---|
IBuildInfo |
IBuildInfo สำหรับบิลด์ที่อยู่ภายใต้การทดสอบหรือ null หากไม่มีบิลด์
พร้อมสำหรับการทดสอบ |
การขว้าง | |
---|---|
BuildRetrievalError |
getBuild
public IBuildInfo getBuild (ITestDevice device)
ดึงข้อมูลสำหรับบิลด์ภายใต้การทดสอบ
พารามิเตอร์ | |
---|---|
device |
ITestDevice : ITestDevice ที่จัดสรรสำหรับการทดสอบ |
คิกรีเทิร์น | |
---|---|
IBuildInfo |
IBuildInfo สำหรับบิลด์ที่อยู่ภายใต้การทดสอบหรือ null หากไม่มีบิลด์
พร้อมสำหรับการทดสอบ |
การขว้าง | |
---|---|
BuildRetrievalError |
|
DeviceNotAvailableException |
การพึ่งพากัน
public finalgetDependencies ()
คิกรีเทิร์น | |
---|---|
|
ตั้งค่าการกำหนดค่า
public void setConfiguration (IConfiguration configuration)
แทรก IConfiguration
ที่ใช้งานอยู่
พารามิเตอร์ | |
---|---|
configuration |
IConfiguration |
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
พารามิเตอร์ | |
---|---|
invocationContext |
IInvocationContext |