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
|
पब्लिक कंस्ट्रक्टर | |
|---|---|
SkipFeature()
|
|
सार्वजनिक तरीके | |
|---|---|
FeatureResponse
|
execute(FeatureRequest request)
यह अनुरोध के आधार पर |
String
|
getName()
सुविधा का नाम. |
static
SkipContext
|
getSkipContext()
अगर ज़रूरी हो, तो बिना बदलाव वाले मॉड्यूल फ़ेच और पॉप्युलेट करें. |
TestInformation
|
getTestInformation()
|
static
|
parseDigests(String delimiter, String serializedString)
|
void
|
setConfiguration(IConfiguration configuration)
इस कुकी का इस्तेमाल, |
void
|
setTestInformation(TestInformation testInformation)
|
कॉन्स्टेंट
DELIMITER_NAME
public static final String DELIMITER_NAME
स्थिर वैल्यू: "delimiter"
IMAGE_DIGESTS
public static final String IMAGE_DIGESTS
स्थिर वैल्यू: "imageDigests"
प्रीसबमिट
public static final String PRESUBMIT
कॉन्स्टेंट वैल्यू: "presubmit"
SKIPPED_MODULES
public static final String SKIPPED_MODULES
स्थिर वैल्यू: "skipModules"
SKIP_FEATURE
public static final String SKIP_FEATURE
स्थिर वैल्यू: "skipFeature"
पब्लिक कंस्ट्रक्टर
SkipFeature
public SkipFeature ()
सार्वजनिक तरीके
लागू करना
public FeatureResponse execute (FeatureRequest request)
यह अनुरोध के आधार पर FeatureResponse दिखाता है.
| पैरामीटर | |
|---|---|
request |
FeatureRequest |
| रिटर्न | |
|---|---|
FeatureResponse |
|
getName
public String getName ()
सुविधा का नाम. यह FeatureRequest.getName() से मेल खाना चाहिए.
| रिटर्न | |
|---|---|
String |
|
getSkipContext
public static SkipContext getSkipContext ()
अगर ज़रूरी हो, तो बिना बदलाव वाले मॉड्यूल फ़ेच और पॉप्युलेट करें.
| रिटर्न | |
|---|---|
SkipContext |
|
parseDigests
public staticparseDigests (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 |