Class Constants
- java.lang.Object
-
- org.jenkinsci.plugins.googleplayandroidpublisher.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEOBFUSCATION_FILE_TYPE_NATIVE_CODE
Deobfuscation file type: native debugging symbolsstatic String
DEOBFUSCATION_FILE_TYPE_PROGUARD
Deobfuscation file type: proguardstatic String
TRACK_NAME_INTERNAL_APP_SHARING
Special track name which, if used, will upload a file to Internal App Sharing, rather than a release track.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
TRACK_NAME_INTERNAL_APP_SHARING
public static final String TRACK_NAME_INTERNAL_APP_SHARING
Special track name which, if used, will upload a file to Internal App Sharing, rather than a release track.- See Also:
- Constant Field Values
-
DEOBFUSCATION_FILE_TYPE_PROGUARD
public static final String DEOBFUSCATION_FILE_TYPE_PROGUARD
Deobfuscation file type: proguard- See Also:
- Constant Field Values
-
DEOBFUSCATION_FILE_TYPE_NATIVE_CODE
public static final String DEOBFUSCATION_FILE_TYPE_NATIVE_CODE
Deobfuscation file type: native debugging symbols- See Also:
- Constant Field Values
-
-