Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System |
Creates a new directory deployment task.
|
Method | Description | |
---|---|---|
OnCommit ( ) : void | ||
OnRollback ( ) : void | ||
OnStage ( ) : void |
public DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System | ||
sourcePath | [ | The path of the source directory to copy from. |
sourceManifest | [ | The contents of a |
destinationPath | [ | The path of the destination directory to copy to. |
handler | [ | A callback object used when the the user needs to be asked questions or informed about IO tasks. |
return | System |