MediaWiki master
GenericParameterJob Interface Reference

Interface for generic jobs only uses the parameters field and are JSON serializable. More...

Inherits IJobSpecification.

Inherited by AssembleUploadChunksJob, CdnPurgeJob, ClearUserWatchlistJob, ClearWatchlistNotificationsJob, DeletePageJob, DuplicateJob, NullJob, PublishStashedFileJob, RevertedTagUpdateJob, UploadFromUrlJob, UserEditCountInitJob, UserGroupExpiryJob, and UserOptionsUpdateJob.

Collaboration diagram for GenericParameterJob:

Public Member Functions

 __construct (array $params)
 
- Public Member Functions inherited from IJobSpecification
 getDeduplicationInfo ()
 Subclasses may need to override this to make duplication detection work.
 
 getParams ()
 
 getReleaseTimestamp ()
 
 getRootJobParams ()
 
 getType ()
 
 hasRootJobParams ()
 
 ignoreDuplicates ()
 
 isRootJob ()
 

Detailed Description

Interface for generic jobs only uses the parameters field and are JSON serializable.

Stability: stable
to implement
Since
1.33

Definition at line 28 of file GenericParameterJob.php.

Constructor & Destructor Documentation

◆ __construct()

GenericParameterJob::__construct ( array $params)

The documentation for this interface was generated from the following file: