getGitlabHosts() public method

public getGitlabHosts ( ) : string[]
return string[]
 /**
  * {@inheritdoc}
  */
 public function activate(Composer $composer, IOInterface $io)
 {
     $this->composer = $composer;
     $this->io = $io;
     $this->configLocator = new ConfigLocator($composer);
     $this->setupConfig();
     $this->autoloadNeededClasses();
     $this->outputter = Factory::createOutputter($this->config->getGitlabHosts());
 }