Gush\ThirdParty\Gitlab\GitLabFactory::createConfigurator PHP Method

createConfigurator() public method

public createConfigurator ( Symfony\Component\Console\Helper\HelperSet $helperSet, Config $config )
$helperSet Symfony\Component\Console\Helper\HelperSet
$config Gush\Config
    public function createConfigurator(HelperSet $helperSet, Config $config)
    {
        return new GitlabConfigurator($helperSet->get('question'), 'GitLab', 'https://gitlab.com/api/v3', 'https://gitlab.com', [['Token', Configurator::AUTH_HTTP_TOKEN]]);
    }