SkipFeature

public class SkipFeature
extends Object implements IConfigurationReceiver, IRemoteFeature, ITestInformationReceiver

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


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

סיכום

ערכים קבועים

String DELIMITER_NAME

String IMAGE_DIGESTS

String PRESUBMIT

String SKIPPED_MODULES

String SKIP_FEATURE

Constructors ציבוריים

SkipFeature()

‫methods ציבוריים

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

Constant Value: "delimiter"

IMAGE_DIGESTS

public static final String IMAGE_DIGESTS

ערך קבוע: "imageDigests"

PRESUBMIT

public static final String PRESUBMIT

ערך קבוע: "presubmit"

SKIPPED_MODULES

public static final String SKIPPED_MODULES

Constant Value: "skipModules"

SKIP_FEATURE

public static final String SKIP_FEATURE

ערך קבוע: "skipFeature"

Constructors ציבוריים

SkipFeature

public SkipFeature ()

‫methods ציבוריים

להריץ

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