public class PowerShellInspectionStep
extends com.xebialabs.deployit.plugin.steps.CalculatedStep
| Modifier and Type | Field and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
inspectedItem |
| Constructor and Description |
|---|
PowerShellInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> deployed,
java.lang.String scriptPath,
java.util.Map<java.lang.String,java.lang.Object> powershellVars,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
protected com.xebialabs.deployit.plugin.api.flow.StepExitCode |
doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
void |
doPostConstruct(com.xebialabs.deployit.plugin.api.rules.StepPostConstructContext ctx) |
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
com.xebialabs.deployit.plugin.api.flow.Preview |
getPreview() |
com.xebialabs.xlplatform.satellite.Satellite |
getSatellite() |
void |
requestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext ctx) |
void |
setClasspathResources(java.util.List<java.lang.String> classpathResources) |
void |
setUploadArtifactData(boolean uploadArtifactData) |
calculateDescription, calculateOrder, description_$eq, description, getDescription, getOrder, order_$eq, order, setDescription, setOrderprotected com.xebialabs.deployit.plugin.api.udm.ConfigurationItem inspectedItem
public PowerShellInspectionStep(com.xebialabs.deployit.plugin.overthere.HostContainer container,
com.xebialabs.deployit.plugin.api.udm.Deployed<?,?> deployed,
java.lang.String scriptPath,
java.util.Map<java.lang.String,java.lang.Object> powershellVars,
java.lang.String description)
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
java.lang.Exception@RulePostConstruct public void doPostConstruct(com.xebialabs.deployit.plugin.api.rules.StepPostConstructContext ctx)
doPostConstruct in class com.xebialabs.deployit.plugin.steps.CalculatedSteppublic void requestStaging(com.xebialabs.deployit.plugin.api.flow.StagingContext ctx)
requestStaging in interface com.xebialabs.deployit.plugin.api.flow.StageableSteppublic com.xebialabs.deployit.plugin.api.flow.Preview getPreview()
getPreview in interface com.xebialabs.deployit.plugin.api.flow.PreviewStepprotected com.xebialabs.deployit.plugin.api.flow.StepExitCode doExecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
throws java.lang.Exception
java.lang.Exceptionpublic void setUploadArtifactData(boolean uploadArtifactData)
public void setClasspathResources(java.util.List<java.lang.String> classpathResources)
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
getSatellite in interface com.xebialabs.xlplatform.satellite.SatelliteAware