public static class CheckProjectInput.AutoCloseableChangesCheckInput extends Object
Modifier and Type | Field and 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 and Description |
---|
AutoCloseableChangesCheckInput() |
public Boolean fix
public String branch
public Integer skipCommits
public Integer maxCommits