Property | Type | Description | |
---|---|---|---|
DefaultRemoteDirectory | string |
Method | Description | |
---|---|---|
Add ( string file ) : void |
Add a local file to the list of files to be put on the node.
|
|
PutFiles ( ) : System |
This constructor is mainly used with collection initializers like this: new PutFilesDeployment () { "/foo/bar", "/foo/baz" }
|
|
PutFiles ( string remote ) : System |
Put the specified file in the remote directory directory.
|
Method | Description | |
---|---|---|
RunImpl ( Node node, NodeAuth auth ) : void |
Method | Description | |
---|---|---|
IEnumerable ( ) : IEnumerator |
protected RunImpl ( Node node, NodeAuth auth ) : void | ||
node | Node | |
auth | NodeAuth | |
return | void |