Class 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:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.xwiki.job.Request

        PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
    • 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 Detail

      • HealthCheckJobRequest

        public HealthCheckJobRequest()
        Default constructor.
      • HealthCheckJobRequest

        public HealthCheckJobRequest​(List<String> requestId)
        Creates a request specific to the wiki from which the call was made.
        Parameters:
        requestId - the ID for the request.