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 BanCommitInput
fromCommits
(String firstCommit, String... moreCommits) static BanCommitInput
fromCommits
(List<String> commits)
-
Field Details
-
commits
-
reason
-
-
Constructor Details
-
BanCommitInput
public BanCommitInput()
-
-
Method Details
-
fromCommits
-
fromCommits
-