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 Summary
Constructors Constructor Description BanCommitInput() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BanCommitInputfromCommits(String firstCommit, String... moreCommits)static BanCommitInputfromCommits(List<String> commits) 
 - 
 
- 
- 
Method Detail
- 
fromCommits
public static BanCommitInput fromCommits(String firstCommit, String... moreCommits)
 
- 
fromCommits
public static BanCommitInput fromCommits(List<String> commits)
 
 - 
 
 -