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. 
com.xebialabs.deployit.test.support.TestUtils
          Use TestUtils 
 

Deprecated Enums
com.xebialabs.deployit.test.support.DeployedItestChangeSet.DeployMode
          Use DeployedItestChangeSet.TestAction instead. 
 

Deprecated Methods
com.xebialabs.deployit.test.deployment.DeployitTester.build()
          Just use the default constructor. 
com.xebialabs.deployit.test.support.TestUtils.createArtifact(String, String, String, String, File)
          Use TestUtils.createArtifact(String, String, String, String, File) 
com.xebialabs.deployit.test.support.TestUtils.createArtifactWithoutCopy(String, String, String, String, File)
          Use TestUtils.createArtifactWithoutCopy(String, String, String, String, File) 
com.xebialabs.deployit.test.support.TestUtils.createDeploymentPackage(Deployable...)
          Use TestUtils.createDeploymentPackage(com.xebialabs.deployit.plugin.api.udm.Deployable...) 
com.xebialabs.deployit.test.support.TestUtils.createDeploymentPackage(String, Deployable...)
          Use TestUtils.createDeploymentPackage(String, com.xebialabs.deployit.plugin.api.udm.Deployable...) 
com.xebialabs.deployit.test.support.TestUtils.createEnvironment(Container...)
          Use TestUtils.createEnvironment(com.xebialabs.deployit.plugin.api.udm.Container...) 
com.xebialabs.deployit.test.deployment.DeployitTester.getRepository()
           
com.xebialabs.deployit.test.support.TestUtils.id(String...)
          Use TestUtils.id(String...) 
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). 
com.xebialabs.deployit.test.support.TestUtils.newInstance(Class)
          Use TestUtils.newInstance(Class) 
com.xebialabs.deployit.test.support.TestUtils.newInstance(Class, String)
          Use TestUtils.newInstance(Class, String) 
com.xebialabs.deployit.test.support.TestUtils.newInstance(String)
          Use TestUtils.newInstance(String) 
com.xebialabs.deployit.test.support.TestUtils.newInstance(String, String)
          Use TestUtils.newInstance(String, String) 
com.xebialabs.deployit.test.support.TestUtils.readResource(String)
          Use TestUtils.readResource(String) 
 

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