תכונת דילוג

public class SkipFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

java.lang.Object
   ↳ com.android.tradefed.result.skipped.SkipFeature


תכונה שמאפשרת גישה לחלק מהמידע ב-SkipManager.

סיכום

שדות

public static final String DELIMITER_NAME

public static final String IMAGE_DIGESTS

public static final String PRESUBMIT

public static final String SKIPPED_MODULES

public static final String SKIP_FEATURE

יוצרים ציבוריים

SkipFeature()

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

FeatureResponse execute(FeatureRequest request)

הפונקציה מחזירה FeatureResponse על סמך הבקשה.

String getName()

שם התכונה.

static SkipContext getSkipContext()

מאחזרים את המודולים ללא שינוי ומאכלסים אותם במקרה הצורך.

TestInformation getTestInformation()
static parseDigests(String delimiter, String serializedString)
void setConfiguration(IConfiguration configuration)

החדרת IConfiguration בשימוש.

void setTestInformation(TestInformation testInformation)

שדות

DELIMITER_NAME

public static final String DELIMITER_NAME

IMAGE_DIGESTS

public static final String IMAGE_DIGESTS

PRESUBMIT

public static final String PRESUBMIT

SKIPPED_MODULES

public static final String SKIPPED_MODULES

SKIP_FEATURE

public static final String SKIP_FEATURE

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

תכונת דילוג

public SkipFeature ()

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

ביצוע

public FeatureResponse execute (FeatureRequest request)

הפונקציה מחזירה FeatureResponse על סמך הבקשה.

פרמטרים
request FeatureRequest

החזרות
FeatureResponse

getName

public String getName ()

שם התכונה. חייב להתאים ל-FeatureRequest#getName().

החזרות
String

getSkipContext

public static SkipContext getSkipContext ()

מאחזרים את המודולים ללא שינוי ומאכלסים אותם במקרה הצורך.

החזרות
SkipContext

getTestInformation

public TestInformation getTestInformation ()

החזרות
TestInformation

parseDigests

public static  parseDigests (String delimiter, 
                String serializedString)

פרמטרים
delimiter String

serializedString String

החזרות

זריקות
InvalidProtocolBufferException

setConfiguration

public void setConfiguration (IConfiguration configuration)

הזרקת IConfiguration בשימוש.

פרמטרים
configuration IConfiguration

setTestInformation

public void setTestInformation (TestInformation testInformation)

פרמטרים
testInformation TestInformation