Package com.google.gerrit.server.project
Class BanCommit.Input
- java.lang.Object
-
- com.google.gerrit.server.project.BanCommit.Input
-
-
Constructor Summary
Constructors Constructor Description Input()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BanCommit.Input
fromCommits(String firstCommit, String... moreCommits)
static BanCommit.Input
fromCommits(List<String> commits)
-
-
-
Method Detail
-
fromCommits
public static BanCommit.Input fromCommits(String firstCommit, String... moreCommits)
-
fromCommits
public static BanCommit.Input fromCommits(List<String> commits)
-
-