Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs DrydockCommandInterface

abstract class DrydockCommandInterface
Phabricator Technical Documentation (Drydock)

This class is not documented.

Methods

final public function getInterfaceType()

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 pushWorkingDirectory($working_directory)

This method is not documented.
Parameters
$working_directory
Return
wild

public function popWorkingDirectory()

This method is not documented.
Return
wild

public function peekWorkingDirectory()

This method is not documented.
Return
wild

final public function exec($command)

This method is not documented.
Parameters
$command
Return
wild

final public function execx($command)

This method is not documented.
Parameters
$command
Return
wild

abstract public function getExecFuture($command)

This method is not documented.
Parameters
$command
Return
wild

protected function applyWorkingDirectoryToArgv($argv)

This method is not documented.
Parameters
array$argv
Return
wild