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

    • 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.
  • Constructor Details

    • AutoCloseableChangesCheckInput

      public AutoCloseableChangesCheckInput()