Uses of Class
org.jenkinsci.plugins.googleplayandroidpublisher.internal.AppFileFormat
-
Packages that use AppFileFormat Package Description org.jenkinsci.plugins.googleplayandroidpublisher.internal -
-
Uses of AppFileFormat in org.jenkinsci.plugins.googleplayandroidpublisher.internal
Methods in org.jenkinsci.plugins.googleplayandroidpublisher.internal that return AppFileFormat Modifier and Type Method Description AppFileFormat
UploadFile. getFileFormat()
static AppFileFormat
AppFileFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static AppFileFormat[]
AppFileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-