branchName = $branchName; } public function getBranchName() { return $this->branchName; } public function setCommitSha($commitSha) { $this->commitSha = $commitSha; } public function getCommitSha() { return $this->commitSha; } public function setDir($dir) { $this->dir = $dir; } public function getDir() { return $this->dir; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setRepoName($repoName) { $this->repoName = $repoName; } public function getRepoName() { return $this->repoName; } public function setTagName($tagName) { $this->tagName = $tagName; } public function getTagName() { return $this->tagName; } }