ConstruireAnalyse

public class BuildAnalysis
extends Object

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


Représente les résultats d’une analyse de build unique.

Résumé

Constructeurs publics

BuildAnalysis (boolean deviceImageChanged, boolean hasTestsArtifacts)

Méthodes publiques

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

Constructeurs publics

ConstruireAnalyse

public BuildAnalysis (boolean deviceImageChanged, 
                boolean hasTestsArtifacts)

Paramètres
deviceImageChanged boolean

hasTestsArtifacts boolean

Méthodes publiques

appareilImageChanged

public boolean deviceImageChanged ()

Retour
boolean

hasChangesInTestsArtifacts

public boolean hasChangesInTestsArtifacts ()

Retour
boolean

hasTestsArtefacts

public boolean hasTestsArtifacts ()

Retour
boolean

mergeReports

public static BuildAnalysis mergeReports ( reports)

Paramètres
reports

Retour
BuildAnalysis

setChangesInTests

public void setChangesInTests (boolean hasChanges)

Paramètres
hasChanges boolean

versChaîne

public String toString ()

Retour
String