Class ConsistencyCheckInfo.CheckGroupsResultInfo
- java.lang.Object
-
- com.google.gerrit.extensions.api.config.ConsistencyCheckInfo.CheckGroupsResultInfo
-
- Enclosing class:
- ConsistencyCheckInfo
public static class ConsistencyCheckInfo.CheckGroupsResultInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description List<ConsistencyCheckInfo.ConsistencyProblemInfo>
problems
-
Constructor Summary
Constructors Constructor Description CheckGroupsResultInfo(List<ConsistencyCheckInfo.ConsistencyProblemInfo> problems)
-
-
-
Field Detail
-
problems
public List<ConsistencyCheckInfo.ConsistencyProblemInfo> problems
-
-
Constructor Detail
-
CheckGroupsResultInfo
public CheckGroupsResultInfo(List<ConsistencyCheckInfo.ConsistencyProblemInfo> problems)
-
-