Class ReplayRequest

  • All Implemented Interfaces:
    Serializable, org.xwiki.job.Request

    public class ReplayRequest
    extends org.xwiki.job.AbstractRequest
    The request used for replaying records from the extension job history.
    Since:
    7.1RC1
    Version:
    $Id: c67e5c47c54c264157b224b3bcb26d77e40a5bcf $
    See Also:
    Serialized Form
    • Field Summary

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

        PROPERTY_CONTEXT, PROPERTY_INTERACTIVE, PROPERTY_REMOTE
    • Constructor Summary

      Constructors 
      Constructor Description
      ReplayRequest()
      Default constructor.
      ReplayRequest​(org.xwiki.job.Request request)  
    • Constructor Detail

      • ReplayRequest

        public ReplayRequest()
        Default constructor.
      • ReplayRequest

        public ReplayRequest​(org.xwiki.job.Request request)
        Parameters:
        request - the request to copy
        Since:
        14.7RC1, 14.4.4, 13.10.9
    • Method Detail

      • setRecords

        public void setRecords​(List<ExtensionJobHistoryRecord> records)
        Sets the list of history records to replay.
        Parameters:
        records - the history records to replay