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,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:
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoPostConstruct(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.Previewcom.xebialabs.xlplatform.satellite.SatelliteMethods inherited from class com.xebialabs.deployit.plugin.steps.CalculatedStep
calculateDescription, calculateOrder, description, description_$eq, getDescription, getOrder, order, order_$eq, setDescription, setOrder, skip, skip_$eq, skippable
-
Constructor Details
-
WsadminStep
public WsadminStep()
-
-
Method Details
-
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 Exception - Specified by:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Throws:
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
-