Interface DeploymentService

  • All Known Implementing Classes:
    DeploymentServiceImpl

    public interface DeploymentService
    Service for doing deployments.
    Author:
    avasquez
    • Method Detail

      • deployAllTargets

        List<Deployment> deployAllTargets​(boolean waitTillDone,
                                          Map<String,​Object> params)
                                   throws DeploymentServiceException
        Deploys all targets
        Parameters:
        waitTillDone - if the method should wait till all deployments are done or return immediately
        params - additional parameters that can be used by the deployment processors
        Returns:
        the list of deployment info for each target
        Throws:
        DeploymentServiceException - if there was an error while executing the deployments