Uses of Interface
com.atlassian.bamboo.web.utils.UploadedFile
-
Packages that use UploadedFile Package Description com.atlassian.bamboo.web.utils -
-
Uses of UploadedFile in com.atlassian.bamboo.web.utils
Classes in com.atlassian.bamboo.web.utils that implement UploadedFile Modifier and Type Class Description class
UploadedFileImpl
Methods in com.atlassian.bamboo.web.utils that return UploadedFile 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)
-