JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.xwiki.admintools.health
Interface HealthCheck
@Role @Unstable
public interface
HealthCheck
Check for issues in the current wiki.
Since:
1.0
Version:
$Id$
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
JobResult
check
()
Execute the health check on the wiki instance.
Method Details
check
JobResult
check
()
Execute the health check on the wiki instance.
Returns:
a
JobResult
with the relevant info regarding the checked issue.