Package com.xebialabs.deployit.service
Class DeployServicesHolder
- java.lang.Object
-
- com.xebialabs.deployit.service.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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.deployit.service.deployment.DeployedProcessorsFactorygetDeployedProcessorsFactory()com.xebialabs.deployit.service.deployment.DeployedServicegetDeployedService()com.xebialabs.deployit.service.deployment.DeploymentServicegetDeploymentService()static DeployServicesHoldergetGlobalInstance()com.xebialabs.deployit.service.validation.ValidatorgetValidator()static DeployServicesHolderinitializeGlobalInstance(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)
-
getGlobalInstance
public static DeployServicesHolder getGlobalInstance()
-
-