/**
  * {@inheritDoc}
  */
 public function getUrl()
 {
     if ($this->gitDriver) {
         return $this->gitDriver->getUrl();
     }
     return 'https://' . $this->originUrl . '/' . $this->owner . '/' . $this->repository . '.git';
 }
Exemple #2
0
 /**
  * {@inheritDoc}
  */
 public function getUrl()
 {
     if ($this->gitDriver) {
         return $this->gitDriver->getUrl();
     }
     return $this->url;
 }