| Interface and Description |
|---|
| com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext |
| com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep
Implement
Step instead, to be removed in 3.9 |
| com.xebialabs.deployit.plugin.api.execution.ExecutionContext |
| com.xebialabs.deployit.plugin.api.execution.ExecutionContextListener
Please use the ExecutionStateListener in order to get more advanced signals.
|
| com.xebialabs.deployit.plugin.api.inspection.InspectionExecutionContext |
| com.xebialabs.deployit.plugin.api.inspection.InspectionStep
Implement
Step instead, to be removed in 3.9 |
| com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepository
Replaced by
Repository |
| com.xebialabs.deployit.plugin.api.execution.Step
Use
Step |
| Class and Description |
|---|
| com.xebialabs.deployit.plugin.api.udm.EncryptedDictionary
Please use the
Dictionary with encrypted values. |
| Enum and Description |
|---|
| com.xebialabs.deployit.plugin.api.execution.Step.Result |
| Method and Description |
|---|
| com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext.addStep(DeploymentStep)
Use Step instead of DeploymentStep
|
| com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext.addSteps(Collection Use Step instead of DeploymentStep
|
| com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext.addSteps(DeploymentStep...)
Use Step instead of DeploymentStep
|