SkipFeature
  public
  
  
  
  class
  SkipFeature
  
    extends Object
  
  
  
  
  
      implements
      
        IConfigurationReceiver, 
      
        IRemoteFeature, 
      
        ITestInformationReceiver
      
  
  
| java.lang.Object | |
| ↳ | com.android.tradefed.result.skipped.SkipFeature | 
SkipManager bilgilerinin bir kısmına erişmenizi sağlayan bir özellik.
Özet
| Fields'ın oynadığı filmler | |
|---|---|
| 
    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
 | 
| Herkese açık kurucular | |
|---|---|
| 
      SkipFeature()
       | |
| Herkese açık yöntemler | |
|---|---|
| 
        
        
        
        
        
        FeatureResponse | 
      execute(FeatureRequest request)
      İsteğe göre bir  | 
| 
        
        
        
        
        
        String | 
      getName()
      Özelliğin adı. | 
| 
        
        
        static
        
        
        SkipContext | 
      getSkipContext()
      Gerekirse değişmeyen modülleri getirin ve doldurun. | 
| 
        
        
        
        
        
        TestInformation | 
      getTestInformation()
       | 
| 
        
        
        static
        
        
         | 
      parseDigests(String delimiter, String serializedString)
       | 
| 
        
        
        
        
        
        void | 
      setConfiguration(IConfiguration configuration)
      Kullanımdaki  | 
| 
        
        
        
        
        
        void | 
      setTestInformation(TestInformation testInformation)
       | 
Fields'ın oynadığı filmler
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
Herkese açık kurucular
SkipFeature
public SkipFeature ()
Herkese açık yöntemler
execute
public FeatureResponse execute (FeatureRequest request)
İsteğe göre bir FeatureResponse döndürür.
| Parametreler | |
|---|---|
| request | FeatureRequest | 
| İlerlemeler | |
|---|---|
| FeatureResponse | |
getName
public String getName ()
Özelliğin adı. FeatureRequest.getName() ile eşleşmelidir.
| İlerlemeler | |
|---|---|
| String | |
getSkipContext
public static SkipContext getSkipContext ()
Gerekirse değişmeyen modülleri getirin ve doldurun.
| İlerlemeler | |
|---|---|
| SkipContext | |
parseDigests
public staticparseDigests (String delimiter, String serializedString) 
| Parametreler | |
|---|---|
| delimiter | String | 
| serializedString | String | 
| İlerlemeler | |
|---|---|
|  | |
| Atışlar | |
|---|---|
| InvalidProtocolBufferException | |
setConfiguration
public void setConfiguration (IConfiguration configuration)
Kullanımdaki IConfiguration'ü enjekte eder.
| Parametreler | |
|---|---|
| configuration | IConfiguration | 
setTestInformation
public void setTestInformation (TestInformation testInformation)
| Parametreler | |
|---|---|
| testInformation | TestInformation | 
