timols / java-gitlab-api

A wrapper for the Gitlab API written in Java
Apache License 2.0
387 stars 317 forks source link

Can use this api to create a commit with multiple files and actions #280

Open welliu opened 6 years ago

welliu commented 6 years ago

I want to create a commit to update multiple files. I just find updateRepositoryFile(), but it just update one file in one commit. So I want ask this java api has this function? I know the gitlab has this api:create-a-commit-with-multiple-files-and-actions

jlelong-onepoint commented 4 years ago

Hi, we are investigating solutions to commit multiple files to a gitlab repository. If we made a pull request is there any chance it is accepted, merged, and a new revision would be publish to maven central ?