Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
perform ($owner, $repo, $base, $head, $commitMessage='') | |
Fonctions membres publiques hérités de JGithubPackage | |
__get ($name) | |
Fonctions membres publiques hérités de JGithubObject | |
__construct (Registry $options=null, JGithubHttp $client=null) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JGithubObject | |
fetchUrl ($path, $page=0, $limit=0) | |
processResponse (JHttpResponse $response, $expectedCode=200, $decode=true) | |
Attributs protégés hérités de JGithubPackage | |
$name = '' | |
$packages = array() | |
Attributs protégés hérités de JGithubObject | |
$options | |
$client | |
GitHub API Repositories Merging class for the Joomla Platform.
https://developer.github.com/v3/repos/merging
perform | ( | $owner, | |
$repo, | |||
$base, | |||
$head, | |||
$commitMessage = '' |
|||
) |
Perform a merge.
string | $owner | The name of the owner of the GitHub repository. |
string | $repo | The name of the GitHub repository. |
string | $base | The name of the base branch that the head will be merged into. |
string | $head | The head to merge. This can be a branch name or a commit SHA1. |
string | $commitMessage | Commit message to use for the merge commit. If omitted, a default message will be used. |
UnexpectedValueException |
Références $base, $data, $message, $path, et json_encode.