SiteSourceControlProperties interface
SiteSourceControl 资源特定属性
属性
| branch | 要用于部署的分支的名称。 |
| deployment |
|
| git |
如果选择 GitHub Action,则为关联的配置。 |
| is |
如果是通过 GitHub作部署的,则 |
| is |
|
| is |
水星存储库的 |
| repo |
存储库或源代码管理 URL。 |
属性详细信息
branch
要用于部署的分支的名称。
branch?: string
属性值
string
deploymentRollbackEnabled
true 启用部署回滚;否则,false。
deploymentRollbackEnabled?: boolean
属性值
boolean
gitHubActionConfiguration
如果选择 GitHub Action,则为关联的配置。
gitHubActionConfiguration?: GitHubActionConfiguration
属性值
isGitHubAction
如果是通过 GitHub作部署的,则 true。
isGitHubAction?: boolean
属性值
boolean
isManualIntegration
true 限制为手动集成;false 启用持续集成(将 Webhook 配置为联机存储库(如 GitHub)。
isManualIntegration?: boolean
属性值
boolean
isMercurial
水星存储库的 true;git 存储库的 false。
isMercurial?: boolean
属性值
boolean
repoUrl
存储库或源代码管理 URL。
repoUrl?: string
属性值
string