Deprecated API


Contents
Deprecated Classes
com.xebialabs.deployit.test.deployment.InMemoryRepository
          Use InMemoryRepository instead. 
com.xebialabs.deployit.test.support.LoggingDeploymentExecutionContext
          Use TestExecutionContext. 
com.xebialabs.deployit.test.support.LoggingExecutionContext
          This class uses the old-style API. Switch to the new ExecutionContext and use TestExecutionContext. 
com.xebialabs.deployit.test.support.LoggingInspectionExecutionContext
          This class uses the old-style API. Switch to the new ExecutionContext and use TestExecutionContext. 
 

Deprecated Methods
com.xebialabs.deployit.test.deployment.DeployitTester.build()
          Just use the default constructor. 
com.xebialabs.deployit.test.deployment.DeployitTester.getRepository()
           
com.xebialabs.deployit.test.deployment.DeployitTester.inspect(ConfigurationItem)
          Use DeployitTester.runInspectionTask(ConfigurationItem). 
com.xebialabs.deployit.test.deployment.DeployitTester.inspect(ConfigurationItem, ExecutionContext)
          Use DeployitTester.runInspectionTask(ConfigurationItem, TestExecutionContext). 
 

Deprecated Constructors
com.xebialabs.deployit.test.deployment.DeployitTester(DeploymentPlanner, Inspector, InMemoryRepository)
          Use the