PHP Class Gush\ThirdParty\Gitlab\Adapter\GitLabRepoAdapter

Author: Luis Cordova ([email protected])
Author: Aaron Scherer ([email protected])
Author: Julien Bianchi ([email protected])
Author: Sebastiaan Stok ([email protected])
Inheritance: extends Gush\Adapter\BaseAdapter, use trait GitLabAdapter
Afficher le fichier Open project: gushphp/gush Class Usage Examples

Méthodes publiques

Méthode Description
closePullRequest ( $id )
createComment ( $id, $message )
createFork ( $org )
createRelease ( $name, array $parameters = [] )
createReleaseAssets ( $id, $name, $contentType, $content )
getComments ( $id )
getLabels ( )
getMilestones ( array $parameters = [] )
getPullRequest ( $id )
getPullRequestCommits ( $id )
getPullRequestStates ( )
getPullRequestUrl ( $id )
getPullRequests ( $state = null, $limit = 30 )
getReleases ( )
getRepositoryInfo ( $org, $repository )
openPullRequest ( $base, $head, $subject, $body, array $parameters = [] )
removeRelease ( $id )
supportsRepository ( $remoteUrl )
updatePullRequest ( $id, array $parameters )

Method Details

closePullRequest() public méthode

public closePullRequest ( $id )

createComment() public méthode

public createComment ( $id, $message )

createFork() public méthode

public createFork ( $org )

createRelease() public méthode

public createRelease ( $name, array $parameters = [] )
$parameters array

createReleaseAssets() public méthode

public createReleaseAssets ( $id, $name, $contentType, $content )

getComments() public méthode

public getComments ( $id )

getLabels() public méthode

public getLabels ( )

getMilestones() public méthode

public getMilestones ( array $parameters = [] )
$parameters array

getPullRequest() public méthode

public getPullRequest ( $id )

getPullRequestCommits() public méthode

public getPullRequestCommits ( $id )

getPullRequestStates() public méthode

getPullRequestUrl() public méthode

public getPullRequestUrl ( $id )

getPullRequests() public méthode

public getPullRequests ( $state = null, $limit = 30 )

getReleases() public méthode

public getReleases ( )

getRepositoryInfo() public méthode

public getRepositoryInfo ( $org, $repository )

openPullRequest() public méthode

public openPullRequest ( $base, $head, $subject, $body, array $parameters = [] )
$parameters array

removeRelease() public méthode

public removeRelease ( $id )

supportsRepository() public méthode

public supportsRepository ( $remoteUrl )

updatePullRequest() public méthode

public updatePullRequest ( $id, array $parameters )
$parameters array