Page MenuHomePhabricator

final class HeraldWebhookRequest
Phabricator Technical Documentation (Herald)

This class is not documented.

Tasks

Configuring Storage

Other Methods

Methods

public static function pushStorageNamespace($namespace)
Inherited

This method is not documented.
Parameters
$namespace
Return
wild

public static function popStorageNamespace()
Inherited

This method is not documented.
Return
wild

public static function getDefaultStorageNamespace()
Inherited

This method is not documented.
Return
wild

public static function getStorageNamespace()
Inherited

This method is not documented.
Return
wild

public function setForcedStorageNamespace($namespace)
Inherited

This method is not documented.
Parameters
$namespace
Return
wild

protected function establishLiveConnection($mode)
Inherited

This method is not documented.
Parameters
$mode
Return
wild

private function newClusterConnection($application, $database, $mode)
Inherited

This method is not documented.
Parameters
$application
$database
$mode
Return
wild

private function raiseImproperWrite($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseImpossibleWrite($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseUnconfigured($database)
Inherited

This method is not documented.
Parameters
$database
Return
wild

private function raiseUnreachable($database, $proxy)
Inherited

This method is not documented.
Parameters
$database
Exception$proxy
Return
wild

public function getTableName()
Inherited

This method is not documented.
Return
wild

public function getApplicationName()
Inherited

This method is not documented.
Return
wild

protected function getDatabaseName()
Inherited

This method is not documented.
Return
wild

public static function chunkSQL($fragments, $limit)
Inherited

PhabricatorLiskDAO

Break a list of escaped SQL statement fragments (e.g., VALUES lists for INSERT, previously built with qsprintf()) into chunks which will fit under the MySQL 'max_allowed_packet' limit.

If a statement is too large to fit within the limit, it is broken into its own chunk (but might fail when the query executes).

Parameters
array$fragments
$limit
Return
wild

protected function assertAttached($property)
Inherited

This method is not documented.
Parameters
$property
Return
wild

protected function assertAttachedKey($value, $key)
Inherited

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

protected function detectEncodingForStorage($string)
Inherited

This method is not documented.
Parameters
$string
Return
wild

protected function getUTF8StringFromStorage($string, $encoding)
Inherited

This method is not documented.
Parameters
$string
$encoding
Return
wild

protected function willReadData(&$data)
Inherited

This method is not documented.
Parameters
array&$data
Return
wild

protected function willWriteData(&$data)
Inherited

This method is not documented.
Parameters
array&$data
Return
wild

protected function getConfiguration()

This method is not documented.
Return
wild

public function getPHIDType()

This method is not documented.
Return
wild

public static function initializeNewWebhookRequest($hook)

This method is not documented.
Parameters
HeraldWebhook$hook
Return
wild

public function getWebhook()

This method is not documented.
Return
wild

public function attachWebhook($hook)

This method is not documented.
Parameters
HeraldWebhook$hook
Return
wild

protected function setProperty($key, $value)

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

protected function getProperty($key, $default)

This method is not documented.
Parameters
$key
$default
Return
wild

public function setRetryMode($mode)

This method is not documented.
Parameters
$mode
Return
wild

public function getRetryMode()

This method is not documented.
Return
wild

public function setErrorType($error_type)

This method is not documented.
Parameters
$error_type
Return
wild

public function getErrorType()

This method is not documented.
Return
wild

public function setErrorCode($error_code)

This method is not documented.
Parameters
$error_code
Return
wild

public function getErrorCode()

This method is not documented.
Return
wild

public function getErrorTypeForDisplay()

This method is not documented.
Return
wild

public function getErrorCodeForDisplay()

This method is not documented.
Return
wild

public function setTransactionPHIDs($phids)

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

public function getTransactionPHIDs()

This method is not documented.
Return
wild

public function setTriggerPHIDs($phids)

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

public function getTriggerPHIDs()

This method is not documented.
Return
wild

public function setIsSilentAction($bool)

This method is not documented.
Parameters
$bool
Return
wild

public function getIsSilentAction()

This method is not documented.
Return
wild

public function setIsTestAction($bool)

This method is not documented.
Parameters
$bool
Return
wild

public function getIsTestAction()

This method is not documented.
Return
wild

public function setIsSecureAction($bool)

This method is not documented.
Parameters
$bool
Return
wild

public function getIsSecureAction()

This method is not documented.
Return
wild

public function queueCall()

This method is not documented.
Return
wild

public function newStatusIcon()

This method is not documented.
Return
wild

private function getHookErrorSpec($code)

This method is not documented.
Parameters
$code
Return
wild

private function getHookErrorMap()

This method is not documented.
Return
wild

public function getCapabilities()

This method is not documented.
Return
wild

public function getPolicy($capability)

This method is not documented.
Parameters
$capability
Return
wild

public function hasAutomaticCapability($capability, $viewer)

This method is not documented.
Parameters
$capability
PhabricatorUser$viewer
Return
wild

public function getExtendedPolicy($capability, $viewer)

This method is not documented.
Parameters
$capability
PhabricatorUser$viewer
Return
wild