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