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
    Constructor
    Description
     
  • Method Summary

    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
     
    com.xebialabs.xlplatform.satellite.Satellite
     

    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 Details

    • WsadminStep

      public WsadminStep()
  • Method Details

    • 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 Exception
      Specified by:
      execute in interface com.xebialabs.deployit.plugin.api.flow.Step
      Throws:
      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