Uses of Interface
org.craftercms.studio.api.v2.deployment.Deployer
Packages that use Deployer
Package
Description
-
Uses of Deployer in org.craftercms.studio.impl.v1.service.site
Fields in org.craftercms.studio.impl.v1.service.site declared as DeployerMethods in org.craftercms.studio.impl.v1.service.site with parameters of type Deployer -
Uses of Deployer in org.craftercms.studio.impl.v2.deployment
Classes in org.craftercms.studio.impl.v2.deployment that implement DeployerModifier and TypeClassDescriptionclassBase abstract class forDeployers.classCompositeDeployerthat callsCompositeDeployer.createTargets(String)andCompositeDeployer.deleteTargets(String)in multipleDeployers.classImplementation ofDeployerthat interacts with the Preview Deployer in Authoring.classConstructor parameters in org.craftercms.studio.impl.v2.deployment with type arguments of type Deployer -
Uses of Deployer in org.craftercms.studio.impl.v2.service.site.internal
Constructors in org.craftercms.studio.impl.v2.service.site.internal with parameters of type DeployerModifierConstructorDescriptionSitesServiceInternalImpl(org.craftercms.commons.plugin.PluginDescriptorReader descriptorReader, ContentRepository contentRepository, StudioBlobAwareContentRepository blobAwareRepository, StudioConfiguration studioConfiguration, SiteFeedMapper siteFeedMapper, SiteDAO siteDao, RetryingDatabaseOperationFacade retryingDatabaseOperationFacade, SiteService siteServiceV1, Deployer deployer, ConfigurationService configurationService, SecurityService securityService, AuditServiceInternal auditServiceInternal)