Package com.atlassian.bamboo.web.utils
Interface UploadedFile
-
- All Known Implementing Classes:
UploadedFileImpl
@ExperimentalApi public interface UploadedFile
Represents file uploaded to Bamboo server.- Since:
- 4.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
getOriginalName()
@NotNull File
getServerFile()
-