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 SummaryFields 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 SummaryConstructors Constructor Description AutoCloseableChangesCheckInput()
 
- 
- 
- 
Field Detail- 
fixpublic Boolean fix Whether auto-closeable changes should be fixed by setting their status to MERGED.
 - 
branchpublic String branch Branch that should be checked for auto-closeable changes.
 - 
skipCommitspublic Integer skipCommits Number of commits to skip.
 - 
maxCommitspublic Integer maxCommits Maximum number of commits to walk.
 
- 
 
-