Uses of Class
io.jenkins.plugins.gerritchecksapi.rest.CheckResult
- 
Packages that use CheckResult Package Description io.jenkins.plugins.gerritchecksapi.rest  - 
- 
Uses of CheckResult in io.jenkins.plugins.gerritchecksapi.rest
Methods in io.jenkins.plugins.gerritchecksapi.rest that return types with arguments of type CheckResult Modifier and Type Method Description protected List<CheckResult>AbstractCheckRunFactory. computeCheckResults(Run<?,?> run)List<CheckResult>CheckRun. getResults()Method parameters in io.jenkins.plugins.gerritchecksapi.rest with type arguments of type CheckResult Modifier and Type Method Description voidCheckRun. setResults(List<CheckResult> results) 
 -