构建分析

public class BuildAnalysis
extends Object

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


表示单个构建分析的结果。

概括

公共构造函数

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

hasChangesInTestsArtifacts

public boolean hasChangesInTestsArtifacts ()

退货
boolean

有测试工件

public boolean hasTestsArtifacts ()

退货
boolean

合并报告

public static BuildAnalysis mergeReports ( reports)

参数
reports

退货
BuildAnalysis

设置测试中的更改

public void setChangesInTests (boolean hasChanges)

参数
hasChanges boolean

到字符串

public String toString ()

退货
String