Page MenuHomePhabricator

final class ReleephRequest
Phabricator Technical Documentation (Releeph)

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

public function shouldBeInBranch()

This method is not documented.
Return
wild

public function getPusherIntent()

Will return INTENT_WANT if any pusher wants this request, and no pusher passes on this request.

Return
wild

public function getRequestorIntent()

This method is not documented.
Return
wild

public function getStatus()

This method is not documented.
Return
wild

public function getMonogram()

This method is not documented.
Return
wild

public function getBranch()

This method is not documented.
Return
wild

public function attachBranch($branch)

This method is not documented.
Parameters
ReleephBranch$branch
Return
wild

public function getRequestedObject()

This method is not documented.
Return
wild

public function attachRequestedObject($object)

This method is not documented.
Parameters
$object
Return
wild

private function calculateStatus()

This method is not documented.
Return
wild

protected function getConfiguration()

This method is not documented.
Return
wild

public function generatePHID()

This method is not documented.
Return
wild

public function save()

This method is not documented.
Return
wild

public function getDetail($key, $default)

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

public function setDetail($key, $value)

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

public function getCommitPHIDs()

Get the commit PHIDs this request is requesting.

NOTE: For now, this always returns one PHID.
Return
list<phid>Commit PHIDs requested by this request.

public function getReason()

This method is not documented.
Return
wild

public function getSummaryForDisplay()

Allow a null summary, and fall back to the title of the commit.

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

public function setUserIntent($user, $intent)

This method is not documented.
Parameters
PhabricatorUser$user
$intent
Return
wild

protected function didReadData()

This method is not documented.
Return
wild

public function setStatus($value)

This method is not documented.
Parameters
$value
Return
wild
This method is not documented.
Return
wild
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 describeAutomaticCapability($capability)

This method is not documented.
Parameters
$capability
Return
wild

public function getCustomFieldSpecificationForRole($role)

This method is not documented.
Parameters
$role
Return
wild

public function getCustomFieldBaseClass()

This method is not documented.
Return
wild

public function getCustomFields()

This method is not documented.
Return
wild

public function attachCustomFields($fields)

This method is not documented.
Parameters
PhabricatorCustomFieldAttachment$fields
Return
wild