Uses of Class
org.gitlab4j.api.models.FileUpload
Package | Description |
---|---|
org.gitlab4j.api |
-
Uses of FileUpload in org.gitlab4j.api
Methods in org.gitlab4j.api that return FileUpload Modifier and Type Method Description FileUpload
ProjectApi. 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.FileUpload
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.