-
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.
|
FileUpload |
ProjectApi.uploadFile(Object projectIdOrPath,
InputStream inputStream,
String filename,
String mediaType) |
Uploads some data in an InputStream to the specified project,
to be used in an issue or merge request description, or a comment.
|