Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs DrydockSFTPFilesystemInterface

final class DrydockSFTPFilesystemInterface
Phabricator Technical Documentation (Drydock)

This class is not documented.

Methods

final public function getInterfaceType()
Inherited

This method is not documented.
Return
wild

final public function setConfig($key, $value)
Inherited

This method is not documented.
Parameters
$key
$value
Return
wild

final protected function getConfig($key, $default)
Inherited

This method is not documented.
Parameters
$key
$default
Return
wild

public function readFile($path)

DrydockFilesystemInterface

Reads a file on the Drydock resource and returns the contents of the file.

DrydockSFTPFilesystemInterface
This method is not documented.
Parameters
$path
Return
wild

public function saveFile($path, $name)

DrydockFilesystemInterface

Reads a file on the Drydock resource and saves it as a PhabricatorFile.

DrydockSFTPFilesystemInterface
This method is not documented.
Parameters
$path
$name
Return
wild

public function writeFile($path, $data)

DrydockFilesystemInterface

Writes a file to the Drydock resource.

DrydockSFTPFilesystemInterface
This method is not documented.
Parameters
$path
$data
Return
wild

private function openCredentialsIfNotOpen()

This method is not documented.
Return
wild

private function getExecFuture($path)

This method is not documented.
Parameters
$path
Return
wild