public class PythonDeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>
extends com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C,D>
| Constructor and Description |
|---|
PythonDeployedInspectionHelper(java.lang.Class<C> containerSuperClass,
java.lang.Class<D> deployedSuperClass) |
| Modifier and Type | Method and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.flow.Step |
createInspectionStep(C container,
D deployed,
java.lang.String scriptName,
java.util.Map<java.lang.String,java.lang.Object> varsCtx,
java.lang.String description) |
protected com.xebialabs.deployit.plugin.api.flow.Step createInspectionStep(C container, D deployed, java.lang.String scriptName, java.util.Map<java.lang.String,java.lang.Object> varsCtx, java.lang.String description)
createInspectionStep in class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>