Class ExternalIdsConsistencyChecker
- java.lang.Object
-
- com.google.gerrit.server.account.externalids.ExternalIdsConsistencyChecker
-
public class ExternalIdsConsistencyChecker extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConsistencyCheckInfo.ConsistencyProblemInfo>
check()
List<ConsistencyCheckInfo.ConsistencyProblemInfo>
check(org.eclipse.jgit.lib.ObjectId rev)
-
-
-
Method Detail
-
check
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> check() throws IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
check
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> check(org.eclipse.jgit.lib.ObjectId rev) throws IOException, org.eclipse.jgit.errors.ConfigInvalidException
- Throws:
IOException
org.eclipse.jgit.errors.ConfigInvalidException
-
-