PHP 클래스 Gush\ThirdParty\Gitlab\Adapter\GitLabRepoAdapter

저자: Luis Cordova ([email protected])
저자: Aaron Scherer ([email protected])
저자: Julien Bianchi ([email protected])
저자: Sebastiaan Stok ([email protected])
상속: extends Gush\Adapter\BaseAdapter, use trait GitLabAdapter
파일 보기 프로젝트 열기: gushphp/gush 1 사용 예제들

공개 메소드들

메소드 설명
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 )

메소드 상세

closePullRequest() 공개 메소드

public closePullRequest ( $id )

createComment() 공개 메소드

public createComment ( $id, $message )

createFork() 공개 메소드

public createFork ( $org )

createRelease() 공개 메소드

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

createReleaseAssets() 공개 메소드

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

getComments() 공개 메소드

public getComments ( $id )

getLabels() 공개 메소드

public getLabels ( )

getMilestones() 공개 메소드

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

getPullRequest() 공개 메소드

public getPullRequest ( $id )

getPullRequestCommits() 공개 메소드

public getPullRequestCommits ( $id )

getPullRequestStates() 공개 메소드

getPullRequestUrl() 공개 메소드

public getPullRequestUrl ( $id )

getPullRequests() 공개 메소드

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

getReleases() 공개 메소드

public getReleases ( )

getRepositoryInfo() 공개 메소드

public getRepositoryInfo ( $org, $repository )

openPullRequest() 공개 메소드

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

removeRelease() 공개 메소드

public removeRelease ( $id )

supportsRepository() 공개 메소드

public supportsRepository ( $remoteUrl )

updatePullRequest() 공개 메소드

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