Page MenuHomePhabricator
Diviner Phabricator Tech Docs DiffusionCommandEngine

abstract class DiffusionCommandEngine
Phabricator Technical Documentation (Diffusion)

This class is not documented.

Methods

public static function newCommandEngine($repository)

This method is not documented.
Parameters
PhabricatorRepository$repository
Return
wild

private static function newCommandEngines()

This method is not documented.
Return
wild

abstract protected function canBuildForRepository($repository)

This method is not documented.
Parameters
PhabricatorRepository$repository
Return
wild

abstract protected function newFormattedCommand($pattern, $argv)

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

abstract protected function newCustomEnvironment()

This method is not documented.
Return
wild

public function setRepository($repository)

This method is not documented.
Parameters
PhabricatorRepository$repository
Return
wild

public function getRepository()

This method is not documented.
Return
wild

public function setURI($uri)

This method is not documented.
Parameters
PhutilURI$uri
Return
wild

public function getURI()

This method is not documented.
Return
wild

public function setProtocol($protocol)

This method is not documented.
Parameters
$protocol
Return
wild

public function getProtocol()

This method is not documented.
Return
wild

public function getDisplayProtocol()

This method is not documented.
Return
wild

public function setCredentialPHID($credential_phid)

This method is not documented.
Parameters
$credential_phid
Return
wild

public function getCredentialPHID()

This method is not documented.
Return
wild

public function setArgv($argv)

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

public function getArgv()

This method is not documented.
Return
wild

public function setPassthru($passthru)

This method is not documented.
Parameters
$passthru
Return
wild

public function getPassthru()

This method is not documented.
Return
wild

public function setConnectAsDevice($connect_as_device)

This method is not documented.
Parameters
$connect_as_device
Return
wild

public function getConnectAsDevice()

This method is not documented.
Return
wild

public function setSudoAsDaemon($sudo_as_daemon)

This method is not documented.
Parameters
$sudo_as_daemon
Return
wild

public function getSudoAsDaemon()

This method is not documented.
Return
wild

public function newFuture()

This method is not documented.
Return
wild

private function newCommandArgv()

This method is not documented.
Return
wild

private function newCommandEnvironment()

This method is not documented.
Return
wild

private function newCommonEnvironment()

This method is not documented.
Return
wild

public function isSSHProtocol()

This method is not documented.
Return
wild

public function isSVNProtocol()

This method is not documented.
Return
wild

public function isSVNSSHProtocol()

This method is not documented.
Return
wild

public function isHTTPProtocol()

This method is not documented.
Return
wild

public function isHTTPSProtocol()

This method is not documented.
Return
wild

public function isAnyHTTPProtocol()

This method is not documented.
Return
wild

public function isAnySSHProtocol()

This method is not documented.
Return
wild

public function isCredentialSupported()

This method is not documented.
Return
wild

public function isCredentialOptional()

This method is not documented.
Return
wild
This method is not documented.
Return
wild
This method is not documented.
Return
wild
This method is not documented.
Return
wild

protected function getSSHWrapper()

This method is not documented.
Return
wild