Class CheckProjectInput.AutoCloseableChangesCheckInput
java.lang.Object
com.google.gerrit.extensions.api.projects.CheckProjectInput.AutoCloseableChangesCheckInput
- Enclosing class:
 - CheckProjectInput
 
- 
Field Summary
FieldsModifier 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 Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
fix
Whether auto-closeable changes should be fixed by setting their status to MERGED. - 
branch
Branch that should be checked for auto-closeable changes. - 
skipCommits
Number of commits to skip. - 
maxCommits
Maximum number of commits to walk. 
 - 
 - 
Constructor Details
- 
AutoCloseableChangesCheckInput
public AutoCloseableChangesCheckInput() 
 -