קיים BuildProvider

public class ExistingBuildProvider
extends Object implements IBuildProvider

java.lang.Object
com.android.tradefed.build.ExistingBuildProvider


A IBuildProvider that returns an already constructed IBuildInfo .

סיכום

בנאים ציבוריים

ExistingBuildProvider (IBuildInfo buildInfo, IBuildProvider parentProvider)

יוצר ExistingBuildProvider .

שיטות ציבוריות

void buildNotTested (IBuildInfo info)

סמן את המבנה הנתון כלא נבדק.

void cleanUp (IBuildInfo info)

נקה כל קבצי בנייה זמניים.

IBuildInfo getBuild ()

אחזר את הנתונים לבנייה בבדיקה.

בנאים ציבוריים

קיים BuildProvider

public ExistingBuildProvider (IBuildInfo buildInfo, 
                IBuildProvider parentProvider)

יוצר ExistingBuildProvider .

פרמטרים
buildInfo IBuildInfo : המבנה הקיים שיש לספק

parentProvider IBuildProvider : the original IBuildProvider that created the IBuildInfo Needed to pass along IBuildProvider#buildNotTested(IBuildInfo) events.

שיטות ציבוריות

לבנות

public void buildNotTested (IBuildInfo info)

סמן את המבנה הנתון כלא נבדק.

Called in cases where TradeFederation has failed to complete testing on the build due to an environment problem.

פרמטרים
info IBuildInfo : ה- IBuildInfo לאיפוס

לנקות

public void cleanUp (IBuildInfo info)

נקה כל קבצי בנייה זמניים.

פרמטרים
info IBuildInfo

getBuild

public IBuildInfo getBuild ()

אחזר את הנתונים לבנייה בבדיקה.

החזרות
IBuildInfo IBuildInfo עבור build בבדיקה או null אם אין build זמין לבדיקה

זורק
BuildRetrievalError