Uses of Class
com.atlassian.bamboo.web.utils.UploadedFileManagerException
-
Packages that use UploadedFileManagerException Package Description com.atlassian.bamboo.web.utils -
-
Uses of UploadedFileManagerException in com.atlassian.bamboo.web.utils
Methods in com.atlassian.bamboo.web.utils that throw UploadedFileManagerException Modifier and Type Method Description @NotNull UploadedFile
UploadedFileManager. createFile(@NotNull InputStream inputStream, @NotNull String fileName, @NotNull String contentType, long size)
Creates a file on disk.@NotNull UploadedFile
UploadedFileManager. createFile(@NotNull org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper requestWrapper, @NotNull String fileParamName)
Creates a file on disk.@NotNull UploadedFile
UploadedFileManagerImpl. createFile(@NotNull InputStream inputStream, @NotNull String fileName, @NotNull String contentType, long size)
@NotNull UploadedFile
UploadedFileManagerImpl. createFile(@NotNull org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper requestWrapper, @NotNull String fileParamName)
void
UploadedFileManagerImpl. validateFile(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper requestWrapper, String fileParamName)
-