com.xebialabs.deployit.plugin.powershell
Class PowerShellDeployedInspectionHelper

java.lang.Object
  extended by com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<BasePowerShellContainer,BaseExtensiblePowerShellDeployed>
      extended by com.xebialabs.deployit.plugin.powershell.PowerShellDeployedInspectionHelper

public class PowerShellDeployedInspectionHelper
extends com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper<BasePowerShellContainer,BaseExtensiblePowerShellDeployed>


Field Summary
 
Fields inherited from class com.xebialabs.deployit.plugin.remoting.inspection.DeployedInspectionHelper
DISCOVER_SCRIPT_PROPERTY_NAME
 
Constructor Summary
PowerShellDeployedInspectionHelper()
           
 
Method Summary
protected  com.xebialabs.deployit.plugin.api.flow.Step createInspectionStep(BasePowerShellContainer container, BaseExtensiblePowerShellDeployed prototype, 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

PowerShellDeployedInspectionHelper

public PowerShellDeployedInspectionHelper()
Method Detail

createInspectionStep

protected com.xebialabs.deployit.plugin.api.flow.Step createInspectionStep(BasePowerShellContainer container,
                                                                           BaseExtensiblePowerShellDeployed prototype,
                                                                           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<BasePowerShellContainer,BaseExtensiblePowerShellDeployed>