Properties of a RepoSource.
Package
@google-cloud/cloudbuild!Properties
branchName
branchName?: (string|null);
RepoSource branchName
Type | Description |
(string|null) |
commitSha
commitSha?: (string|null);
RepoSource commitSha
Type | Description |
(string|null) |
dir
dir?: (string|null);
RepoSource dir
Type | Description |
(string|null) |
invertRegex
invertRegex?: (boolean|null);
RepoSource invertRegex
Type | Description |
(boolean|null) |
projectId
projectId?: (string|null);
RepoSource projectId
Type | Description |
(string|null) |
repoName
repoName?: (string|null);
RepoSource repoName
Type | Description |
(string|null) |
substitutions
substitutions?: ({ [k: string]: string }|null);
RepoSource substitutions
Type | Description |
({ [k: string]: string }|null) |
tagName
tagName?: (string|null);
RepoSource tagName
Type | Description |
(string|null) |