Package org.craftercms.deployer.impl.processors
package org.craftercms.deployer.impl.processors
-
ClassesClassDescriptionBase class for
DeploymentProcessor
s.Base class forDeploymentProcessor
s that are executed during the main deployment phase, which is the phase where the change set is retrieved and the files are processed.Base class forDeploymentProcessor
s that are executed during the post deployment phase, which is the phase that happens after all the files from the change set have been processed.Processor that indexes the files on the change set, using one or severalBatchIndexer
.Processor that runs a command line process.Implementation ofDeploymentProcessor
that stops the pipeline execution for a given number of seconds.Triggers a deployment event that consumers of the repository (Crafter Engines) can subscribe to.Post processor that writes the deployment result to an output file for later access, whenever a deployment fails or files where processed.Implementation ofDeploymentProcessor
to replace a pattern on the content of the created or updated files of aDeployment
.Processor that does an HTTP method call.Implementation ofDeploymentProcessor
that delegates execution to a Groovy script Can be configured with the following YAML properties: scriptPath: The relative path of the script to execute