projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } }