Class BanCommitInput
- java.lang.Object
-
- com.google.gerrit.extensions.api.projects.BanCommitInput
-
public class BanCommitInput extends Object
-
-
Constructor Summary
Constructors Constructor Description BanCommitInput()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BanCommitInput
fromCommits(String firstCommit, String... moreCommits)
static BanCommitInput
fromCommits(List<String> commits)
-
-
-
Method Detail
-
fromCommits
public static BanCommitInput fromCommits(String firstCommit, String... moreCommits)
-
fromCommits
public static BanCommitInput fromCommits(List<String> commits)
-
-