gitlab4j-api
gitlab4j-api copied to clipboard
Can I delete all files in the specified directory through a commit action?
Can I delete all files in the specified directory through a commit action? such as: CommitAction commitAction = new CommitAction(); commitAction.setAction(CommitAction.Action.DELETE); commitAction.setFilePath("app/src/main/res/test/**");