Page MenuHomePhorge
Diviner Tech Docs DiffusionCommandEngine

abstract class DiffusionCommandEngine
Phorge Technical Documentation (Diffusion)

This class is not documented.

Methods

public function __get($name)
Inherited

This method is not documented.
Parameters
$name
Return
wild

public function __set($name, $value)
Inherited

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

public function current()
Inherited

This method is not documented.
Return
wild

public function key()
Inherited

This method is not documented.
Return
wild

public function next()
Inherited

This method is not documented.
Return
wild

public function rewind()
Inherited

This method is not documented.
Return
wild

public function valid()
Inherited

This method is not documented.
Return
wild

private function throwOnAttemptedIteration()
Inherited

This method is not documented.
Return
wild

public function getPhobjectClassConstant($key, $byte_limit)
Inherited

Phobject

Read the value of a class constant.

This is the same as just typing self::CONSTANTNAME, but throws a more useful message if the constant is not defined and allows the constant to be limited to a maximum length.

Parameters
string$keyName of the constant.
int|null$byte_limitMaximum number of bytes permitted in the value.
Return
stringValue of the constant.

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

protected function shouldAlwaysSudo()

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