bitbucketServerConfig = $bitbucketServerConfig; } /** * @return string */ public function getBitbucketServerConfig() { return $this->bitbucketServerConfig; } /** * @param string */ public function setGithubEnterpriseConfig($githubEnterpriseConfig) { $this->githubEnterpriseConfig = $githubEnterpriseConfig; } /** * @return string */ public function getGithubEnterpriseConfig() { return $this->githubEnterpriseConfig; } /** * @param string */ public function setPath($path) { $this->path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setRepoType($repoType) { $this->repoType = $repoType; } /** * @return string */ public function getRepoType() { return $this->repoType; } /** * @param string */ public function setRevision($revision) { $this->revision = $revision; } /** * @return string */ public function getRevision() { return $this->revision; } /** * @param string */ public function setUri($uri) { $this->uri = $uri; } /** * @return string */ public function getUri() { return $this->uri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GitFileSource::class, 'Google_Service_CloudBuild_GitFileSource');