Class GetWasVersionStep

java.lang.Object
com.xebialabs.deployit.plugin.was.step.GetWasVersionStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware, Serializable

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

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.plugin.api.flow.StepExitCode
    execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
     
     
    int
     
    com.xebialabs.xlplatform.satellite.Satellite
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step

    skippable
  • Constructor Details

    • GetWasVersionStep

      public GetWasVersionStep(Cell cell)
  • Method Details

    • getOrder

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

      public String getDescription()
      Specified by:
      getDescription in interface com.xebialabs.deployit.plugin.api.flow.Step
    • getSatellite

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