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 StringgetApplicationId()AppFileFormatgetFileFormat()FilePathgetFilePath()FilePathgetMappingFile()AppFileMetadatagetMetadata()StringgetMinSdkVersion()FilePathgetNativeDebugSymbolFile()StringgetSha1Hash()longgetVersionCode()StringgetVersionName()voidsetMappingFile(FilePath file)voidsetNativeDebugSymbolFile(FilePath file)
-
-
-
Constructor Detail
-
UploadFile
public UploadFile(FilePath filePath) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-
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:
IOExceptionInterruptedException
-
getMappingFile
public FilePath getMappingFile()
-
setMappingFile
public void setMappingFile(FilePath file)
-
getNativeDebugSymbolFile
public FilePath getNativeDebugSymbolFile()
-
setNativeDebugSymbolFile
public void setNativeDebugSymbolFile(FilePath file)
-
-