public function __get($name)Inherited
public function __get($name)
Inherited
Parameters
$name |
Return
wild |
public function __set($name, $value)Inherited
public function __set($name, $value)
Inherited
Parameters
$name | ||
$value |
Return
wild |
public function current()Inherited
public function current()
Inherited
Return
wild |
public function key()Inherited
public function key()
Inherited
Return
wild |
public function next()Inherited
public function next()
Inherited
Return
wild |
public function rewind()Inherited
public function rewind()
Inherited
Return
wild |
public function valid()Inherited
public function valid()
Inherited
Return
wild |
private function throwOnAttemptedIteration()Inherited
private function throwOnAttemptedIteration()
Inherited
Return
wild |
public function getPhobjectClassConstant($key, $byte_limit)Inherited
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 | $key | Name of the constant. |
int|null | $byte_limit | Maximum number of bytes permitted in the value. |
Return
string | Value of the constant. |
final public function setWorkflow($workflow)Inherited
final public function setWorkflow($workflow)
Inherited
Parameters
ArcanistWorkflow | $workflow |
Return
wild |
final public function getWorkflow()Inherited
final public function getWorkflow()
Inherited
Return
wild |
final public function setRepositoryAPI($api)Inherited
final public function setRepositoryAPI($api)
Inherited
Parameters
ArcanistRepositoryAPI | $api |
Return
wild |
final public function getRepositoryAPI()Inherited
final public function getRepositoryAPI()
Inherited
Return
wild |
final public function saveLocalState()Inherited
final public function saveLocalState()
Inherited
Return
wild |
final public function restoreLocalState()Inherited
final public function restoreLocalState()
Inherited
Return
wild |
final public function discardLocalState()Inherited
final public function discardLocalState()
Inherited
Return
wild |
final public function __destruct()Inherited
final public function __destruct()
Inherited
Return
wild |
final public function getRestoreCommandsForDisplay()Inherited
final public function getRestoreCommandsForDisplay()
Inherited
Return
wild |
protected function canStashChanges()
protected function canStashChanges()
Return
wild |
protected function saveStash()
protected function saveStash()
ArcanistRepositoryLocalState
Stash uncommitted changes temporarily. Use {@method:restoreStash()} to bring these changes back.
Note that saving and restoring changes may not behave as expected if used in a non-stack manner, i.e. proper use involves only restoring stashes in the reverse order they were saved.
ArcanistGitLocalState
Return
wild | A reference object that refers to the changes which were saved. When restoring changes this should be passed to {@method:restoreStash()}. |
protected function restoreStash($stash_ref)
protected function restoreStash($stash_ref)
ArcanistRepositoryLocalState
Restores changes that were previously stashed by {@method:saveStash()}.
ArcanistGitLocalState
Parameters
wild | $ref | A reference object referring to which previously stashed changes to restore, from invoking {@method:saveStash()}. |
Return
wild |
protected function discardStash($stash_ref)
protected function discardStash($stash_ref)
Parameters
$ref |
Return
wild |
private function applyStash()Inherited
private function applyStash()
Inherited
Return
wild |
protected function executeSaveLocalState()
protected function executeSaveLocalState()
Return
wild |
protected function executeRestoreLocalState()
protected function executeRestoreLocalState()
Return
wild |
protected function executeDiscardLocalState()
protected function executeDiscardLocalState()
Return
wild |
protected function newRestoreCommandsForDisplay()
protected function newRestoreCommandsForDisplay()
Return
wild |
protected function getIgnoreHints()
protected function getIgnoreHints()
Return
wild |
final protected function newDisplayFileList($title, $files)Inherited
final protected function newDisplayFileList($title, $files)
Inherited
Parameters
$title | ||
array | $files |
Return
wild |
final protected function printFileLists($lists)Inherited
final protected function printFileLists($lists)
Inherited
Parameters
array | $lists |
Return
wild |
public function getLocalRef()
public function getLocalRef()
Return
wild |
public function getLocalPath()
public function getLocalPath()
Return
wild |
private function getDisplayStashRef($stash_ref)
private function getDisplayStashRef($stash_ref)
Parameters
$stash_ref |
Return
wild |