Class GlobalWebServerPluginConfigurationCopyStep
- java.lang.Object
-
- com.xebialabs.deployit.plugin.was.step.GlobalWebServerPluginConfigurationCopyStep
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step,com.xebialabs.xlplatform.satellite.SatelliteAware,java.io.Serializable
public class GlobalWebServerPluginConfigurationCopyStep extends java.lang.Object implements com.xebialabs.deployit.plugin.api.flow.Step, com.xebialabs.xlplatform.satellite.SatelliteAware- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlobalWebServerPluginConfigurationCopyStep(int order, Cell cell, com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem unmanagedWebserver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.xebialabs.deployit.plugin.api.flow.StepExitCodeexecute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)java.lang.StringgetDescription()intgetOrder()com.xebialabs.xlplatform.satellite.SatellitegetSatellite()
-
-
-
Constructor Detail
-
GlobalWebServerPluginConfigurationCopyStep
public GlobalWebServerPluginConfigurationCopyStep(int order, Cell cell, com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem unmanagedWebserver)
-
-
Method Detail
-
getDescription
public java.lang.String 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 java.lang.Exception- Specified by:
executein interfacecom.xebialabs.deployit.plugin.api.flow.Step- Throws:
java.lang.Exception
-
getSatellite
public com.xebialabs.xlplatform.satellite.Satellite getSatellite()
- Specified by:
getSatellitein interfacecom.xebialabs.xlplatform.satellite.SatelliteAware
-
-