Class UploadAsset
- java.lang.Object
-
- io.jenkins.plugins.github.release.UploadAsset
-
- All Implemented Interfaces:
Serializable
public class UploadAsset extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
contentType
String
filePath
-
Constructor Summary
Constructors Constructor Description UploadAsset(String filePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMissing()
void
setContentType(String contentType)
void
setFilePath(String filePath)
File
toFile()
-
-
-
Constructor Detail
-
UploadAsset
@DataBoundConstructor public UploadAsset(String filePath)
-
-