PHP Class Gush\Command\PullRequest\PullRequestCreateCommand

Inheritance: extends Gush\Command\BaseCommand, implements Gush\Feature\GitRepoFeature, implements Gush\Feature\TemplateFeature, implements Gush\Feature\GitDirectoryFeature
Mostrar archivo Open project: gushphp/gush

Public Methods

Method Description
getTemplateDefault ( )
getTemplateDomain ( )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
guardCommitsBetweenLocalBranchAndRemoteBaseBranch ( string $org, string $repo, string $branch, string $sourceBranch ) : integer Gets the number of commits between local and base branch, failing if there isn't any.
guardRemoteBranchExist ( $org, $repo, $branch, StyleHelper $styleHelper )
guardRemoteUpdated ( string $org, string $repo )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getTemplateDefault() public method

public getTemplateDefault ( )

getTemplateDomain() public method

public getTemplateDomain ( )