빌드분석

public class BuildAnalysis
extends Object

java.lang.Object
com.android.tradefed.result.skipped.BuildAnalytic


단일 빌드 분석의 결과를 나타냅니다.

요약

공개 생성자

BuildAnalysis (boolean deviceImageChanged, boolean hasTestsArtifacts)

공개 메소드

boolean deviceImageChanged ()
boolean hasChangesInTestsArtifacts ()
boolean hasTestsArtifacts ()
static BuildAnalysis mergeReports ( reports) mergeReports ( reports)
void setChangesInTests (boolean hasChanges)
String toString ()

공개 생성자

빌드분석

public BuildAnalysis (boolean deviceImageChanged, 
                boolean hasTestsArtifacts)

매개변수
deviceImageChanged boolean

hasTestsArtifacts boolean

공개 메소드

장치 이미지가 변경되었습니다.

public boolean deviceImageChanged ()

보고
boolean

hasChangesInTests아티팩트

public boolean hasChangesInTestsArtifacts ()

보고
boolean

hasTestsArtifacts

public boolean hasTestsArtifacts ()

보고
boolean

보고서 병합

public static BuildAnalysis mergeReports ( reports)

매개변수
reports

보고
BuildAnalysis

setChangesInTests

public void setChangesInTests (boolean hasChanges)

매개변수
hasChanges boolean

toString

public String toString ()

보고
String