Class ManagedWebServerPluginConfigurationCopyStep
java.lang.Object
com.xebialabs.deployit.plugin.was.step.ManagedWebServerPluginConfigurationCopyStep
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step,com.xebialabs.xlplatform.satellite.SatelliteAware,Serializable
public class ManagedWebServerPluginConfigurationCopyStep
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
ConstructorsConstructorDescriptionManagedWebServerPluginConfigurationCopyStep(int order, ManagedWebServer webserver) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
skippable
-
Constructor Details
-
ManagedWebServerPluginConfigurationCopyStep
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfacecom.xebialabs.deployit.plugin.api.flow.Step
-
getOrder
public int getOrder()- Specified by:
getOrderin interfacecom.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:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Throws:
Exception
-
getSatellite
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()- Specified by:
getSatellitein interfacecom.xebialabs.xlplatform.satellite.SatelliteAware
-