PHP Class Gush\Tests\Fixtures\Adapter\TestIssueTracker

Inheritance: implements Gush\Adapter\IssueTracker
Show file Open project: gushphp/gush

Public Methods

Method Description
authenticate ( )
closeIssue ( $id )
createComment ( $id, $message )
getComments ( $id )
getIssue ( $id )
getIssueUrl ( $id )
getIssues ( array $parameters = [], $limit = 30 )
getLabels ( ) : mixed
getMilestones ( array $parameters = [] )
isAuthenticated ( )
openIssue ( $subject, $body, array $options = [] )
updateIssue ( $id, array $parameters )

Method Details

authenticate() public method

public authenticate ( )

closeIssue() public method

public closeIssue ( $id )

createComment() public method

public createComment ( $id, $message )

getComments() public method

public getComments ( $id )

getIssue() public method

public getIssue ( $id )

getIssueUrl() public method

public getIssueUrl ( $id )

getIssues() public method

public getIssues ( array $parameters = [], $limit = 30 )
$parameters array

getLabels() public method

public getLabels ( ) : mixed
return mixed

getMilestones() public method

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

isAuthenticated() public method

public isAuthenticated ( )

openIssue() public method

public openIssue ( $subject, $body, array $options = [] )
$options array

updateIssue() public method

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