Class BanCommitInput
java.lang.Object
com.google.gerrit.extensions.api.projects.BanCommitInput
Commits that will forbidden to be uploaded.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BanCommitInputfromCommits(String firstCommit, String... moreCommits) static BanCommitInputfromCommits(List<String> commits) 
- 
Field Details- 
commits
- 
reason
 
- 
- 
Constructor Details- 
BanCommitInputpublic BanCommitInput()
 
- 
- 
Method Details- 
fromCommits
- 
fromCommits
 
-