Class CheckProjectInput.AutoCloseableChangesCheckInput
java.lang.Object
com.google.gerrit.extensions.api.projects.CheckProjectInput.AutoCloseableChangesCheckInput
- Enclosing class:
- CheckProjectInput
- 
Field SummaryFieldsModifier and TypeFieldDescriptionBranch that should be checked for auto-closeable changes.Whether auto-closeable changes should be fixed by setting their status to MERGED.Maximum number of commits to walk.Number of commits to skip.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
fixWhether auto-closeable changes should be fixed by setting their status to MERGED.
- 
branchBranch that should be checked for auto-closeable changes.
- 
skipCommitsNumber of commits to skip.
- 
maxCommitsMaximum number of commits to walk.
 
- 
- 
Constructor Details- 
AutoCloseableChangesCheckInputpublic AutoCloseableChangesCheckInput()
 
-