建構分析

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