Interface Deployer

    • Method Detail

      • createTargets

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

        void deleteTargets​(String site)
                    throws org.springframework.web.client.RestClientException
        Deletes the targets associated with the site.
        Parameters:
        site - the site
        Throws:
        org.springframework.web.client.RestClientException - if an error occurs