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 String
branch
Branch that should be checked for auto-closeable changes.Boolean
fix
Whether auto-closeable changes should be fixed by setting their status to MERGED.Integer
maxCommits
Maximum number of commits to walk.Integer
skipCommits
Number 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.
-
-