Class CheckProjectInput.AutoCloseableChangesCheckInput
- java.lang.Object
 - 
- com.google.gerrit.extensions.api.projects.CheckProjectInput.AutoCloseableChangesCheckInput
 
 
- 
- Enclosing class:
 - CheckProjectInput
 
public static class CheckProjectInput.AutoCloseableChangesCheckInput extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description StringbranchBranch that should be checked for auto-closeable changes.BooleanfixWhether auto-closeable changes should be fixed by setting their status to MERGED.IntegermaxCommitsMaximum number of commits to walk.IntegerskipCommitsNumber of commits to skip. 
- 
Constructor Summary
Constructors Constructor Description AutoCloseableChangesCheckInput() 
 - 
 
- 
- 
Field Detail
- 
fix
public Boolean fix
Whether auto-closeable changes should be fixed by setting their status to MERGED. 
- 
branch
public String branch
Branch that should be checked for auto-closeable changes. 
- 
skipCommits
public Integer skipCommits
Number of commits to skip. 
- 
maxCommits
public Integer maxCommits
Maximum number of commits to walk. 
 - 
 
 -