Uses of Class
org.gitlab4j.api.models.FileUpload
Packages that use FileUpload
-
Uses of FileUpload in org.gitlab4j.api
Methods in org.gitlab4j.api that return FileUploadModifier and TypeMethodDescriptionProjectApi.uploadFile
(Object projectIdOrPath, File fileToUpload) Uploads a file to the specified project to be used in an issue or merge request description, or a comment.ProjectApi.uploadFile
(Object projectIdOrPath, File fileToUpload, String mediaType) Uploads a file to the specified project to be used in an issue or merge request description, or a comment.ProjectApi.uploadFile
(Object projectIdOrPath, InputStream inputStream, String filename, String mediaType) Uploads some data in anInputStream
to the specified project, to be used in an issue or merge request description, or a comment.