Class UploadFile
- java.lang.Object
-
- org.jenkinsci.plugins.googleplayandroidpublisher.internal.UploadFile
-
- All Implemented Interfaces:
Serializable
public class UploadFile extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadFile(FilePath filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationId()
AppFileFormat
getFileFormat()
FilePath
getFilePath()
FilePath
getMappingFile()
AppFileMetadata
getMetadata()
String
getMinSdkVersion()
FilePath
getNativeDebugSymbolFile()
String
getSha1Hash()
long
getVersionCode()
String
getVersionName()
void
setMappingFile(FilePath file)
void
setNativeDebugSymbolFile(FilePath file)
-
-
-
Constructor Detail
-
UploadFile
public UploadFile(FilePath filePath) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-
Method Detail
-
getFilePath
public FilePath getFilePath()
-
getFileFormat
public AppFileFormat getFileFormat()
-
getApplicationId
public String getApplicationId()
-
getVersionCode
public long getVersionCode()
-
getVersionName
public String getVersionName()
-
getMinSdkVersion
public String getMinSdkVersion()
-
getMetadata
public AppFileMetadata getMetadata()
-
getSha1Hash
public String getSha1Hash() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getMappingFile
public FilePath getMappingFile()
-
setMappingFile
public void setMappingFile(FilePath file)
-
getNativeDebugSymbolFile
public FilePath getNativeDebugSymbolFile()
-
setNativeDebugSymbolFile
public void setNativeDebugSymbolFile(FilePath file)
-
-