com.xebialabs.deployit.plugin.python
Class PythonDeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>
java.lang.Object
com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C,D>
com.xebialabs.deployit.plugin.python.PythonDeployedInspectionHelper<C,D>
public class PythonDeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>
- extends com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C,D>
| Fields inherited from class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper |
DISCOVER_SCRIPT_PROPERTY_NAME |
|
Method Summary |
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)
|
| Methods inherited from class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper |
discoverDeployeds, discoverDeployeds |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PythonDeployedInspectionHelper
public PythonDeployedInspectionHelper(java.lang.Class<C> containerSuperClass,
java.lang.Class<D> deployedSuperClass)
createInspectionStep
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)
- Specified by:
createInspectionStep in class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>