PHP Class Gush\Adapter\BaseIssueTracker

E.g. Github, GitLab, Bitbucket, etc.
Inheritance: implements Gush\Adapter\IssueTracker
Show file Open project: gushphp/gush

Protected Properties

Property Type Description
$configuration Gush\Config
$repository null | string
$username null | string

Public Methods

Method Description
getRepository ( )
getUsername ( )
setRepository ( $repository )
setUsername ( string $username )

Method Details

getRepository() public method

public getRepository ( )

getUsername() public method

public getUsername ( )

setRepository() public method

public setRepository ( $repository )

setUsername() public method

public setUsername ( string $username )
$username string

Property Details

$configuration protected property

protected Config,Gush $configuration
return Gush\Config

$repository protected property

protected null|string $repository
return null | string

$username protected property

protected null|string $username
return null | string