Class BanCommitInput
- java.lang.Object
- 
- com.google.gerrit.extensions.api.projects.BanCommitInput
 
- 
 public class BanCommitInput extends Object Commits that will forbidden to be uploaded.
- 
- 
Constructor SummaryConstructors Constructor Description BanCommitInput()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BanCommitInputfromCommits(String firstCommit, String... moreCommits)static BanCommitInputfromCommits(List<String> commits)
 
- 
- 
- 
Method Detail- 
fromCommitspublic static BanCommitInput fromCommits(String firstCommit, String... moreCommits) 
 - 
fromCommitspublic static BanCommitInput fromCommits(List<String> commits) 
 
- 
 
-