ビルド分析

public class BuildAnalysis
extends Object

java.lang.オブジェクト
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

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