org.jenkinsci.plugins.testfairy.api
Class APIConstants

java.lang.Object
  extended by org.jenkinsci.plugins.testfairy.api.APIConstants

public final class APIConstants
extends Object

From: http://docs.testfairy.com/Upload_API.html


Field Summary
static String REQUEST_PARAM_APK_FILE
           
static String REQUEST_PARAM_APK_KEY
           
static String REQUEST_PARAM_COMMENT
           
static String REQUEST_PARAM_ICON_WATERMARK
           
static String REQUEST_PARAM_MAX_DURATION
           
static String REQUEST_PARAM_METRICS
           
static String REQUEST_PARAM_PROGUARD_FILE
           
static String REQUEST_PARAM_TESTERS_GROUPS
           
static String REQUEST_PARAM_VIDEO
           
static String REQUEST_PARAM_VIDEO_QUALITY
           
static String REQUEST_PARAM_VIDEO_RATE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAM_APK_FILE

public static final String REQUEST_PARAM_APK_FILE
See Also:
Constant Field Values

REQUEST_PARAM_APK_KEY

public static final String REQUEST_PARAM_APK_KEY
See Also:
Constant Field Values

REQUEST_PARAM_PROGUARD_FILE

public static final String REQUEST_PARAM_PROGUARD_FILE
See Also:
Constant Field Values

REQUEST_PARAM_TESTERS_GROUPS

public static final String REQUEST_PARAM_TESTERS_GROUPS
See Also:
Constant Field Values

REQUEST_PARAM_METRICS

public static final String REQUEST_PARAM_METRICS
See Also:
Constant Field Values

REQUEST_PARAM_MAX_DURATION

public static final String REQUEST_PARAM_MAX_DURATION
See Also:
Constant Field Values

REQUEST_PARAM_VIDEO

public static final String REQUEST_PARAM_VIDEO
See Also:
Constant Field Values

REQUEST_PARAM_VIDEO_QUALITY

public static final String REQUEST_PARAM_VIDEO_QUALITY
See Also:
Constant Field Values

REQUEST_PARAM_VIDEO_RATE

public static final String REQUEST_PARAM_VIDEO_RATE
See Also:
Constant Field Values

REQUEST_PARAM_ICON_WATERMARK

public static final String REQUEST_PARAM_ICON_WATERMARK
See Also:
Constant Field Values

REQUEST_PARAM_COMMENT

public static final String REQUEST_PARAM_COMMENT
See Also:
Constant Field Values


Copyright © 2004-2014. All Rights Reserved.