Method |
Description |
|
__construct ( StoryTeller $st, $sshOptions = [], $scpOptions = [] ) |
|
|
addScpOption ( string $option ) : void |
|
|
addSshOption ( string $option ) : void |
|
|
convertParamsForUse ( string $params ) : string |
|
|
downloadFile ( $sourceFilename, $destFilename ) |
|
|
getDefaultScpOptions ( ) |
|
|
getDefaultSshOptions ( ) |
|
|
getIpAddress ( ) : string |
|
|
getScpOptions ( ) : array |
|
|
getScpOptionsForUse ( ) : string |
|
|
getSshKey ( ) : string |
|
|
getSshKeyForUse ( ) : string |
|
|
getSshOptions ( ) : array |
|
|
getSshOptionsForUse ( ) : string |
|
|
getSshUsername ( ) : string |
|
|
hasIpAddress ( ) : boolean |
|
|
hasSshUsername ( ) : boolean |
|
|
runCommand ( string $command ) : CommandResult |
|
|
setIpAddress ( string $ipAddress ) |
|
|
setSshKey ( string $path ) : void |
|
|
setSshUsername ( string $username ) : void |
|
|
uploadFile ( $sourceFilename, $destFilename ) |
|
|