public static class CheckProjectInput.AutoCloseableChangesCheckInput
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
branch
Branch that should be checked for auto-closeable changes.
|
java.lang.Boolean |
fix
Whether auto-closeable changes should be fixed by setting their status to MERGED.
|
java.lang.Integer |
maxCommits
Maximum number of commits to walk.
|
java.lang.Integer |
skipCommits
Number of commits to skip.
|
Constructor and Description |
---|
AutoCloseableChangesCheckInput() |
public java.lang.Boolean fix
public java.lang.String branch
public java.lang.Integer skipCommits
public java.lang.Integer maxCommits