Uses of Interface
org.craftercms.deployer.utils.beans.InitializableByConfigBean
Packages that use InitializableByConfigBean
Package
Description
- 
Uses of InitializableByConfigBean in org.craftercms.deployer.api
Subinterfaces of InitializableByConfigBean in org.craftercms.deployer.apiModifier and TypeInterfaceDescriptioninterfaceRepresents a single deployment processor. - 
Uses of InitializableByConfigBean in org.craftercms.deployer.api.lifecycle
Subinterfaces of InitializableByConfigBean in org.craftercms.deployer.api.lifecycleModifier and TypeInterfaceDescriptioninterfaceA hook executed during a lifecycle phase of a target. - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.lifecycle
Classes in org.craftercms.deployer.impl.lifecycle that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassBase abstractTargetLifecycleHookfor search index related hooks.classBase implementation ofTargetLifecycleHookclassImplementation ofTargetLifecycleHookthat creates an OpenSearch index.classImplementation ofTargetLifecycleHookthat deletes an OpenSearch index.classImplementation ofTargetLifecycleHookthat deletes the local Git clone of a remote repo.classImplementation ofTargetLifecycleHookthat duplicates an index from a source site to a target site.classImplementation ofTargetLifecycleHookthat duplicates the processed-commits file from a source site to a target site. - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.lifecycle.aws
Classes in org.craftercms.deployer.impl.lifecycle.aws that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassTargetLifecycleHookthat clears an S3 bucket.classImplementation ofTargetLifecycleHookthat creates a CloudFormation stack based on a provided CloudFormation template file.classImplementation ofTargetLifecycleHookthat deletes a CloudFormation stack.classLifecycle hook that duplicates content from source to new target S3 bucket.classTargetLifecycleHookthat waits until a CloudFormation stack is usable, and then maps the outputs of the stack to target configuration properties. - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.processors
Classes in org.craftercms.deployer.impl.processors that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassBase class forDeploymentProcessors.classBase class forDeploymentProcessors that are executed during the main deployment phase, which is the phase where the change set is retrieved and the files are processed.classBase class forDeploymentProcessors 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.classProcessor that indexes the files on the change set, using one or severalBatchIndexer.classProcessor that runs a command line process.classImplementation ofDeploymentProcessorthat stops the pipeline execution for a given number of seconds.classTriggers a deployment event that consumers of the repository (Crafter Engines) can subscribe to.classPost processor that writes the deployment result to an output file for later access, whenever a deployment fails or files where processed.classImplementation ofDeploymentProcessorto replace a pattern on the content of the created or updated files of aDeployment.classProcessor that does an HTTP method call.classPost processor that sends an email notification with the result of a deployment, whenever a deployment fails or files where processed.classImplementation ofDeploymentProcessorthat delegates execution to a Groovy script Can be configured with the following YAML properties: scriptPath: The relative path of the script to execute - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.processors.aws
Classes in org.craftercms.deployer.impl.processors.aws that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassBase implementation ofAbstractMainDeploymentProcessorfor processors that use AWS S3.classImplementation ofDeploymentProcessorthat invalidates the changed files in the given AWS Cloudfront distributions.classImplementation ofAbstractS3Processorthat uploads the deployment events to AWS S3.classImplementation ofDeploymentProcessorthat syncs files to an AWS S3 Bucket - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.processors.git
Classes in org.craftercms.deployer.impl.processors.git that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassBase class for processors that work against a remote repo.classProcessor that, based on a previous processed commit that's stored, does a diff with the current commit of the deployment, to find out the change set.classProcessor that clones/pulls a remote Git repository into a local path in the filesystem.classProcessor that pushes a localRepo to a remote Git repository.classImplementation ofAbstractMainDeploymentProcessorthat updates the processed commit id. - 
Uses of InitializableByConfigBean in org.craftercms.deployer.impl.processors.opensearch
Classes in org.craftercms.deployer.impl.processors.opensearch that implement InitializableByConfigBeanModifier and TypeClassDescriptionclassImplementation ofAbstractSearchIndexingProcessorfor OpenSearch