PushFilePreparer
public
class
PushFilePreparer
extends BaseTargetPreparer
implements
IAbiReceiver,
IDiscoverDependencies,
IInvocationContextReceiver
java.lang.Object의 클래스 | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.PushFilePreparer |
모든 호스트 경로의 파일을 임의 개수의 임의 경로로 푸시하려고 시도하는 ITargetPreparer
기기 경로
새 빌드가 플래시된 *후에*, DeviceSetup이 실행된 *후* 에 실행해야 합니다( 사용 설정됨)
요약
공개 생성자 | |
---|---|
PushFilePreparer()
|
공개 메서드 | |
---|---|
IAbi
|
getAbi()
|
final
|
getPushSpecs(ITestDevice device)
푸시할 파일 목록을 만듭니다. |
boolean
|
isCleanUpEnabled()
|
|
reportDependencies()
|
File
|
resolveRelativeFilePath(IBuildInfo buildInfo, String fileName)
|
void
|
setAbi(IAbi abi)
|
void
|
setInvocationContext(IInvocationContext invocationContext)
|
void
|
setUp(TestInformation testInfo)
|
boolean
|
shouldAbortOnFailure()
푸시 실패 시 취소 여부를 나타냅니다. |
boolean
|
shouldRemountSystem()
|
boolean
|
shouldRemountVendor()
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
공개 생성자
PushFilePreparer
public PushFilePreparer ()
공개 메서드
getPushSpecs
public finalgetPushSpecs (ITestDevice device)
푸시할 파일 목록을 만듭니다.
매개변수 | |
---|---|
device |
ITestDevice |
반환 값 | |
---|---|
|
생성 값 | |
---|---|
TargetSetupError |
isCleanUpEnabled
public boolean isCleanUpEnabled ()
반환 값 | |
---|---|
boolean |
reportDependencies
publicreportDependencies ()
반환 값 | |
---|---|
|
확인할 상대 파일 경로
public File resolveRelativeFilePath (IBuildInfo buildInfo, String fileName)
IBuildInfo
및 테스트 사례 디렉터리를 통해 상대 파일 경로를 확인합니다.
매개변수 | |
---|---|
buildInfo |
IBuildInfo : 빌드 아티팩트 정보 |
fileName |
String : 확인할 상대 파일 경로입니다. |
반환 값 | |
---|---|
File |
빌드 정보나 테스트 사례 디렉터리에 있는 파일 |
setInvocationContext
public void setInvocationContext (IInvocationContext invocationContext)
매개변수 | |
---|---|
invocationContext |
IInvocationContext |
설정
public void setUp (TestInformation testInfo)
매개변수 | |
---|---|
testInfo |
TestInformation |
생성 값 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
실패 시 취소해야 함
public boolean shouldAbortOnFailure ()
푸시 실패 시 취소 여부를 나타냅니다.
반환 값 | |
---|---|
boolean |
shouldRemountSystem
public boolean shouldRemountSystem ()
반환 값 | |
---|---|
boolean |
shouldRemountVendor
public boolean shouldRemountVendor ()
반환 값 | |
---|---|
boolean |
해체
public void tearDown (TestInformation testInfo, Throwable e)
매개변수 | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
생성 값 | |
---|---|
DeviceNotAvailableException |