Page MenuHomePhorge
Diviner Tech Docs DiffusionGitCommandEngine

final class DiffusionGitCommandEngine
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)
Inherited

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

private static function newCommandEngines()
Inherited

This method is not documented.
Return
wild

protected function canBuildForRepository($repository)

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

protected function newFormattedCommand($pattern, $argv)

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

protected function newCustomEnvironment()

This method is not documented.
Return
wild

public function setRepository($repository)
Inherited

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

public function getRepository()
Inherited

This method is not documented.
Return
wild

public function setURI($uri)
Inherited

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

public function getURI()
Inherited

This method is not documented.
Return
wild

public function setProtocol($protocol)
Inherited

This method is not documented.
Parameters
$protocol
Return
wild

public function getProtocol()
Inherited

This method is not documented.
Return
wild

public function getDisplayProtocol()
Inherited

This method is not documented.
Return
wild

public function setCredentialPHID($credential_phid)
Inherited

This method is not documented.
Parameters
$credential_phid
Return
wild

public function getCredentialPHID()
Inherited

This method is not documented.
Return
wild

public function setArgv($argv)
Inherited

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

public function getArgv()
Inherited

This method is not documented.
Return
wild

public function setPassthru($passthru)
Inherited

This method is not documented.
Parameters
$passthru
Return
wild

public function getPassthru()
Inherited

This method is not documented.
Return
wild

public function setConnectAsDevice($connect_as_device)
Inherited

This method is not documented.
Parameters
$connect_as_device
Return
wild

public function getConnectAsDevice()
Inherited

This method is not documented.
Return
wild

public function setSudoAsDaemon($sudo_as_daemon)
Inherited

This method is not documented.
Parameters
$sudo_as_daemon
Return
wild

public function getSudoAsDaemon()
Inherited

This method is not documented.
Return
wild

protected function shouldAlwaysSudo()

This method is not documented.
Return
wild

public function newFuture()
Inherited

This method is not documented.
Return
wild

private function newCommandArgv()
Inherited

This method is not documented.
Return
wild

private function newCommandEnvironment()
Inherited

This method is not documented.
Return
wild

private function newCommonEnvironment()
Inherited

This method is not documented.
Return
wild

public function isSSHProtocol()
Inherited

This method is not documented.
Return
wild

public function isSVNProtocol()
Inherited

This method is not documented.
Return
wild

public function isSVNSSHProtocol()
Inherited

This method is not documented.
Return
wild

public function isHTTPProtocol()
Inherited

This method is not documented.
Return
wild

public function isHTTPSProtocol()
Inherited

This method is not documented.
Return
wild

public function isAnyHTTPProtocol()
Inherited

This method is not documented.
Return
wild

public function isAnySSHProtocol()
Inherited

This method is not documented.
Return
wild

public function isCredentialSupported()
Inherited

This method is not documented.
Return
wild

public function isCredentialOptional()
Inherited

This method is not documented.
Return
wild

public function getPassphraseCredentialLabel()
Inherited

This method is not documented.
Return
wild

public function getPassphraseDefaultCredentialType()
Inherited

This method is not documented.
Return
wild

public function getPassphraseProvidesCredentialType()
Inherited

This method is not documented.
Return
wild

protected function getSSHWrapper()
Inherited

This method is not documented.
Return
wild