Uses of Class
org.craftercms.studio.api.v1.dal.PublishRequest
Packages that use PublishRequest
Package
Description
-
Uses of PublishRequest in org.craftercms.studio.api.v1.dal
Methods in org.craftercms.studio.api.v1.dal that return PublishRequestMethods in org.craftercms.studio.api.v1.dal that return types with arguments of type PublishRequestMethods in org.craftercms.studio.api.v1.dal with parameters of type PublishRequestModifier and TypeMethodDescriptionvoid
PublishRequestMapper.insertItemForDeployment
(PublishRequest copyToEnvironment) void
PublishRequestMapper.markItemCompleted
(PublishRequest item) void
PublishRequestMapper.updateItemDeploymentState
(PublishRequest item) -
Uses of PublishRequest in org.craftercms.studio.api.v1.service.deployment
Methods in org.craftercms.studio.api.v1.service.deployment that return types with arguments of type PublishRequestModifier and TypeMethodDescriptionPublishingManager.getItemsReadyForDeployment
(String site, String environment) Methods in org.craftercms.studio.api.v1.service.deployment with parameters of type PublishRequestMethod parameters in org.craftercms.studio.api.v1.service.deployment with type arguments of type PublishRequestModifier and TypeMethodDescriptionvoid
PublishingManager.markItemsCompleted
(String site, String environment, List<PublishRequest> processedItems) void
PublishingManager.markItemsProcessing
(String site, String environment, List<PublishRequest> itemsToDeploy) void
PublishingManager.markItemsReady
(String site, String liveEnvironment, List<PublishRequest> copyToEnvironmentItems) void
PublishingManager.setPublishedState
(String siteId, String environment, List<PublishRequest> items) Updates item states to publish state according to the publishing environment (stage vs live) -
Uses of PublishRequest in org.craftercms.studio.api.v2.service.notification
Method parameters in org.craftercms.studio.api.v2.service.notification with type arguments of type PublishRequestModifier and TypeMethodDescriptionvoid
NotificationService.notifyDeploymentError
(String site, Throwable throwable, List<PublishRequest> filesUnableToPublish) Sends a email to configure emails when a deployment had fail -
Uses of PublishRequest in org.craftercms.studio.impl.v1.service.deployment
Methods in org.craftercms.studio.impl.v1.service.deployment that return types with arguments of type PublishRequestModifier and TypeMethodDescription@Valid List
<PublishRequest> PublishingManagerImpl.getItemsReadyForDeployment
(String site, String environment) Methods in org.craftercms.studio.impl.v1.service.deployment with parameters of type PublishRequestMethod parameters in org.craftercms.studio.impl.v1.service.deployment with type arguments of type PublishRequestModifier and TypeMethodDescriptionvoid
PublishingManagerImpl.markItemsCompleted
(String site, String environment, List<PublishRequest> processedItems) void
PublishingManagerImpl.markItemsProcessing
(String site, String environment, List<PublishRequest> itemsToDeploy) void
PublishingManagerImpl.markItemsReady
(String site, String environment, List<PublishRequest> copyToEnvironmentItems) protected void
DeploymentServiceImpl.sendContentApprovalEmail
(List<PublishRequest> itemList, boolean scheduleDateNow) void
PublishingManagerImpl.setPublishedState
(String site, String environment, List<PublishRequest> items) -
Uses of PublishRequest in org.craftercms.studio.impl.v2.service.notification
Method parameters in org.craftercms.studio.impl.v2.service.notification with type arguments of type PublishRequestModifier and TypeMethodDescriptionvoid
NotificationServiceImpl.notifyDeploymentError
(String site, Throwable throwable, List<PublishRequest> filesUnableToPublish)