Page MenuHomePhabricator
Diviner libphutil Tech Docs ArcanistGitUpstreamPath

final class ArcanistGitUpstreamPath
libphutil Technical Documentation ()

This class is not documented.

Methods

public function addUpstream($key, $spec)

This method is not documented.
Parameters
$key
array$spec
Return
wild

public function removeUpstream($key)

This method is not documented.
Parameters
$key
Return
wild

public function getUpstream($key)

This method is not documented.
Parameters
$key
Return
wild

public function getLength()

This method is not documented.
Return
wild

public function isConnectedToRemote()

Test if this path eventually connects to a remote.

Return
boolTrue if the path connects to a remote.

public function getLocalBranches()

This method is not documented.
Return
wild

public function getRemoteBranchName()

This method is not documented.
Return
wild

public function getRemoteRemoteName()

This method is not documented.
Return
wild

public function getCycle()

If this path contains a cycle, return a description of it.

Return
list<string>|nullCycle, if the path contains one.