PHP Класс Gush\Command\PullRequest\PullRequestCreateCommand

Наследование: extends Gush\Command\BaseCommand, implements Gush\Feature\GitRepoFeature, implements Gush\Feature\TemplateFeature, implements Gush\Feature\GitDirectoryFeature
Показать файл Открыть проект

Открытые методы

Метод Описание
getTemplateDefault ( )
getTemplateDomain ( )

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
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 )

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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 getTemplateDefault ( )

getTemplateDomain() публичный Метод

public getTemplateDomain ( )