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 Details Link icon

    • fix Link icon

      public Boolean fix
      Whether auto-closeable changes should be fixed by setting their status to MERGED.
    • branch Link icon

      public String branch
      Branch that should be checked for auto-closeable changes.
    • skipCommits Link icon

      public Integer skipCommits
      Number of commits to skip.
    • maxCommits Link icon

      public Integer maxCommits
      Maximum number of commits to walk.
  • Constructor Details Link icon

    • AutoCloseableChangesCheckInput Link icon

      public AutoCloseableChangesCheckInput()