| Class and Description |
|---|
| 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. |
| Enum and Description |
|---|
| com.xebialabs.deployit.test.support.DeployedItestChangeSet.DeployMode
Use
DeployedItestChangeSet.TestAction instead. |
| Method and Description |
|---|
| 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) |
| com.xebialabs.deployit.test.deployment.DeployitTester.inspect(ConfigurationItem, ExecutionContext) |
| com.xebialabs.deployit.test.deployment.DeployitTester.resolvePlanWithStaging(String, DeltaSpecification)
taskId parameter is no longer necessary.
|
| Constructor and Description |
|---|
| com.xebialabs.deployit.test.deployment.DeployitTester(DeploymentPlanner, Inspector, InMemoryRepository)
Use the
|