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