Package com.xebialabs.deployit.service
Class DeployServicesHolder
java.lang.Object
com.xebialabs.deployit.service.DeployServicesHolder
-
Constructor Summary
ConstructorsConstructorDescriptionDeployServicesHolder(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
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.service.deployment.DeployedProcessorsFactorycom.xebialabs.deployit.service.deployment.DeployedServicecom.xebialabs.deployit.service.deployment.DeploymentServicestatic DeployServicesHoldercom.xebialabs.deployit.service.validation.Validatorstatic 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 Details
-
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 Details
-
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
-