Package com.google.gerrit.server.project
Class ProjectsConsistencyChecker
- java.lang.Object
-
- com.google.gerrit.server.project.ProjectsConsistencyChecker
-
public class ProjectsConsistencyChecker extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO_CLOSE_MAX_COMMITS_LIMIT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckProjectResultInfo
check(Project.NameKey projectName, CheckProjectInput input)
-
-
-
Field Detail
-
AUTO_CLOSE_MAX_COMMITS_LIMIT
public static final int AUTO_CLOSE_MAX_COMMITS_LIMIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
check
public CheckProjectResultInfo check(Project.NameKey projectName, CheckProjectInput input) throws IOException, RestApiException
- Throws:
IOException
RestApiException
-
-