Class ManagedWebServerPluginConfigurationCopyStep

  • All Implemented Interfaces:
    com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware, java.io.Serializable

    public class ManagedWebServerPluginConfigurationCopyStep
    extends java.lang.Object
    implements com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware
    See Also:
    Serialized Form
    • Field Summary

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

        DEFAULT_ORDER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.flow.StepExitCode execute​(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)  
      java.lang.String getDescription()  
      int getOrder()  
      com.xebialabs.xlplatform.satellite.Satellite getSatellite()  
      • 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 Detail

      • ManagedWebServerPluginConfigurationCopyStep

        public ManagedWebServerPluginConfigurationCopyStep​(int order,
                                                           ManagedWebServer webserver)
    • Method Detail

      • getDescription

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

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