Class DeployServicesHolder


  • public class DeployServicesHolder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DeployServicesHolder​(com.xebialabs.deployit.service.deployment.DeployedService deployedService, com.xebialabs.deployit.service.deployment.DeploymentService deploymentService, com.xebialabs.deployit.service.validation.Validator validator, com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory deployedProcessorsFactory)  
    • Constructor Detail

      • DeployServicesHolder

        public DeployServicesHolder​(com.xebialabs.deployit.service.deployment.DeployedService deployedService,
                                    com.xebialabs.deployit.service.deployment.DeploymentService deploymentService,
                                    com.xebialabs.deployit.service.validation.Validator validator,
                                    com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory deployedProcessorsFactory)
    • Method Detail

      • getDeployedService

        public com.xebialabs.deployit.service.deployment.DeployedService getDeployedService()
      • getDeploymentService

        public com.xebialabs.deployit.service.deployment.DeploymentService getDeploymentService()
      • getValidator

        public com.xebialabs.deployit.service.validation.Validator getValidator()
      • getDeployedProcessorsFactory

        public com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory getDeployedProcessorsFactory()
      • initializeGlobalInstance

        public static DeployServicesHolder initializeGlobalInstance​(com.xebialabs.deployit.service.deployment.DeployedService deployedService,
                                                                    com.xebialabs.deployit.service.deployment.DeploymentService deploymentService,
                                                                    com.xebialabs.deployit.service.validation.Validator validator,
                                                                    com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory deployedProcessorsFactory)