Skip to content

Commit 2a0cfda

Browse files
committed
setFilesContent() added
1 parent bcf1e95 commit 2a0cfda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/scm4j/vcs/api/IVCS.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public interface IVCS {
2424

2525
VCSCommit setFileContent(String branchName, String filePath, String content, String commitMessage);
2626

27+
VCSCommit setFilesContent(String branchName, List<String> filePathes, List<String> contents, String commitMessage);
28+
2729
List<VCSDiffEntry> getBranchesDiff(String srcBranchName, String destBranchName);
2830

2931
Set<String> getBranches(String path);

0 commit comments

Comments
 (0)