Uses of Class
org.jenkinsci.plugins.testfairy.Metric

Packages that use Metric
org.jenkinsci.plugins.testfairy   
 

Uses of Metric in org.jenkinsci.plugins.testfairy
 

Methods in org.jenkinsci.plugins.testfairy that return Metric
static Metric Metric.get(String val)
           
static Metric Metric.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Metric[] Metric.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jenkinsci.plugins.testfairy that return types with arguments of type Metric
 EnumSet<Metric> TestFairyNotifier.getMetrics()
           
static EnumSet<Metric> UI2APIParamsConverter.metricsCSVStringToEnumSet(String metricsValue)
           
 

Method parameters in org.jenkinsci.plugins.testfairy with type arguments of type Metric
static String UI2APIParamsConverter.metricsEnumSetToCSVString(EnumSet<Metric> metrics)
           
 

Constructor parameters in org.jenkinsci.plugins.testfairy with type arguments of type Metric
TestFairyNotifier(String apiUrl, String apiKey, String apkFilePath, String proguardFilePath, String testersGroups, EnumSet<Metric> metrics, String maxDuration, String video, String videoQuality, String videoRate, boolean iconWatermark, String comment)
           
 



Copyright © 2004-2014. All Rights Reserved.