Class 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
    • Field Summary

      • Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step

        DEFAULT_ORDER
    • Constructor Summary

      Constructors 
      Constructor Description
      WsadminStep()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()  
      • Methods 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WsadminStep

        public WsadminStep()
    • Method Detail

      • doPostConstruct

        @RulePostConstruct
        public void doPostConstruct​(com.xebialabs.deployit.plugin.api.rules.StepPostConstructContext ctx)
        Overrides:
        doPostConstruct in class com.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:
        execute in interface com.xebialabs.deployit.plugin.api.flow.Step
        Throws:
        java.lang.Exception
      • getPreview

        public com.xebialabs.deployit.plugin.api.flow.Preview getPreview()
        Specified by:
        getPreview in interface com.xebialabs.deployit.plugin.api.flow.PreviewStep
      • getSatellite

        public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
        Specified by:
        getSatellite in interface com.xebialabs.xlplatform.satellite.SatelliteAware