com.xebialabs.deployit.plugin.python
Class PythonDeployedInspectionHelper<C extends PythonManagedContainer,D extends PythonManagedDeployed>

java.lang.Object
  extended by com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<C,D>
      extended by 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>


Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper
DISCOVER_SCRIPT_PROPERTY_NAME
 
Constructor Summary
PythonDeployedInspectionHelper(java.lang.Class<C> containerSuperClass, java.lang.Class<D> deployedSuperClass)
           
 
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
 

Constructor Detail

PythonDeployedInspectionHelper

public PythonDeployedInspectionHelper(java.lang.Class<C> containerSuperClass,
                                      java.lang.Class<D> deployedSuperClass)
Method Detail

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>