Class DeployServicesHolder

java.lang.Object
com.xebialabs.deployit.service.DeployServicesHolder

public class DeployServicesHolder extends 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

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.service.deployment.DeployedProcessorsFactory
     
    com.xebialabs.deployit.service.deployment.DeployedService
     
    com.xebialabs.deployit.service.deployment.DeploymentService
     
     
    com.xebialabs.deployit.service.validation.Validator
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static DeployServicesHolder getGlobalInstance()