Class WsadminStep
- java.lang.Object
-
- com.xebialabs.deployit.plugin.steps.CalculatedStep
-
- com.xebialabs.deployit.plugin.was.step.WsadminStep
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.PreviewStep,com.xebialabs.deployit.plugin.api.flow.Step,com.xebialabs.deployit.plugin.steps.BaseStep,com.xebialabs.xlplatform.satellite.SatelliteAware,java.io.Serializable
@StepMetadata(name="wsadmin") public class WsadminStep extends com.xebialabs.deployit.plugin.steps.CalculatedStep implements com.xebialabs.deployit.plugin.api.flow.PreviewStep, com.xebialabs.xlplatform.satellite.SatelliteAware- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WsadminStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPostConstruct(com.xebialabs.deployit.plugin.api.rules.StepPostConstructContext ctx)com.xebialabs.deployit.plugin.api.flow.StepExitCodeexecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)com.xebialabs.deployit.plugin.api.flow.PreviewgetPreview()com.xebialabs.xlplatform.satellite.SatellitegetSatellite()
-
-
-
Method Detail
-
doPostConstruct
@RulePostConstruct public void doPostConstruct(com.xebialabs.deployit.plugin.api.rules.StepPostConstructContext ctx)
- Overrides:
doPostConstructin classcom.xebialabs.deployit.plugin.steps.CalculatedStep
-
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
-
getPreview
public com.xebialabs.deployit.plugin.api.flow.Preview getPreview()
- Specified by:
getPreviewin interfacecom.xebialabs.deployit.plugin.api.flow.PreviewStep
-
getSatellite
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
- Specified by:
getSatellitein interfacecom.xebialabs.xlplatform.satellite.SatelliteAware
-
-