Uses of Class
com.xwiki.admintools.jobs.JobResult
-
Packages that use JobResult Package Description com.xwiki.admintools.health com.xwiki.admintools.jobs -
-
Uses of JobResult in com.xwiki.admintools.health
Methods in com.xwiki.admintools.health that return JobResult Modifier and Type Method Description JobResultHealthCheck. check()Execute the health check on the wiki instance. -
Uses of JobResult in com.xwiki.admintools.jobs
Methods in com.xwiki.admintools.jobs that return types with arguments of type JobResult Modifier and Type Method Description List<JobResult>HealthCheckJobStatus. getJobResults()Get the list issues list from the job.List<JobResult>PackageUploadJobStatus. getJobResults()Get the list result list from the job.Methods in com.xwiki.admintools.jobs with parameters of type JobResult Modifier and Type Method Description voidPackageUploadJobStatus. addLog(JobResult statusLog)Add a new log to the job results.
-