Class CheckWasInstallationStep
- java.lang.Object
-
- com.xebialabs.deployit.plugin.was.step.CheckWasInstallationStep
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step,com.xebialabs.xlplatform.satellite.SatelliteAware,java.io.Serializable
public class CheckWasInstallationStep extends java.lang.Object implements com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckWasInstallationStep(Cell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckDirectoryExistence(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx, com.xebialabs.overthere.OverthereConnection c, java.lang.String dirPath)com.xebialabs.deployit.plugin.api.flow.StepExitCodeexecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)java.lang.StringgetDescription()intgetOrder()com.xebialabs.xlplatform.satellite.SatellitegetSatellite()
-
-
-
Constructor Detail
-
CheckWasInstallationStep
public CheckWasInstallationStep(Cell cell)
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfacecom.xebialabs.deployit.plugin.api.flow.Step
-
execute
public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) throws java.lang.Exception- Specified by:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Throws:
java.lang.Exception
-
checkDirectoryExistence
protected void checkDirectoryExistence(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx, com.xebialabs.overthere.OverthereConnection c, java.lang.String dirPath)
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfacecom.xebialabs.deployit.plugin.api.flow.Step
-
getSatellite
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
- Specified by:
getSatellitein interfacecom.xebialabs.xlplatform.satellite.SatelliteAware
-
-