Home
last modified time | relevance | path

Searched refs:repoType (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DGitRepoSource.php37 public $repoType; variable in Google\\Service\\CloudBuild\\GitRepoSource
88 public function setRepoType($repoType) argument
90 $this->repoType = $repoType;
97 return $this->repoType;
H A DGitFileSource.php37 public $repoType; variable in Google\\Service\\CloudBuild\\GitFileSource
92 public function setRepoType($repoType) argument
94 $this->repoType = $repoType;
101 return $this->repoType;
H A DBitbucketServerConnectedRepository.php26 protected $repoType = BitbucketServerRepositoryId::class; variable in Google\\Service\\CloudBuild\\BitbucketServerConnectedRepository
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DUpdateRepoRequest.php22 protected $repoType = Repo::class; variable in Google\\Service\\CloudSourceRepositories\\UpdateRepoRequest