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