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 ifwaitTillDoneis 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 TypeMethodDescriptionvoidDeploymentPipeline.execute(Deployment deployment) Does a deployment.voidDeploymentProcessor.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 TypeMethodDescriptionvoidDeploymentPipelineImpl.execute(Deployment deployment) protected voidDeploymentPipelineImpl.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 voidFileOutputProcessor.appendDeployment(org.apache.commons.csv.CSVPrinter printer, Deployment deployment) protected abstract ChangeSetAbstractDeploymentProcessor.doExecute(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) Triggers the execution of the processor for the givenDeploymentandChangeSetprotected ChangeSetAbstractMainDeploymentProcessor.doExecute(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) Triggers the execution of the processor for the givenDeploymentandChangeSetprotected ChangeSetAbstractPostDeploymentProcessor.doExecute(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected abstract ChangeSetAbstractMainDeploymentProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetAbstractSearchIndexingProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetCommandLineProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetDelayProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetFileBasedDeploymentEventProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetFindAndReplaceProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetHttpMethodCallProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetScriptProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected abstract ChangeSetAbstractPostDeploymentProcessor.doPostProcess(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetFileOutputProcessor.doPostProcess(Deployment deployment, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) voidAbstractDeploymentProcessor.execute(Deployment deployment) protected FileFileOutputProcessor.getOutputFile(Deployment deployment) protected booleanAbstractDeploymentProcessor.isJumpToActive(Deployment deployment) protected abstract booleanAbstractDeploymentProcessor.shouldExecute(Deployment deployment, ChangeSet filteredChangeSet) Indicates if the processor should be executed for the givenDeploymentandChangeSetprotected booleanAbstractMainDeploymentProcessor.shouldExecute(Deployment deployment, ChangeSet filteredChangeSet) Indicates if the processor should be executed for the givenDeploymentandChangeSetprotected booleanAbstractPostDeploymentProcessor.shouldExecute(Deployment deployment, ChangeSet filteredChangeSet) protected voidAbstractDeploymentProcessor.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 ChangeSetCloudFrontInvalidationProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetS3DeploymentEventsProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetS3SyncProcessor.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 ChangeSetGitDiffProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetGitPullProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetGitPushProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected ChangeSetGitUpdateCommitIdProcessor.doMainProcess(Deployment deployment, ProcessorExecution execution, ChangeSet filteredChangeSet, ChangeSet originalChangeSet) protected org.eclipse.jgit.lib.ObjectIdGitDiffProcessor.getFromCommitIdParam(Deployment deployment) protected booleanGitDiffProcessor.getReprocessAllFilesParam(Deployment deployment) protected booleanAbstractRemoteGitRepoAwareProcessor.shouldExecute(Deployment deployment, ChangeSet filteredChangeSet) protected booleanGitDiffProcessor.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 ChangeSetNotificationProcessor.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.