com.xebialabs.deployit.steps
Class PlaceholderReplacingCopyStep

java.lang.Object
  extended by com.xebialabs.deployit.steps.HostSessionStep
      extended by com.xebialabs.deployit.steps.CopyStep
          extended by com.xebialabs.deployit.steps.PlaceholderReplacingCopyStep
All Implemented Interfaces:
Step, java.io.Serializable

Deprecated. Use CopyStep.CopyStep(Host, String, Host, String, boolean, Map) instead.

public class PlaceholderReplacingCopyStep
extends CopyStep

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xebialabs.deployit.steps.CopyStep
createToplevelDirectory, destinationHost, destinationLocation, properties, sourceLocation
 
Fields inherited from class com.xebialabs.deployit.steps.HostSessionStep
description, host
 
Constructor Summary
PlaceholderReplacingCopyStep(Host sourceHost, java.lang.String sourceLocation, Host destinationHost, java.lang.String destinationLocation, boolean createToplevelDirectory, java.util.Map<java.lang.String,java.lang.String> properties)
          Deprecated.  
 
Method Summary
 boolean execute(StepExecutionContext ctx)
          Deprecated.  
 
Methods inherited from class com.xebialabs.deployit.steps.HostSessionStep
getDescription, getHostSession, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceholderReplacingCopyStep

public PlaceholderReplacingCopyStep(Host sourceHost,
                                    java.lang.String sourceLocation,
                                    Host destinationHost,
                                    java.lang.String destinationLocation,
                                    boolean createToplevelDirectory,
                                    java.util.Map<java.lang.String,java.lang.String> properties)
Deprecated. 
Method Detail

execute

public boolean execute(StepExecutionContext ctx)
Deprecated. 
Specified by:
execute in interface Step
Overrides:
execute in class CopyStep
Parameters:
ctx - Context info required to execute the step.
Returns:
execution successful or failed.


Copyright © 2010. All Rights Reserved.