Package com.xwiki.admintools.jobs
Class HealthCheckJobRequest
java.lang.Object
org.xwiki.job.AbstractRequest
com.xwiki.admintools.jobs.HealthCheckJobRequest
- All Implemented Interfaces:
Serializable,org.xwiki.job.Request
@Unstable
public class HealthCheckJobRequest
extends org.xwiki.job.AbstractRequest
Represents a request to start a health check on current wiki.
- Since:
- 1.0
- Version:
- $Id$
- See Also:
-
Field Summary
Fields inherited from interface org.xwiki.job.Request
PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.HealthCheckJobRequest(List<String> requestId) Creates a request specific to the wiki from which the call was made. -
Method Summary
Methods inherited from class org.xwiki.job.AbstractRequest
containsProperty, equals, getContext, getId, getProperties, getProperty, getProperty, getPropertyNames, hashCode, isInteractive, isRemote, isStatusLogIsolated, isStatusSerialized, isVerbose, removeProperty, setContext, setId, setId, setId, setInteractive, setProperty, setRemote, setStatusLogIsolated, setStatusSerialized, setVerbose
-
Constructor Details
-
HealthCheckJobRequest
public HealthCheckJobRequest()Default constructor. -
HealthCheckJobRequest
Creates a request specific to the wiki from which the call was made.- Parameters:
requestId- the ID for the request.
-