Uses of Class
org.gitlab4j.api.models.WikiAttachment
-
Packages that use WikiAttachment Package Description org.gitlab4j.api -
-
Uses of WikiAttachment in org.gitlab4j.api
Methods in org.gitlab4j.api that return WikiAttachment Modifier and Type Method Description WikiAttachmentWikisApi. uploadAttachment(Object projectIdOrPath, File fileToUpload)Uploads a file to the attachment folder inside the wiki’s repository.WikiAttachmentWikisApi. uploadAttachment(Object projectIdOrPath, File fileToUpload, String branch)Uploads a file to the attachment folder inside the wiki’s repository.
-