Class CompositeDeployer

    • Constructor Detail

      • CompositeDeployer

        public CompositeDeployer()
    • Method Detail

      • setDeployers

        public void setDeployers​(List<Deployer> deployers)
      • createTargets

        public void createTargets​(String site)
                           throws org.springframework.web.client.RestClientException
        Description copied from interface: Deployer
        Calls a Crafter Deployer to create any necessary targets for the site.
        Specified by:
        createTargets in interface Deployer
        Parameters:
        site - the site
        Throws:
        org.springframework.web.client.RestClientException - if an error occurs
      • deleteTargets

        public void deleteTargets​(String site)
                           throws org.springframework.web.client.RestClientException
        Description copied from interface: Deployer
        Deletes the targets associated with the site.
        Specified by:
        deleteTargets in interface Deployer
        Parameters:
        site - the site
        Throws:
        org.springframework.web.client.RestClientException - if an error occurs