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,Serializable
public class CheckWasInstallationStep
extends Object
implements com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware
- See Also:
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckDirectoryExistence(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx, com.xebialabs.overthere.OverthereConnection c, String dirPath) com.xebialabs.deployit.plugin.api.flow.StepExitCodeexecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) intgetOrder()com.xebialabs.xlplatform.satellite.SatelliteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
skippable
-
Constructor Details
-
CheckWasInstallationStep
-
-
Method Details
-
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 Exception - Specified by:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Throws:
Exception
-
checkDirectoryExistence
protected void checkDirectoryExistence(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx, com.xebialabs.overthere.OverthereConnection c, String dirPath) -
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
-