public function isExecutable()Inherited
public function isExecutable()
Inherited
Return
wild |
public function setErrorChannel($error_channel)Inherited
public function setErrorChannel($error_channel)
Inherited
Parameters
PhutilChannel | $error_channel |
Return
wild |
public function getErrorChannel()Inherited
public function getErrorChannel()
Inherited
Return
wild |
public function setSSHUser($ssh_user)Inherited
public function setSSHUser($ssh_user)
Inherited
Parameters
PhabricatorUser | $ssh_user |
Return
wild |
public function getSSHUser()Inherited
public function getSSHUser()
Inherited
Return
wild |
public function setIOChannel($channel)Inherited
public function setIOChannel($channel)
Inherited
Parameters
PhutilChannel | $channel |
Return
wild |
public function getIOChannel()Inherited
public function getIOChannel()
Inherited
Return
wild |
public function readAllInput()Inherited
public function readAllInput()
Inherited
Return
wild |
public function writeIO($data)Inherited
public function writeIO($data)
Inherited
Parameters
$data |
Return
wild |
public function writeErrorIO($data)Inherited
public function writeErrorIO($data)
Inherited
Parameters
$data |
Return
wild |
protected function newPassthruCommand()Inherited
protected function newPassthruCommand()
Inherited
Return
wild |
public function setIsClusterRequest($is_cluster_request)Inherited
public function setIsClusterRequest($is_cluster_request)
Inherited
Parameters
$is_cluster_request |
Return
wild |
public function getIsClusterRequest()Inherited
public function getIsClusterRequest()
Inherited
Return
wild |
public function setOriginalArguments($original_arguments)Inherited
public function setOriginalArguments($original_arguments)
Inherited
Parameters
array | $original_arguments |
Return
wild |
public function getOriginalArguments()Inherited
public function getOriginalArguments()
Inherited
Return
wild |
public function setRequestIdentifier($request_identifier)Inherited
public function setRequestIdentifier($request_identifier)
Inherited
Parameters
$request_identifier |
Return
wild |
public function getRequestIdentifier()Inherited
public function getRequestIdentifier()
Inherited
Return
wild |
public function getSSHRemoteAddress()Inherited
public function getSSHRemoteAddress()
Inherited
Return
wild |
public function getRepository()Inherited
public function getRepository()
Inherited
Return
wild |
private function setRepository($repository)Inherited
private function setRepository($repository)
Inherited
Parameters
PhabricatorRepository | $repository |
Return
wild |
public function getArgs()Inherited
public function getArgs()
Inherited
Return
wild |
public function getEnvironment()Inherited
public function getEnvironment()
Inherited
Return
wild |
protected function identifyRepository()Inherited
protected function identifyRepository()
Inherited
DiffusionSSHWorkflow
Identify and load the affected repository.
Return
wild |
protected function executeRepositoryOperations()
protected function executeRepositoryOperations()
Return
wild |
protected function raiseWrongVCSException($repository)Inherited
protected function raiseWrongVCSException($repository)
Inherited
Parameters
PhabricatorRepository | $repository |
Return
wild |
protected function getBaseRequestPath()Inherited
protected function getBaseRequestPath()
Inherited
Return
wild |
protected function writeError($message)Inherited
protected function writeError($message)
Inherited
Parameters
$message |
Return
wild |
protected function getCurrentDeviceName()Inherited
protected function getCurrentDeviceName()
Inherited
Return
wild |
protected function shouldProxy()Inherited
protected function shouldProxy()
Inherited
Return
wild |
final protected function getAlmanacServiceRefs($for_write)Inherited
final protected function getAlmanacServiceRefs($for_write)
Inherited
Parameters
$for_write |
Return
wild |
final protected function getProxyCommand($for_write)Inherited
final protected function getProxyCommand($for_write)
Inherited
Parameters
$for_write |
Return
wild |
final protected function getProxyCommandForServiceRef($ref)Inherited
final protected function getProxyCommandForServiceRef($ref)
Inherited
Parameters
DiffusionServiceRef | $ref |
Return
wild |
final public function execute($args)Inherited
final public function execute($args)
Inherited
Parameters
PhutilArgumentParser | $args |
Return
wild |
protected function loadRepositoryWithPath($path, $vcs)Inherited
protected function loadRepositoryWithPath($path, $vcs)
Inherited
Parameters
$path | ||
$vcs |
Return
wild |
protected function requireWriteAccess($protocol_command)Inherited
protected function requireWriteAccess($protocol_command)
Inherited
Parameters
$protocol_command |
Return
wild |
protected function shouldSkipReadSynchronization()Inherited
protected function shouldSkipReadSynchronization()
Inherited
Return
wild |
protected function newPullEvent()Inherited
protected function newPullEvent()
Inherited
Return
wild |
public function writeClusterEngineLogMessage($message)Inherited
public function writeClusterEngineLogMessage($message)
Inherited
Parameters
$message |
Return
wild |
public function writeClusterEngineLogProperty($key, $value)Inherited
public function writeClusterEngineLogProperty($key, $value)
Inherited
Parameters
$key | ||
$value |
Return
wild |
protected function getClusterEngineLogProperty($key, $default)Inherited
protected function getClusterEngineLogProperty($key, $default)
Inherited
Parameters
$key | ||
$default |
Return
wild |
protected function waitForGitClient()Inherited
protected function waitForGitClient()
Inherited
Return
wild |
protected function newProtocolLog($is_proxy)Inherited
protected function newProtocolLog($is_proxy)
Inherited
Parameters
$is_proxy |
Return
wild |
final protected function getProtocolLog()Inherited
final protected function getProtocolLog()
Inherited
Return
wild |
final protected function setProtocolLog($log)Inherited
final protected function setProtocolLog($log)
Inherited
Parameters
PhabricatorProtocolLog | $log |
Return
wild |
final protected function getWireProtocol()Inherited
final protected function getWireProtocol()
Inherited
Return
wild |
final protected function setWireProtocol($protocol)Inherited
final protected function setWireProtocol($protocol)
Inherited
Parameters
DiffusionGitWireProtocol | $protocol |
Return
wild |
public function willWriteMessageCallback($command, $message)Inherited
public function willWriteMessageCallback($command, $message)
Inherited
Parameters
PhabricatorSSHPassthruCommand | $command | |
$message |
Return
wild |
public function willReadMessageCallback($command, $message)Inherited
public function willReadMessageCallback($command, $message)
Inherited
Parameters
PhabricatorSSHPassthruCommand | $command | |
$message |
Return
wild |
final protected function getIOBytesRead()Inherited
final protected function getIOBytesRead()
Inherited
Return
wild |
final protected function getIOBytesWritten()Inherited
final protected function getIOBytesWritten()
Inherited
Return
wild |
final protected function executeRepositoryProxyOperations($for_write)Inherited
final protected function executeRepositoryProxyOperations($for_write)
Inherited
Parameters
$for_write |
Return
wild |
private function didBeginRequest()Inherited
private function didBeginRequest()
Inherited
Return
wild |
private function shouldRetryRequest($remaining_refs)Inherited
private function shouldRetryRequest($remaining_refs)
Inherited
Parameters
array | $remaining_refs |
Return
wild |
protected function didConstruct()
protected function didConstruct()
Return
wild |
private function executeRepositoryCommand($command)
private function executeRepositoryCommand($command)
Parameters
$command |
Return
wild |
private function updatePushLogWithTimingInformation($write_wait, $read_wait, $host_wait)
private function updatePushLogWithTimingInformation($write_wait, $read_wait, $host_wait)
Parameters
$write_wait | ||
$read_wait | ||
$host_wait |
Return
wild |