public class DeployServicesHolder
extends java.lang.Object
| Constructor and Description |
|---|
DeployServicesHolder(DeployedService deployedService,
DeploymentService deploymentService,
com.xebialabs.deployit.service.validation.Validator validator,
DeployedProcessorsFactory deployedProcessorsFactory) |
| Modifier and Type | Method and Description |
|---|---|
DeployedProcessorsFactory |
getDeployedProcessorsFactory() |
DeployedService |
getDeployedService() |
DeploymentService |
getDeploymentService() |
static DeployServicesHolder |
getGlobalInstance() |
com.xebialabs.deployit.service.validation.Validator |
getValidator() |
static DeployServicesHolder |
initializeGlobalInstance(DeployedService deployedService,
DeploymentService deploymentService,
com.xebialabs.deployit.service.validation.Validator validator,
DeployedProcessorsFactory deployedProcessorsFactory) |
public DeployServicesHolder(DeployedService deployedService, DeploymentService deploymentService, com.xebialabs.deployit.service.validation.Validator validator, DeployedProcessorsFactory deployedProcessorsFactory)
public DeployedService getDeployedService()
public DeploymentService getDeploymentService()
public com.xebialabs.deployit.service.validation.Validator getValidator()
public DeployedProcessorsFactory getDeployedProcessorsFactory()
public static DeployServicesHolder initializeGlobalInstance(DeployedService deployedService, DeploymentService deploymentService, com.xebialabs.deployit.service.validation.Validator validator, DeployedProcessorsFactory deployedProcessorsFactory)
public static DeployServicesHolder getGlobalInstance()