Page MenuHomePhabricator
Diviner Phabricator Tech Docs ReleephWorkRecordConduitAPIMethod

final class ReleephWorkRecordConduitAPIMethod
Phabricator Technical Documentation (Releeph)

This class is not documented.

Methods

public function getMethodStatus()

This method is not documented.
Return
wild

public function getMethodStatusDescription()
Inherited

This method is not documented.
Return
wild

final public function getApplication()
Inherited

This method is not documented.
Return
wild

public function getAPIMethodName()

This method is not documented.
Return
wild

public function getMethodDescription()

Record that a request was committed locally, and is about to be pushed to the remote repository.

This lets us mark a ReleephRequest as being in a branch in real time so that no one else tries to pick it.

When the daemons discover this commit in the repository with DifferentialReleephRequestFieldSpecification, we'll be able to record the commit's PHID as well. That process is slow though, and we don't want to wait a whole minute before marking something as cleanly picked or reverted.

Return
wild

protected function defineParamTypes()

This method is not documented.
Return
wild

protected function defineReturnType()

This method is not documented.
Return
wild

protected function execute($request)

This method is not documented.
Parameters
ConduitAPIRequest$request
Return
wild