Uses of Class
org.craftercms.deployer.api.Deployment
Packages that use Deployment
Package
Description
-
Uses of Deployment in org.craftercms.deployer.api
Methods in org.craftercms.deployer.api that return DeploymentModifier and TypeMethodDescriptionStarts a new deployment for the target (asynchronous operation ifwaitTillDone
is false).DeploymentService.deployTarget
(String env, String siteName, boolean waitTillDone, Map<String, Object> params) Deploys a single targetTarget.getCurrentDeployment()
Returns the current deployment.Methods in org.craftercms.deployer.api that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentService.deployAllTargets
(boolean waitTillDone, Map<String, Object> params) Deploys all targetsTarget.getAllDeployments()
Returns all deployments (pending and current).Target.getPendingDeployments()
Returns the pending deployments.Methods in org.craftercms.deployer.api with parameters of type DeploymentModifier and TypeMethodDescriptionvoid
DeploymentPipeline.execute
(Deployment deployment) Does a deployment.void
DeploymentProcessor.execute
(Deployment deployment) Executes the processor -
Uses of Deployment in org.craftercms.deployer.impl
Fields in org.craftercms.deployer.impl declared as DeploymentFields in org.craftercms.deployer.impl with type parameters of type DeploymentMethods in org.craftercms.deployer.impl that return DeploymentModifier and TypeMethodDescriptionDeploymentServiceImpl.deployTarget
(String env, String siteName, boolean waitTillDone, Map<String, Object> params) TargetImpl.getCurrentDeployment()
Methods in org.craftercms.deployer.impl that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDeploymentServiceImpl.deployAllTargets
(boolean waitTillDone, Map<String, Object> params) TargetImpl.getAllDeployments()
TargetImpl.getPendingDeployments()
Methods in org.craftercms.deployer.impl with parameters of type DeploymentModifier and TypeMethodDescriptionvoid
DeploymentPipelineImpl.execute
(Deployment deployment) protected void
DeploymentPipelineImpl.executeProcessors
(Deployment deployment) -
Uses of Deployment in org.craftercms.deployer.impl.processors
Methods in org.craftercms.deployer.impl.processors with parameters of type DeploymentModifier and TypeMethodDescriptionprotected void
FileOutputProcessor.appendDeployment
(org.apache.commons.csv.CSVPrinter printer, Deployment deployment) protected abstract ChangeSet
AbstractDeploymentProcessor.doExecute
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) Triggers the execution of the processor for the givenDeployment
andChangeSet
protected ChangeSet
AbstractMainDeploymentProcessor.doExecute
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) Triggers the execution of the processor for the givenDeployment
andChangeSet
protected ChangeSet
AbstractPostDeploymentProcessor.doExecute
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected abstract ChangeSet
AbstractMainDeploymentProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
AbstractSearchIndexingProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
CommandLineProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
DelayProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
FileBasedDeploymentEventProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
FindAndReplaceProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
HttpMethodCallProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
ScriptProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected abstract ChangeSet
AbstractPostDeploymentProcessor.doPostProcess
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
FileOutputProcessor.doPostProcess
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) void
AbstractDeploymentProcessor.execute
(Deployment deployment) protected File
FileOutputProcessor.getOutputFile
(Deployment deployment) protected boolean
AbstractDeploymentProcessor.isJumpToActive
(Deployment deployment) protected abstract boolean
AbstractDeploymentProcessor.shouldExecute
(Deployment deployment, ChangeSet filteredChangeSet) Indicates if the processor should be executed for the givenDeployment
andChangeSet
protected boolean
AbstractMainDeploymentProcessor.shouldExecute
(Deployment deployment, ChangeSet filteredChangeSet) Indicates if the processor should be executed for the givenDeployment
andChangeSet
protected boolean
AbstractPostDeploymentProcessor.shouldExecute
(Deployment deployment, ChangeSet filteredChangeSet) protected void
AbstractDeploymentProcessor.startJumpTo
(Deployment deployment) -
Uses of Deployment in org.craftercms.deployer.impl.processors.aws
Methods in org.craftercms.deployer.impl.processors.aws with parameters of type DeploymentModifier and TypeMethodDescriptionprotected ChangeSet
CloudFrontInvalidationProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
S3DeploymentEventsProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
S3SyncProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) -
Uses of Deployment in org.craftercms.deployer.impl.processors.git
Methods in org.craftercms.deployer.impl.processors.git with parameters of type DeploymentModifier and TypeMethodDescriptionprotected ChangeSet
GitDiffProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
GitPullProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
GitPushProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSet
GitUpdateCommitIdProcessor.doMainProcess
(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected org.eclipse.jgit.lib.ObjectId
GitDiffProcessor.getFromCommitIdParam
(Deployment deployment) protected boolean
GitDiffProcessor.getReprocessAllFilesParam
(Deployment deployment) protected boolean
AbstractRemoteGitRepoAwareProcessor.shouldExecute
(Deployment deployment, ChangeSet filteredChangeSet) protected boolean
GitDiffProcessor.shouldExecute
(Deployment deployment, ChangeSet filteredChangeSet) -
Uses of Deployment in org.craftercms.deployer.impl.processors.notification
Methods in org.craftercms.deployer.impl.processors.notification with parameters of type DeploymentModifier and TypeMethodDescriptionprotected ChangeSet
NotificationProcessor.doPostProcess
(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) NotificationProcessor.getModel
(Deployment deployment) Get the model with the deployment information. -
Uses of Deployment in org.craftercms.deployer.impl.rest
Methods in org.craftercms.deployer.impl.rest that return types with arguments of type DeploymentModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<Collection<Deployment>> TargetController.getAllDeployments
(@NotBlank String env, @NotBlank String siteName) Gets all deployments for a target (pending and current).org.springframework.http.ResponseEntity
<Deployment> TargetController.getCurrentDeployment
(@NotBlank String env, @NotBlank String siteName) Gets the current deployment for a target.org.springframework.http.ResponseEntity
<Collection<Deployment>> TargetController.getPendingDeployments
(@NotBlank String env, @NotBlank String siteName) Gets the pending deployments for a target. -
Uses of Deployment in org.craftercms.deployer.impl.target.event
Constructors in org.craftercms.deployer.impl.target.event with parameters of type DeploymentModifierConstructorDescriptionDeploymentRuntimeWarningEvent
(Target target, Deployment payload, long runtime) Constructor for the event.